.. AUTO-GENERATED FILE, DO NOT EDIT! ========================================= default.conf(5) -- IPA configuration file ========================================= SYNOPSIS ======== /etc/ipa/default.conf, ~/.ipa/default.conf, /etc/ipa/server.conf, /etc/ipa/cli.conf DESCRIPTION =========== The *default.conf*\ configuration file is used to set system-wide defaults to be applied when running IPA clients and servers. Users may create an optional configuration file in *~/.ipa/default.conf* which will be merged into the system-wide defaults file. The following files are read, in order: :: ~/.ipa/default.conf /etc/ipa/.conf /etc/ipa/default.conf built-in constants The IPA server does not read ~/.ipa/default.conf. The first setting wins. SYNTAX ====== The configuration options are not case sensitive. The values may be case sensitive, depending on the option. Blank lines are ignored. Lines beginning with # are comments and are ignored. Valid lines consist of an option name, an equals sign and a value. Spaces surrounding equals sign are ignored. An option terminates at the end of a line. Values should not be quoted, the quotes will not be stripped. :: # Wrong - don't include quotes verbose = "True" # Right - Properly formatted options verbose = True verbose=True Options must appear in the section named [global]. There are no other sections defined or used currently. Options may be defined that are not used by IPA. Be careful of misspellings, they will not be rejected. OPTIONS ======= The following options are relevant for the server: **basedn ** Specifies the base DN to use when performing LDAP operations. The base must be in DN format (dc=example,dc=com). **ca_agent_port ** Specifies the secure CA agent port. The default is 8443. **ca_ee_port ** Specifies the secure CA end user port. The default is 8443. **ca_host ** Specifies the hostname of the dogtag CA server. The default is the hostname of the IPA server. **ca_port ** Specifies the insecure CA end user port. The default is 8080. **certmonger_wait_timeout ** The time to wait for a certmonger request to complete during installation. The default value is 300 seconds. **context ** Specifies the context that IPA is being executed in. IPA may operate differently depending on the context. The current defined contexts are cli and server. Additionally this value is used to load /etc/ipa/**context**.conf to provide context-specific configuration. For example, if you want to always perform client requests in verbose mode but do not want to have verbose enabled on the server, add the verbose option to */etc/ipa/cli.conf*. **debug ** When True provides detailed information. Specifically this set the global log level to "debug". Default is False. **dogtag_version ** Stores the version of Dogtag. Value 9 is assumed if not specified otherwise. **domain ** The domain of the IPA server e.g. example.com. **enable_ra ** Specifies whether the CA is acting as an RA agent, such as when dogtag is being used as the Certificate Authority. This setting only applies to the IPA server configuration. **fallback ** Specifies whether an IPA client should attempt to fall back and try other services if the first connection fails. **host ** Specifies the local system hostname. **http_timeout ** Timeout for HTTP blocking requests (e.g. connection). The default value is 30 seconds. **in_server ** Specifies whether requests should be forwarded to an IPA server or handled locally. This is used internally by IPA in a similar way as context. The same IPA framework is used by the ipa command-line tool and the server. This setting tells the framework whether it should execute the command as if on the server or forward it via XML-RPC to a remote server. **in_tree ** This is used in development and is generally a detected value. It means that the code is being executed within a source tree. **interactive ** Specifies whether values should be prompted for or not. The default is True. **kinit_lifetime