From e0dfc4ecedff9bd7361ab7b975d96df3b2cc2667 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 17 Aug 2005 15:31:37 +0000 Subject: clarifying ldap suffix options (This used to be commit 30248d33d1eac0d77c2e2a82497869fec3795bf5) --- docs/smbdotconf/ldap/ldapgroupsuffix.xml | 7 +++++-- docs/smbdotconf/ldap/ldapidmapsuffix.xml | 6 ++++-- docs/smbdotconf/ldap/ldapmachinesuffix.xml | 7 ++++++- docs/smbdotconf/ldap/ldapsuffix.xml | 9 +++++---- docs/smbdotconf/ldap/ldapusersuffix.xml | 10 +++++++--- 5 files changed, 27 insertions(+), 12 deletions(-) (limited to 'docs/smbdotconf') diff --git a/docs/smbdotconf/ldap/ldapgroupsuffix.xml b/docs/smbdotconf/ldap/ldapgroupsuffix.xml index ffbebe2f5c..dfe8d33a29 100644 --- a/docs/smbdotconf/ldap/ldapgroupsuffix.xml +++ b/docs/smbdotconf/ldap/ldapgroupsuffix.xml @@ -6,9 +6,12 @@ This parameters specifies the suffix that is used for groups when these are added to the LDAP directory. - If this parameter is unset, the value of will be used instead. + If this parameter is unset, the value of will be used instead. The suffix string is pre-pended to the + string so use a partial DN + unless the parameter is empty. -ou=Groups,dc=samba,ou=Groups +ou=Groups diff --git a/docs/smbdotconf/ldap/ldapidmapsuffix.xml b/docs/smbdotconf/ldap/ldapidmapsuffix.xml index 81fc98d8b9..553b9b5534 100644 --- a/docs/smbdotconf/ldap/ldapidmapsuffix.xml +++ b/docs/smbdotconf/ldap/ldapidmapsuffix.xml @@ -7,8 +7,10 @@ This parameters specifies the suffix that is used when storing idmap mappings. If this parameter is unset, the value of - will be used instead. + will be used instead. The suffix string is pre-pended to the + string so use a partial DN + unless the parameter is empty. -ou=Idmap,dc=samba,dc=org +ou=Idmap diff --git a/docs/smbdotconf/ldap/ldapmachinesuffix.xml b/docs/smbdotconf/ldap/ldapmachinesuffix.xml index 994345fb1b..ae82cba3f5 100644 --- a/docs/smbdotconf/ldap/ldapmachinesuffix.xml +++ b/docs/smbdotconf/ldap/ldapmachinesuffix.xml @@ -4,8 +4,13 @@ type="string" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - It specifies where machines should be added to the ldap tree. + It specifies where machines should be added to the ldap tree. + If this parameter is unset, the value of will be used instead. The suffix string is pre-pended to the + string so use a partial DN + unless the parameter is empty. +ou=Computers diff --git a/docs/smbdotconf/ldap/ldapsuffix.xml b/docs/smbdotconf/ldap/ldapsuffix.xml index 233c61040c..819d0ef606 100644 --- a/docs/smbdotconf/ldap/ldapsuffix.xml +++ b/docs/smbdotconf/ldap/ldapsuffix.xml @@ -1,13 +1,14 @@ Specifies where user and machine accounts are added to the - tree. Can be overriden by and - . It also used as the base dn for all ldap -searches. + tree. Can be overriden by and + . It also used as the base dn for all ldap + searches. +dc=samba,dc=org diff --git a/docs/smbdotconf/ldap/ldapusersuffix.xml b/docs/smbdotconf/ldap/ldapusersuffix.xml index d860fba0da..437c45ddcc 100644 --- a/docs/smbdotconf/ldap/ldapusersuffix.xml +++ b/docs/smbdotconf/ldap/ldapusersuffix.xml @@ -1,12 +1,16 @@ + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This parameter specifies where users are added to the tree. - If this parameter is not specified, the value from . + If this parameter is unset, the value of will be used instead. The suffix string is pre-pended to the + string so use a partial DN + unless the parameter is empty. +ou=people -- cgit