diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-15 18:15:17 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-15 18:15:17 +0000 |
commit | ff7de3e19cf8707e8429c70b6ba303ff652fa4c8 (patch) | |
tree | 37e0e8aa0804efa8585c89c28b8c9784f1ac38ec /docs | |
parent | 25cec4d35664f5c093cd95d3255a8ed04f8f2528 (diff) | |
download | samba-ff7de3e19cf8707e8429c70b6ba303ff652fa4c8.tar.gz |
Document 'ldap group suffix', better documentation for 'ldap user suffix'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/smbdotconf/ldap/ldapgroupsuffix.xml | 13 | ||||
-rw-r--r-- | docs/docbook/smbdotconf/ldap/ldapusersuffix.xml | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/docs/docbook/smbdotconf/ldap/ldapgroupsuffix.xml b/docs/docbook/smbdotconf/ldap/ldapgroupsuffix.xml new file mode 100644 index 00000000000..6786ff4532a --- /dev/null +++ b/docs/docbook/smbdotconf/ldap/ldapgroupsuffix.xml @@ -0,0 +1,13 @@ +<samba:parameter name="ldap group suffix" + context="G" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>This parameters specifies the suffix that is + used for groups when these are added to the LDAP directory.</para> + + <para>Default: <emphasis>none</emphasis></para> + + <para>Example: <emphasis>dc=samba,ou=Groups</emphasis></para> +</listitem> +</samba:parameter> diff --git a/docs/docbook/smbdotconf/ldap/ldapusersuffix.xml b/docs/docbook/smbdotconf/ldap/ldapusersuffix.xml index 731fba34204..93d450b5e4d 100644 --- a/docs/docbook/smbdotconf/ldap/ldapusersuffix.xml +++ b/docs/docbook/smbdotconf/ldap/ldapusersuffix.xml @@ -3,7 +3,8 @@ advanced="1" developer="1" xmlns:samba="http://samba.org/common"> <listitem> - <para>It specifies where users are added to the tree.</para> + <para>This parameter specifies where users are added to the tree. + If this parameter is not specified, the value from <command>ldap suffix</command>.</para> <para>Default: <emphasis>none</emphasis></para> </listitem> |