From 6198963125082199cef360cfaa506a313665a625 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 16 Mar 2005 20:24:47 +0000 Subject: [PATCH] More review needed - this fixes a big glitch. --- docs/Samba-Guide/Chap08b-MigrateNW4Samba3.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Samba-Guide/Chap08b-MigrateNW4Samba3.xml b/docs/Samba-Guide/Chap08b-MigrateNW4Samba3.xml index fc2652e8eb5..883a2447a6f 100644 --- a/docs/Samba-Guide/Chap08b-MigrateNW4Samba3.xml +++ b/docs/Samba-Guide/Chap08b-MigrateNW4Samba3.xml @@ -862,17 +862,18 @@ usersdn="ou=People,${suffix}" # Where are stored Computers # Ex: computersdn="ou=Computers,dc=IDEALX,dc=ORG" -computersdn="ou=Computers,${suffix}" +computersdn="ou=People,${suffix}" # Where are stored Groups # Ex groupsdn="ou=Groups,dc=IDEALX,dc=ORG" groupsdn="ou=Groups,${suffix}" + # Where are stored Idmap entries (used if samba is a domain member server) # Ex groupsdn="ou=Idmap,dc=IDEALX,dc=ORG" -idmapdn="ou=People,${suffix}" +idmapdn="ou=Idmap,${suffix}" # Where to store next uidNumber and gidNumber available -sambaUnixIdPooldn="ou=People,${suffix}" +sambaUnixIdPooldn="sambaDomainName=MEGANET2,dc=abmas,dc=biz" # Default scope Used scope="sub" @@ -883,7 +884,7 @@ scope="sub" Idealx smbldap-tools Control File &smbmdash; Part C # Unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA) -hash_encrypt="SSHA" +hash_encrypt="MD5" # if hash_encrypt is set to CRYPT, you may set a salt format. # default is "%s", but many systems will generate MD5 hashed -- 2.11.4.GIT