newbie to samba - implementing samba as PDC

Winanjaya winan888 at cbn.net.id
Thu Jan 26 10:02:02 GMT 2006


Hi.. I am in the progress implementing samba as PDC, I run samba on RH 3 EL,
I had problems:

1. Windows 9x users can logged in to Samba but it does not automatically mapped to Drive H.
2. Windows XP, 2000 Users are unable to set member domain (My computer -> Properties -> Network Indentification -> Properties -> Member domain)

below is my /etc/samba/smb.conf

[global]
 netbios name = SAMBA
 logon script = login.bat
 default = profiles
 local master = yes
 logon drive = H:
 logon path = %N%u
 workgroup = LINUX
 os level = 64
 domain master = yes
 encrypt passwords = yes
 logon home = homeserver%u
 domain logons = yes

[netlogon]
path = /home/samba/netlogon
read only = yes
write list = ntadmin

; share for storing user profiles
[profiles]
path = /home/%u
read only = no
create mask = 0600
directory mask = 0700

; share for the CD-Rom drive
[cdrom]
comment = Linux CD-ROM
path = /cdrom
read only = yes
locking = no
guest ok = yes

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browsable = No

and below is my /home/samba/netlogon/login.bat

net use H: \\smb\

please help..

thanks a lot in advance

Regards
Winanjaya




***********************
Our outgoing mail has been scanned by MSS.
***********************


More information about the samba-technical mailing list