[Samba] win2k, roaming profiles and samba
Gurnish Anand
gurnish at murphybank.com
Sat Mar 8 20:54:23 GMT 2003
Hi,
i have this samba 2.2.7a configured as a PDC. I have been trying hard
to make samba pick up the roaming profiles but its not able to. It's
says the permission is denied on the server for the client to access its
profile. Please help!!!
Below is my smb.conf
# Global parameters
[global]
workgroup = SAMBAPDC
netbios name = PCSERVER
server string = Primary Domain Server running SAMBA%v
min passwd length = 6
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*Unix*Password* %n\n *Retype*new*Unix*password*%n\n
*passwd: all authentication tokens updated successfully* %n
passwd chat debug = Yes
username level = 7
unix password sync = Yes
log level = 2
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RNDBUF=8192
SO_SRVBUF=8192
add user script = /usr/sbin/useradd -d /dev/null -g machines -c
'Machine Account' -s /bin/false -M %u
logon path = \\%L\profile\%U
domain logons = Yes
os level = 64
preferred master = True
domain master = True
admin users = @administrator root
hosts allow = 127.0.0.1 192.168.2.0/255.255.255.0
[homes]
comment = Home Directories
read only = No
browseable = No
[profile]
path = /home/samba/profile
create mask = 0600
directory mask = 0700
nt acl support = no
read only = no
[pcshare]
path = /home/samba
read only = No
create mask = 07777
directory mask = 07777
guest ok = Yes
[Programs]
path = /home/samba/programs
read only = No
create mask = 07777
directory mask = 07777
guest ok = Yes
More information about the samba
mailing list