On Mon, 28 Oct 2002 10:44 pm, Mike Rambo wrote: [SNIP] > scripts run fine on the workstations at login. I'm using a netlogon > script I found at http://www.0x0a.com/netlogon.php that I've modified to > handle multiple groups based upon group membership in /etc/group as I > need. If I run the script from a command line supplying just a username > it works ok. > > ./netlogon.pl mrambo #This results in a good script.
Okay, it appears that you have XML-Twig installed and the script is functioning from the command line as it should be. I have this script working in production environments on samba 2.2.2 (machine needs to be upgraded..client is stalling ;)) and 2.2.6 configurations without any trouble. > [netlogon] > comment = Network Logon Service > path = /home/netlogon > guest ok = yes > read only = yes > browseable = no > printable = no > write list = @adm > share modes = no > root prexec = /home/netlogon/netlogon.pl %U > root postexec = rm -f /home/netlogon/%U.bat Looks good to me..quite similar to what I normally use. Perhaps someone else can shed some light on the issue..though I think the log level should probably be a bit higher. -- Regards, Deryk Robosson Robosson Business Services 22 Flemington Street Albany, WA 6330 ABN: 56 728 377 499 Phone: +61 4 0842 9835 Email: [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
