From a49645cbdd00abcc1170d5a60fed98c66c7d810b Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 24 Aug 2009 13:52:23 +0200 Subject: add change password target to krb5 backend --- server/man/sssd-krb5.5.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'server/man') diff --git a/server/man/sssd-krb5.5.xml b/server/man/sssd-krb5.5.xml index 3a22afcdb..188cc9133 100644 --- a/server/man/sssd-krb5.5.xml +++ b/server/man/sssd-krb5.5.xml @@ -37,7 +37,7 @@ CONFIGURATION OPTIONS - 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 sssd.conf @@ -76,6 +76,21 @@ + + + krb5changepw_principle (string) + + + The priciple of the change password service. + If only the 'identifier/instance' part of the + principle are given the realm part is added + automatically. + + + Default: kadmin/changepw + + + -- cgit