From 813c26345fb0d41f86f20d365abe9d579c2bc397 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 19 Jul 2012 13:56:00 -0400 Subject: MAN: List all available backends for provider options https://fedorahosted.org/sssd/ticket/1432 --- src/man/sssd.conf.5.xml | 98 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 84 insertions(+), 14 deletions(-) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 68737b2c..dbacf7aa 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1056,20 +1056,40 @@ id_provider (string) - The Data Provider identity backend to use for this - domain. + The identification provider used for the domain. + Supported ID providers are: - Supported backends: + proxy: Support a legacy NSS provider - proxy: Support a legacy NSS provider + local: SSSD internal provider for + local users + + + ldap: LDAP provider. See + + sssd-ldap + 5 + for more information on + configuring LDAP. - local: SSSD internal local provider + ipa: FreeIPA and Red Hat Enterprise + Identity Management provider. See + + sssd-ipa + 5 + for more information on + configuring FreeIPA. - ldap: LDAP provider + ad: Active Directory provider. See + + sssd-ipa + 5 + for more information on + configuring Active Directory. @@ -1116,6 +1136,23 @@ 5 for more information on configuring Kerberos. + + ipa: FreeIPA and Red Hat Enterprise + Identity Management provider. See + + sssd-ipa + 5 + for more information on + configuring FreeIPA. + + + ad: Active Directory provider. See + + sssd-ad + 5 + for more information on + configuring Active Directory. + proxy for relaying authentication to some other PAM target. @@ -1143,6 +1180,30 @@ deny always deny access. + + ldap for native LDAP authentication. See + + sssd-ldap + 5 + for more information on configuring LDAP. + + + ipa: FreeIPA and Red Hat Enterprise + Identity Management provider. See + + sssd-ipa + 5 + for more information on + configuring FreeIPA. + + + ad: Active Directory provider. See + + sssd-ad + 5 + for more information on + configuring Active Directory. + simple access control based on access or deny lists. See @@ -1163,14 +1224,6 @@ 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 @@ -1187,6 +1240,23 @@ 5 for more information on configuring Kerberos. + + ipa: FreeIPA and Red Hat Enterprise + Identity Management provider. See + + sssd-ipa + 5 + for more information on + configuring FreeIPA. + + + ad: Active Directory provider. See + + sssd-ad + 5 + for more information on + configuring Active Directory. + proxy for relaying password changes to some other PAM target. -- cgit