diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-08-09 16:11:00 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 09:49:36 -0400 |
commit | 6e88b0dcd0352ac1280c1bd8dd0753b90e4014f2 (patch) | |
tree | e41a527ce5d196b64603befcf6fdd4f396393c7e /src/man/sssd-ldap.5.xml | |
parent | 464e9961f36e47f4c7c5463b4e14a56187da193c (diff) | |
download | sssd-6e88b0dcd0352ac1280c1bd8dd0753b90e4014f2.tar.gz sssd-6e88b0dcd0352ac1280c1bd8dd0753b90e4014f2.tar.xz sssd-6e88b0dcd0352ac1280c1bd8dd0753b90e4014f2.zip |
Add KDC to the list of LDAP options
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 402ab906f..9fb8f6bba 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -793,6 +793,24 @@ </varlistentry> <varlistentry> + <term>krb5_kdcip (string)</term> + <listitem> + <para> + Specifies the list of IP addresses or hostnames + of the Kerberos servers to which SSSD should + connect in the order of preference. For more + information on failover and server redundancy, + see the <quote>FAILOVER</quote> section. An optional + port number (preceded by a colon) may be appended to + the addresses or hostnames. + If empty, service discovery is enabled - + for more information, refer to the + <quote>SERVICE DISCOVERY</quote> section. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>krb5_realm (string)</term> <listitem> <para> |