1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

Adding fixes from feedback.

(This used to be commit afdc072039)
This commit is contained in:
John Terpstra 2005-04-25 16:05:23 +00:00 committed by Gerald W. Carter
parent 363ad89ed7
commit dc3fae13bb

View File

@ -426,8 +426,11 @@
logon drive = X: logon drive = X:
domain logons = Yes domain logons = Yes
domain master = No domain master = No
wins support = Yes # Uncomment the wins support setting after migration
wins proxy = Yes # wins support = Yes
# Set the WINS server address to that of the PDC
# Comment the wins server setting out after migration
wins server = 192.168.123.124
ldap admin dn = cn=Manager,dc=terpstra-world,dc=org ldap admin dn = cn=Manager,dc=terpstra-world,dc=org
ldap group suffix = ou=Groups ldap group suffix = ou=Groups
ldap idmap suffix = ou=Idmap ldap idmap suffix = ou=Idmap
@ -466,18 +469,6 @@
read only = No read only = No
browseable = No browseable = No
[media]
comment = Media Files
path = /data/home2
read only = No
[homes]
comment = Home Directories
path = /home/users/%U/Documents
valid users = %S
read only = No
browseable = No
[printers] [printers]
comment = SMB Print Spool comment = SMB Print Spool
path = /var/spool/samba path = /var/spool/samba
@ -491,12 +482,7 @@
path = /var/lib/samba/netlogon path = /var/lib/samba/netlogon
guest ok = Yes guest ok = Yes
locking = No locking = No
</screen>
</example>
<example id="sbent4smb3">
<title>NT4 Migration Samba-3 Server <filename>smb.conf</filename> &smbmdash; Part: C</title>
<screen>
[profiles] [profiles]
comment = Profile Share comment = Profile Share
path = /var/lib/samba/profiles path = /var/lib/samba/profiles
@ -1065,7 +1051,25 @@ Users (S-1-5-32-545) -&gt; Users
Edit the &smb.conf; file to reset the parameter Edit the &smb.conf; file to reset the parameter
<smbconfoption name="domain master">Yes</smbconfoption> so that <smbconfoption name="domain master">Yes</smbconfoption> so that
the Samba server functions as a PDC for the purpose of migration. the Samba server functions as a PDC for the purpose of migration.
Also, uncomment the deletion scripts so they will now be fully functional. Also, uncomment the deletion scripts so they will now be fully functional,
enable the <parameter>wins support = yes</parameter> parameter and
comment out the <parameter>wins server</parameter>. Validate the configuration
with the <command>testparm</command> utility as shown here:
<screen>
&rootprompt; testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[apps]"
Processing section "[media]"
Processing section "[homes]"
Processing section "[printers]"
Processing section "[netlogon]"
Processing section "[profiles]"
Processing section "[profdata]"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_DOMAIN_PDC
Press enter to see a dump of your service definitions
</screen>
</para></step> </para></step>
<step><para> <step><para>