Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Samba as PDC
Message
Information générale
Forum:
Linux
Catégorie:
SAMBA
Titre:
Divers
Thread ID:
01028744
Message ID:
01090407
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform