Displaying 2 results from an estimated 2 matches for "autopowerus".
Did you mean:
autopoweruser
2009 Aug 20
1
Script to Auto-add Domain Users to Workstation Power Users Group doesn't work
Ubuntu 8.04 Server 64-bit Edition
Samba 3.0.28a configured as PDC
WinXP - SP2 clients
I am following the instructions in
http://www.samba.org/samba/docs/man/...#magicnetlogon to add domain
users to the winxp clients Power Users group.
Code: autopoweruser.sh
#!/bin/bash
/usr/bin/net rpc group addmem "Power Users" "DOMAIN_NAME\$1" \
-UAdministrator%secret -S $2
exit 0
[netlogon]
comment = Netlogon Share
path = /export/samba/logon
root preexec = /etc/samba/scripts/autopoweruser.sh %U %m
read only = Yes
gues...
2009 Aug 20
3
netlogon.bat issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have samba configured so that users have their own netlogon.bat file
(e.g. %U.bat) and each user has a .bat with their username in the
netlogon share.
So far I have been unable to get any of the shares that I have defined
in the batch file to be mounted when a user logs in. Here is a snapshot
of both the netlogon section of my smb.conf file and