Displaying 1 result from an estimated 1 matches for "logongui".
2003 Mar 24
4
Login denied after joinined Samba PDC
...is
admin users = root @is
;Profile location
logon path = \\%L\Profiles\%U
;User home directory and mount drive
logon drive = H:
logon home = \\%L\%u
;specify the logon script located in the netlogon share
logon script = "wkix32 logongui.k2k"
;automagically add machine accounts
add user script = /usr/sbin/useradd -c Machine -d /dev/null -g
500 -s /bin/false -M %u
;Log location and size
log file = /var/log/samba/%m.log
max log size = 1000
;sync unix/samba passwords
uni...