diff options
Diffstat (limited to 'server/man')
-rw-r--r-- | server/man/sssd-krb5.5.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/server/man/sssd-krb5.5.xml b/server/man/sssd-krb5.5.xml index 3a22afcd..188cc913 100644 --- a/server/man/sssd-krb5.5.xml +++ b/server/man/sssd-krb5.5.xml @@ -37,7 +37,7 @@ <refsect1 id='file-format'> <title>CONFIGURATION OPTIONS</title> <para> - If the auth-module krb5 is used in a SSSD domain, the following + If the auth-module krb5 is used in a SSSD domain, the following options must be used. See the <citerefentry> <refentrytitle>sssd.conf</refentrytitle> @@ -76,6 +76,21 @@ </para> </listitem> </varlistentry> + + <varlistentry> + <term>krb5changepw_principle (string)</term> + <listitem> + <para> + The priciple of the change password service. + If only the 'identifier/instance' part of the + principle are given the realm part is added + automatically. + </para> + <para> + Default: kadmin/changepw + </para> + </listitem> + </varlistentry> </variablelist> </para> </refsect1> |