From 6e0e34771a3cb1ae069fcd3ce3eb46e926406ad4 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 20 Apr 2005 17:17:55 +0000 Subject: Further updates. (This used to be commit ce3c76a13dfb56669107d4bdc6eefa86b0b75201) --- docs/Samba-Guide/SBE-MakingHappyUsers.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Samba-Guide/SBE-MakingHappyUsers.xml b/docs/Samba-Guide/SBE-MakingHappyUsers.xml index 02effbe91f..3ddf3305c1 100644 --- a/docs/Samba-Guide/SBE-MakingHappyUsers.xml +++ b/docs/Samba-Guide/SBE-MakingHappyUsers.xml @@ -1376,7 +1376,13 @@ slapd[12164]: conn=1 fd=10 closed The following information applies to Samba-3.0.15 when used with the Idealx smbldap-tools scripts version 0.8.8. If using a different version of Samba, or of the smbldap-tools tarball, please -verify that the versions you are about to use are matching. +verify that the versions you are about to use are matching. The smbldap-tools package uses counter +entries in the LDAP directory to avoid duplication of the UIDs and GIDs that are issued for POSIX +accounts. The LDAP rdn under which this information is stored are called uidNumber +and gidNumber respectively. These may be located in any convenient part of the +directory information tree (DIT). In the examples that follow they have been located under +dn=sambaDomainName=MEGANET2,dc=abmas,dc=org. They could just as well be located under the rdn +cn=NextFreeUnixId. -- cgit