Displaying 1 result from an estimated 1 matches for "courtesypdc".
2003 May 21
1
Disabling roaming profiles...revisited
...problem now is 
with roaming profiles.
What I wanted to do is disable roaming profiles. I know that to do it in 
samba, you are supposed to make the following entry in smb.conf:
logon path =
Which i did. However, samba is still trying to use roaming profiles.
Here is smb.conf:
    workgroup = CourtesyPDC
    netbios name = PDC-SRV
    server string = Samba-LDAP PDC Server
    hosts allow = 192.168.1.0/255.255.255.0 127.0.0.1
    log file = /var/log/samba/log.%m
    log level = 2
    logon path =
    logon home =
    logon script = logon.bat
    time server = yes
    max log size = 50
    security...