diff options
author | Sumit Bose <sbose@redhat.com> | 2010-09-28 15:43:31 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 09:49:38 -0400 |
commit | d9ed57c641b91c9c499a53329d606d5061ed47d1 (patch) | |
tree | 7f5c5ac4ff7bfa6d9ae7592a3d667580da2e50aa /src/man | |
parent | 8c64b46e923ec590984325beedb29fcd09aac0e4 (diff) | |
download | sssd-d9ed57c641b91c9c499a53329d606d5061ed47d1.tar.gz sssd-d9ed57c641b91c9c499a53329d606d5061ed47d1.tar.xz sssd-d9ed57c641b91c9c499a53329d606d5061ed47d1.zip |
Add infrastructure to LDAP provider for netgroup support
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 9fb8f6bba..646ef4cff 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -578,6 +578,97 @@ </varlistentry> <varlistentry> + <term>ldap_netgroup_search_base (string)</term> + <listitem> + <para> + An optional base DN to restrict netgroup searches + to a specific subtree. + </para> + <para> + Default: the value of + <emphasis>ldap_search_base</emphasis> + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>ldap_netgroup_object_class (string)</term> + <listitem> + <para> + The object class of a netgroup entry in LDAP. + </para> + <para> + Default: nisNetgroup + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>ldap_netgroup_name (string)</term> + <listitem> + <para> + The LDAP attribute that corresponds to + the netgroup name. + </para> + <para> + Default: cn + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>ldap_netgroup_member (string)</term> + <listitem> + <para> + The LDAP attribute that contains the names of + the netgroup's members. + </para> + <para> + Default: memberNisNetgroup + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>ldap_netgroup_triple (string)</term> + <listitem> + <para> + The LDAP attribute that contains the (host, user, + domain) netgroup triples. + </para> + <para> + Default: nisNetgroupTriple + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>ldap_netgroup_uuid (string)</term> + <listitem> + <para> + The LDAP attribute that contains the UUID/GUID of + an LDAP netgroup object. + </para> + <para> + Default: nsUniqueId + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>ldap_netgroup_modify_timestamp (string)</term> + <listitem> + <para> + The LDAP attribute that contains timestamp of the + last modification of the parent object. + </para> + <para> + Default: modifyTimestamp + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_search_timeout (integer)</term> <listitem> <para> |