diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-19 13:56:00 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-07-20 20:19:03 +0200 |
commit | 813c26345fb0d41f86f20d365abe9d579c2bc397 (patch) | |
tree | 1ea7b70141d711fb8f7918c0232e05a4d8367fcf /src/man | |
parent | 2d4d9e2b88bb858868eedd7edd478970ecc66d5c (diff) | |
download | sssd-813c26345fb0d41f86f20d365abe9d579c2bc397.tar.gz sssd-813c26345fb0d41f86f20d365abe9d579c2bc397.tar.xz sssd-813c26345fb0d41f86f20d365abe9d579c2bc397.zip |
MAN: List all available backends for provider options
https://fedorahosted.org/sssd/ticket/1432
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 98 |
1 files changed, 84 insertions, 14 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 68737b2c5..dbacf7aaa 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1056,20 +1056,40 @@ <term>id_provider (string)</term> <listitem> <para> - The Data Provider identity backend to use for this - domain. + The identification provider used for the domain. + Supported ID providers are: </para> <para> - Supported backends: + proxy: Support a legacy NSS provider </para> <para> - proxy: Support a legacy NSS provider + <quote>local</quote>: SSSD internal provider for + local users + </para> + <para> + <quote>ldap</quote>: LDAP provider. See + <citerefentry> + <refentrytitle>sssd-ldap</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on + configuring LDAP. </para> <para> - local: SSSD internal local provider + <quote>ipa</quote>: FreeIPA and Red Hat Enterprise + Identity Management provider. See + <citerefentry> + <refentrytitle>sssd-ipa</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on + configuring FreeIPA. </para> <para> - ldap: LDAP provider + <quote>ad</quote>: Active Directory provider. See + <citerefentry> + <refentrytitle>sssd-ipa</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on + configuring Active Directory. </para> </listitem> </varlistentry> @@ -1117,6 +1137,23 @@ </citerefentry> for more information on configuring Kerberos. </para> <para> + <quote>ipa</quote>: FreeIPA and Red Hat Enterprise + Identity Management provider. See + <citerefentry> + <refentrytitle>sssd-ipa</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on + configuring FreeIPA. + </para> + <para> + <quote>ad</quote>: Active Directory provider. See + <citerefentry> + <refentrytitle>sssd-ad</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on + configuring Active Directory. + </para> + <para> <quote>proxy</quote> for relaying authentication to some other PAM target. </para> <para> @@ -1144,6 +1181,30 @@ <quote>deny</quote> always deny access. </para> <para> + <quote>ldap</quote> for native LDAP authentication. See + <citerefentry> + <refentrytitle>sssd-ldap</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on configuring LDAP. + </para> + <para> + <quote>ipa</quote>: FreeIPA and Red Hat Enterprise + Identity Management provider. See + <citerefentry> + <refentrytitle>sssd-ipa</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on + configuring FreeIPA. + </para> + <para> + <quote>ad</quote>: Active Directory provider. See + <citerefentry> + <refentrytitle>sssd-ad</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on + configuring Active Directory. + </para> + <para> <quote>simple</quote> access control based on access or deny lists. See <citerefentry> <refentrytitle>sssd-simple</refentrytitle> @@ -1164,14 +1225,6 @@ Supported change password providers are: </para> <para> - <quote>ipa</quote> to change a password stored - in an IPA server. See - <citerefentry> - <refentrytitle>sssd-ipa</refentrytitle> - <manvolnum>5</manvolnum> - </citerefentry> for more information on configuring IPA. - </para> - <para> <quote>ldap</quote> to change a password stored in a LDAP server. See <citerefentry> @@ -1188,6 +1241,23 @@ </citerefentry> for more information on configuring Kerberos. </para> <para> + <quote>ipa</quote>: FreeIPA and Red Hat Enterprise + Identity Management provider. See + <citerefentry> + <refentrytitle>sssd-ipa</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on + configuring FreeIPA. + </para> + <para> + <quote>ad</quote>: Active Directory provider. See + <citerefentry> + <refentrytitle>sssd-ad</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> for more information on + configuring Active Directory. + </para> + <para> <quote>proxy</quote> for relaying password changes to some other PAM target. </para> |