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 | cedd66b6e67f4c463eaa072f0e6d87ee1f55718e (patch) | |
tree | 5b2bb1ba2ca260941a3998e977a6216ad7713605 | |
parent | 7f5cc183686a9fce2dea71f9172febc1214082e2 (diff) | |
download | samba-cedd66b6e67f4c463eaa072f0e6d87ee1f55718e.tar.gz samba-cedd66b6e67f4c463eaa072f0e6d87ee1f55718e.tar.xz samba-cedd66b6e67f4c463eaa072f0e6d87ee1f55718e.zip |
Document 'ldap group suffix', better documentation for 'ldap user suffix'
(This used to be commit ff7de3e19cf8707e8429c70b6ba303ff652fa4c8)
-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 0000000000..6786ff4532 --- /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 731fba3420..93d450b5e4 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> |