From 544de543ee88961272e9b9c5baa2c0d296162965 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 12 Oct 2011 09:25:12 -0400 Subject: Added and modified options for IPA netgroups --- src/man/sssd-ipa.5.xml | 89 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 88 insertions(+), 1 deletion(-) (limited to 'src/man/sssd-ipa.5.xml') diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 221c9a25..32d691d7 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -48,7 +48,10 @@ sssd-krb5 5 - authentication provider. + authentication provider with some exceptions described + below. + + However, it is neither necessary nor recommended to set these options. IPA provider can also be used as an access and chpass provider. As an access provider it uses HBAC (host-based access control) rules. Please @@ -235,6 +238,90 @@ + + ipa_netgroup_member_of (string) + + + The LDAP attribute that lists netgroup's + memberships. + + + Default: memberOf + + + + + ipa_netgroup_member_user (string) + + + The LDAP attribute that lists system users + and groups that are direct members of the + netgroup. + + + Default: memberUser + + + + + ipa_netgroup_member_host (string) + + + The LDAP attribute that lists hosts and host groups + that are direct members of the netgroup. + + + Default: memberHost + + + + + ipa_netgroup_member_ext_host (string) + + + The LDAP attribute that lists FQDNs of hosts + and host groups that are members of the netgroup. + + + Default: externalHost + + + + + ipa_netgroup_domain (string) + + + The LDAP attribute that contains NIS domain + name of the netgroup. + + + Default: nisDomainName + + + + + + ipa_host_object_class (string) + + + The object class of a host entry in LDAP. + + + Default: ipaHost + + + + + ipa_host_fqdn (string) + + + The LDAP attribute that contains FQDN of the host. + + + Default: fqdn + + + -- cgit