Displaying 4 results from an estimated 4 matches for "makelogonscript".
Did you mean:
make_logon_script
2005 Mar 16
1
Logon logging logs
...a simple solution to log a single entry for each login
to a Samba PDC.
My current attempt(s) of using a root prexec script in either the
[netlogon] share definition or the [global] section are working, but not
exactly as expected.
In [netlogon] I have an entry:
root preexec = /path/to/script/makelogonscript.pl %g %u %m %I
...where makelogonscript.pl generates a customized logon script for each
user/group etc. AND, at the top of this script, a simple section has
been added to log to a logonlog.log file the following information:
Date Time Primary_Group IP_Address machinename username
So far so goo...
1998 Oct 07
0
EMERGENCY: User profile for Win98 domain logon lost after upgrade to Oct 5 CVS code
...yes
unix password sync = yes
passwd program = /bin/nispasswd %u
passwd chat = *New\spassword* %n\n *enter\snew\spassword* %n\n
*password*changed* .
[netlogon]
path = /usr/local/samba2.0a/samba/netlogon
writeable = no
guest ok = no
root preexec = /usr/local/samba2.0a/samba/bin/makelogonscript %U %h
[homes]
comment = Home Directories
browseable = no
writeable = no
write list = %S
[ibmlaser]
printable = yes
comment = "IBM Laser Printer"
public = yes
browseable = yes
printer name = print01
path = /tmp
[lexmark]
printabl...
1998 Oct 13
0
Setting up more than 1 samba domain logon server in the same subnet
...n away
unix password sync = yes
passwd program = /bin/nispasswd %u
passwd chat = *New\spassword* %n\n *enter\snew\spassword* %n\n
*password*changed* .
[netlogon]
path = /usr/local/samba-1.9.18p8/netlogon
writeable = no
guest ok = no
root preexec = /usr/local/samba-1.9.18p8/bin/makelogonscript %U %h
[homes]
comment = Home Directories
browseable = no
writeable = no
write list = %S
[temp]
comment = Scratch Space
path = /tmp
writeable = yes
[ibmlaser]
printable = yes
comment = "IBM Laser Printer"
public = yes
browseable...
1998 Oct 09
2
Failed to connect NT workstation to Samba2.0alpha8
...password sync = yes
passwd program = /bin/nispasswd %u
passwd chat = *New\spassword* %n\n *enter\snew\spassword* %n\n
*password*changed* .
[netlogon]
path = /usr/local/samba2.0alpha8/samba/netlogon
writeable = no
guest ok = no
root preexec = /usr/local/samba2.0alpha8/samba/bin/makelogonscript %U
%h
[homes]
comment = Home Directories
browseable = no
writeable = no
write list = %S
*** smbpasswd ***
#
# SMB password file.
#
root:0:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:Su
per-User:/:/sbin/sh
daemon:1:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXX...