[Samba] Preserving XP look and feel while on DOMAIN
E. Dandrades
eddie at dandrades.org
Tue Oct 18 13:44:42 GMT 2005
Greetings guys,
I have samba on a domain with the configuration listed above. I've created a Default profile under the netlogon root and chmod'ed it 755. I'm trying to maintain XP's look when you log in because at this point, when I input my username and password and logon to the domain it goes back to the classic win2k skin. Any ideas would be welcome.
Thanks
====================
[global]
workgroup = INSOMNIAC
netbios name = SERVER
server string = insomniac
interfaces = interfaces, =, 10.0.0.1/8
passdb backend = tdbsam
passwd program = /usr/bin/passwd -l %u
username map = /usr/local/etc/samba/smbusers
unix password sync = Yes
log level = 1
log file = /var/log/samba/%m.log
max log size = 50
time server = Yes
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=16384
printcap name = cups
add user script = /usr/sbin/useradd -m '%u'
delete user script = /usr/sbin/userdel -r '%u'
add group script = /usr/sbin/groupadd '%g'
delete group script = /usr/sbin/groupdel '%g'
add user to group script = /usr/sbin/usermod -G '%g' '%u'
add machine script = /usr/sbin/useradd -s /bin/false -d /var/lib/nobody
'%u'
logon script = login.bat
logon path = \\%L\profiles\%U
logon drive = Z:
logon home = \\%L\%U
domain logons = Yes
os level = 34
preferred master = Yes
domain master = Yes
wins support = Yes
remote announce = 10.0.0.255
admin users = root, eddie
create mask = 0644
hosts allow = 10.0.0., localhost
hide unreadable = Yes
[profiles]
path = /storage/samba/profiles
read only = No
create mask = 0600
directory mask = 0700
profile acls = Yes
case sensitive = No
preserve case = No
short preserve case = No
hide files = /desktop.ini/ntuser.ini/NTUSER.*/
browseable = No
[netlogon]
path = /storage/samba/netlogon
browseable = No
[homes]
comment = Home Directories
read only = No
create mask = 0600
browseable = No
[BackUP]
comment = BackUp Share
path = /storage/backup
write list = @members
[storage]
comment = Network Share
path = /storage/share
write list = @members
read only = No
create mask = 0664
directory mask = 0775
inherit permissions = Yes
[printers]
comment = All Printers
path = /var/spool/samba
printer admin = root
guest ok = Yes
printable = Yes
use client driver = Yes
browseable = No
[print$]
comment = Printer Driver Download Area
path = /usr/local/share/cups/drivers
write list = root
guest ok = Yes
browseable = No
More information about the samba
mailing list