diff options
author | John Terpstra <jht@samba.org> | 2005-07-04 19:30:40 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:00 -0500 |
commit | a9ac62a88472739b678cf368c6b94adb563ef529 (patch) | |
tree | d180e3db44c6b4d940e38faebf0a1dcbf4c78c18 /docs/Samba3-ByExample | |
parent | 66414acf553ff2dffe45c2f368a86e6cbe640022 (diff) | |
download | samba-a9ac62a88472739b678cf368c6b94adb563ef529.tar.gz samba-a9ac62a88472739b678cf368c6b94adb563ef529.tar.bz2 samba-a9ac62a88472739b678cf368c6b94adb563ef529.zip |
Fixing smbldap-tools info.
(This used to be commit 79ff46fcf18f9f8bc64ee7c6e49f96f16b06388a)
Diffstat (limited to 'docs/Samba3-ByExample')
-rw-r--r-- | docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml b/docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml index 548aee69ea..f7ab1d1c1c 100644 --- a/docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml +++ b/docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml @@ -688,17 +688,18 @@ Storing SID S-1-5-21-1385457007-882775198-1210191635 \ Note: Use the domain SID obtained from the step above. The following is an example configuration session: <screen> -merlin:/opt/IDEALX/sbin # ./configure.pl --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +&rootprompt; ./configure.pl +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= smbldap-tools script configuration -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Before starting, check . if your samba controller is up and running. - . if the domain SID is defined (you can get it with the 'net getlocalsid') + . if the domain SID is defined + (you can get it with the 'net getlocalsid') . you can leave the configuration using the Crtl-c key combination . empty value can be set with the "." character --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Looking for configuration files... Samba Config File Location [/etc/samba/smb.conf] > @@ -716,15 +717,16 @@ Let's start configuring the smbldap-tools scripts ... . logon drive: local path to which the home directory will be connected (for NT Workstations). Ex: 'H:' logon drive [X:] > H: -. logon home: home directory location (for Win95/98 or NT Workstation). +. logon home: home directory location (for Win95/98 or NT Workstation) (use %U as username) Ex:'\\MERLIN\home\%U' logon home (leave blank if you don't want homeDirectory) - [\\MERLIN\home\%U] > \\%L\%U + [\\MERLIN\home\%U] > \\%L\%U . logon path: directory where roaming profiles are stored. Ex:'\\MERLIN\profiles\%U' logon path (leave blank if you don't want roaming profile) - [\\MERLIN\profiles\%U] > \\%L\profiles\%U -. home directory prefix (use %U as username) [/home/%U] > /home/users/%U + [\\MERLIN\profiles\%U] > \\%L\profiles\%U +. home directory prefix (use %U as username) [/home/%U] > + /home/users/%U . default user netlogon script (use %U as username) [%U.cmd] > scripts\logon.cmd default password validation time (time in days) [45] > 180 @@ -736,9 +738,9 @@ 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 + [sambaDomainName=DAMNATION] > . ldap master server: - IP address or DNS name of the master (writable) ldap server + IP address or DNS name of the master (writable) ldap server ldap master server [] > 127.0.0.1 . ldap master port [389] > . ldap master bind dn [cn=Manager,dc=terpstra-world,dc=org] > @@ -751,15 +753,16 @@ Let's start configuring the smbldap-tools scripts ... . ldap slave bind password [] > . ldap tls support (1/0) [0] > . SID for domain DAMNATION: SID of the domain - (can be obtained with 'net getlocalsid MERLIN') + (can be obtained with 'net getlocalsid MERLIN') SID for domain DAMNATION [] > S-1-5-21-1385457007-882775198-1210191635 . unix password encryption: encryption used for unix passwords - unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA) [SSHA] > MD5 +unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA) [SSHA] > MD5 . default user gidNumber [513] > . default computer gidNumber [515] > . default login shell [/bin/bash] > -. default domain name to append to mail address [] > terpstra-world.org +. default domain name to append to mail address [] > + terpstra-world.org -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= backup old configuration files: /etc/smbldap-tools/smbldap.conf-> @@ -771,11 +774,17 @@ writing new configuration file: /etc/smbldap-tools/smbldap_bind.conf done. </screen> <indexterm><primary>sambaDomainName</primary></indexterm> + <indexterm><primary>NextFreeUnixId</primary></indexterm> + <indexterm><primary>updating smbldap-tools</primary></indexterm> + <indexterm><primary>smbldap-tools updating</primary></indexterm> Note that the NT4 domain SID that was previously obtained was entered above. Also, the sambaUnixIdPooldn object was specified as sambaDomainName=DAMNATION. This is the location into which the Idealx smbldap-tools store the next available UID/GID information. It is also where Samba stores domain specific information such as the - next RID, the SID, and so on. + next RID, the SID, and so on. In older version of the smbldap-tools this information + was stored in the sambaUnixIdPooldn DIT location cn=NextFreeUnixId. Where smbldap-tools + are being upgraded to version 0.9.1 it is appropriate to update this to the new location + only if the directory information is also relocated. </para></step> <step><para> |