diff options
author | John Terpstra <jht@samba.org> | 2005-03-22 06:52:23 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:23 -0500 |
commit | 4d3454f5f12e183ec2ba904188a18dca3512e8bf (patch) | |
tree | 7863d23039bb2a46b0dfe1632d953c41ebe494ae /docs/smbdotconf | |
parent | 8ee9f6806b3cd2519d3a4afe4b254689b2006325 (diff) | |
download | samba-4d3454f5f12e183ec2ba904188a18dca3512e8bf.tar.gz samba-4d3454f5f12e183ec2ba904188a18dca3512e8bf.tar.bz2 samba-4d3454f5f12e183ec2ba904188a18dca3512e8bf.zip |
Fixing missing group suffix info.
(This used to be commit d6151b94db11bf2b2de8beef45ad378c666560f6)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r-- | docs/smbdotconf/ldap/ldapgroupsuffix.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/ldap/ldapgroupsuffix.xml b/docs/smbdotconf/ldap/ldapgroupsuffix.xml index cb78fa7f96..00d6fba7a0 100644 --- a/docs/smbdotconf/ldap/ldapgroupsuffix.xml +++ b/docs/smbdotconf/ldap/ldapgroupsuffix.xml @@ -10,5 +10,5 @@ </description> <value type="default"></value> -<value type="example">dc=samba,ou=Groups</value> +<value type="example">ou=Groups,dc=samba,ou=Groups</value> </samba:parameter> |