diff options
author | John Terpstra <jht@samba.org> | 2005-04-20 17:17:55 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:29 -0500 |
commit | 6e0e34771a3cb1ae069fcd3ce3eb46e926406ad4 (patch) | |
tree | 05d86cc2eb6e65117b3fa9abf39c07789e0fbd86 /docs | |
parent | 0f9c300f5916824bb40f4ab45952b97a3fb7aea4 (diff) | |
download | samba-6e0e34771a3cb1ae069fcd3ce3eb46e926406ad4.tar.gz samba-6e0e34771a3cb1ae069fcd3ce3eb46e926406ad4.tar.bz2 samba-6e0e34771a3cb1ae069fcd3ce3eb46e926406ad4.zip |
Further updates.
(This used to be commit ce3c76a13dfb56669107d4bdc6eefa86b0b75201)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba-Guide/SBE-MakingHappyUsers.xml | 8 |
1 files changed, 7 insertions, 1 deletions
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 <note><para> 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 <constant>uidNumber</constant> +and <constant>gidNumber</constant> 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 +<constant>dn=sambaDomainName=MEGANET2,dc=abmas,dc=org</constant>. They could just as well be located under the rdn +<constant>cn=NextFreeUnixId</constant>. </para></note> <para> |