Displaying 4 results from an estimated 4 matches for "logon_".
Did you mean:
logon
2012 Apr 04
1
(no subject)
...t; You could hard-code each user name into the Logon Script using a shell script to loop through the user database and pick out the
> names:
>
> ??for u in `pdbedit -L | cut -d: -f1`; do
> ????[[ $u =~ \\$ ]] && continue??? # Filter out machine accounts
> ????echo pdbedit -S logon_$u.cmd -u $u
> ??done
>
> If it looks like the pdbedit commands are correct, remove the "echo".
>
> Otherwise, you could try setting --script to whatever it gets when it picks up its value from "logon script" in smb.conf.
>
>
> Moray.
> ?To err is h...
2004 Mar 03
0
rpcclient addprinter error
...server string = Servidor de seguranca
encrypt passwords = Yes
log file = /var/log/samba/log.%m
log level = 0
max log size = 50
name resolve order = wins lmhosts host bcast
time server = Yes
load printers = No
logon script = entry\logon_%U.bat
logon home = \\%N\profiles
logon path = \\%N\profiles
logon drive = H
domain logons = Yes
preferred master = Yes
domain master = Yes
wins support = Yes
nis homedir = yes
homedir map = auto.home
passwd program = /v...
2004 Dec 02
1
Home drives not as documented
Hi,
I'm using Samba 3.0.5 on a Fedora Linux box.
I have in my smb.conf
logon home = \\%L\%u\.profile
logon path = \\%L\profiles$\%u
logon drive = H:
[profiles$]
comment = Windows XP profile directory
path = /home/profile
[homes]
comment = home dirs
browseable = no
writeable =yes
I have a mixture of Win95 and WinXP clients
The Win95 clients map the home drive correctly to the users home
2012 Apr 03
1
macro characters with pdbedit ?
Hi,
I would like to change the Logon script name attributes of a samba user account to something like logon%u.cmd using pdbedit with the --script option. It does not work because the string logon%u.cmd is litteraly taken as the value, loosing the variable substitution at evaluation time. pdbedit -v output gives "Logon Script : logon%u.cmd" .?
When creating a user account without