diff options
author | John Terpstra <jht@samba.org> | 2005-04-20 17:00:25 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:29 -0500 |
commit | 0f9c300f5916824bb40f4ab45952b97a3fb7aea4 (patch) | |
tree | 671564776773926784110eb0471fad11b7380876 | |
parent | 23bbd51bc0fab0bfc19d45f097c0fe902411b968 (diff) | |
download | samba-0f9c300f5916824bb40f4ab45952b97a3fb7aea4.tar.gz samba-0f9c300f5916824bb40f4ab45952b97a3fb7aea4.tar.bz2 samba-0f9c300f5916824bb40f4ab45952b97a3fb7aea4.zip |
Fixing location of sambaDomainName info.
(This used to be commit 92624e47f7a7793c00128f6f2c48aadff0502658)
-rw-r--r-- | docs/Samba-Guide/SBE-MakingHappyUsers.xml | 3 | ||||
-rw-r--r-- | docs/Samba-Guide/SBE-MigrateNT4Samba3.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/Samba-Guide/SBE-MakingHappyUsers.xml b/docs/Samba-Guide/SBE-MakingHappyUsers.xml index 27dfe89758..02effbe91f 100644 --- a/docs/Samba-Guide/SBE-MakingHappyUsers.xml +++ b/docs/Samba-Guide/SBE-MakingHappyUsers.xml @@ -2239,7 +2239,8 @@ Let's start configuring the smbldap-tools scripts ... . Idmap suffix [ou=Idmap] > . sambaUnixIdPooldn: object where you want to store the next uidNumber and gidNumber available for new users and groups - sambaUnixIdPooldn object (relative to ${suffix}) [cn=NextFreeUnixId] > + sambaUnixIdPooldn object (relative to ${suffix}) + [cn=NextFreeUnixId] > sambaDomainName=MEGANET2 . ldap master server: IP adress or DNS name of the master (writable) ldap server Use of uninitialized value in scalar chomp at ./configure.pl diff --git a/docs/Samba-Guide/SBE-MigrateNT4Samba3.xml b/docs/Samba-Guide/SBE-MigrateNT4Samba3.xml index 6658873602..e0697ec24d 100644 --- a/docs/Samba-Guide/SBE-MigrateNT4Samba3.xml +++ b/docs/Samba-Guide/SBE-MigrateNT4Samba3.xml @@ -714,7 +714,7 @@ Let's start configuring the smbldap-tools scripts ... . sambaUnixIdPooldn: object where you want to store the next uidNumber and gidNumber available for new users and groups sambaUnixIdPooldn object (relative to ${suffix}) - [cn=NextFreeUnixId] > sambaDomainName=DAMNATION + [cn=NextFreeUnixId] > sambaDomainName=DAMNATION . ldap master server: IP adress or DNS name of the master (writable) ldap server ldap master server [] > 127.0.0.1 |