svn commit: samba-docs r427 - in trunk/Samba-Guide: .

jht at samba.org jht at samba.org
Wed Mar 16 20:24:47 GMT 2005


Author: jht
Date: 2005-03-16 20:24:47 +0000 (Wed, 16 Mar 2005)
New Revision: 427

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=427

Log:
More review needed - this fixes a big glitch.
Modified:
   trunk/Samba-Guide/Chap08b-MigrateNW4Samba3.xml


Changeset:
Modified: trunk/Samba-Guide/Chap08b-MigrateNW4Samba3.xml
===================================================================
--- trunk/Samba-Guide/Chap08b-MigrateNW4Samba3.xml	2005-03-16 17:14:05 UTC (rev 426)
+++ trunk/Samba-Guide/Chap08b-MigrateNW4Samba3.xml	2005-03-16 20:24:47 UTC (rev 427)
@@ -862,17 +862,18 @@
 
 # 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 @@
 <title>Idealx smbldap-tools Control File &smbmdash; Part C</title>
 <screen>
 # 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



More information about the samba-cvs mailing list