From 39b0adeaaf2429c7cbad045f7f8a79d51d02bee5 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 29 Sep 2010 12:37:04 +0200 Subject: Man pages should mention supported providers Each back end can support id, auth or access provider, but each back end supports different subset of these. Man pages should describe which providers are supported by each back end. Ticket: #615 --- src/man/sssd.conf.5.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 850dfdd33..d00de05c1 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -638,6 +638,14 @@ operations for the domain. Supported change password providers are: + + ipa to change a password stored + in an IPA server. See + + sssd-ipa + 5 + for more information on configuring IPA. + ldap to change a password stored in a LDAP server. See -- cgit