diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-02-23 17:40:44 +0100 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-02-28 11:52:53 -0500 |
commit | 073e71701dc28e21aaa1750d8b456ac699b8dda8 (patch) | |
tree | 270fd5a0c616477a75939ed5b99079ff3532999d /src/man/sssd-ipa.5.xml | |
parent | be0a90dcb8ef938b4be07d85466284f8cb6126ca (diff) | |
download | sssd-073e71701dc28e21aaa1750d8b456ac699b8dda8.tar.gz sssd-073e71701dc28e21aaa1750d8b456ac699b8dda8.tar.xz sssd-073e71701dc28e21aaa1750d8b456ac699b8dda8.zip |
Use realm for basedn instead of IPA domain
https://fedorahosted.org/sssd/ticket/807
Diffstat (limited to 'src/man/sssd-ipa.5.xml')
-rw-r--r-- | src/man/sssd-ipa.5.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 606581d5..4604c55e 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -161,6 +161,21 @@ </listitem> </varlistentry> + <varlistentry> + <term>krb5_realm (string)</term> + <listitem> + <para> + The name of the Kerberos realm. This is optional and + defaults to the value of <quote>ipa_domain</quote>. + </para> + <para> + The name of the Kerberos realm has a special + meaning in IPA - it is converted into the base + DN to use for performing LDAP operations. + </para> + </listitem> + </varlistentry> + </variablelist> </para> </refsect1> |