1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Document 'ldap group suffix', better documentation for 'ldap user suffix'

(This used to be commit ff7de3e19c)
This commit is contained in:
Jelmer Vernooij 2003-08-15 18:15:17 +00:00
parent 7f5cc18368
commit cedd66b6e6
2 changed files with 15 additions and 1 deletions

View File

@ -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>

View File

@ -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>