Re: [Samba] logon scripts by group

2004-10-06 Thread rruegner
Misty Stanley-Jones schrieb: Hi, I am having a hard time figuring out how to have logon scripts that only execute if the user is a member of a certain group. I had the smart idea of putting the supplemental logon script in a share only available to the group, and then calling it from the normal

RE: [Samba] logon scripts by group

2004-10-06 Thread Lee Baker
Step 1: Create a NETLOGON share with a group variable in the path e.g. /domain_data/netlogon_shares/%g Step 2: In the [globals] section of your conf file enter the name of your script for 'logon script' (e.g. login.bat) Step 3: On your samba PDC create folders for each group name in /domain_data

Re: [Samba] logon scripts by group

2004-10-06 Thread Paul Gienger
I am having a hard time figuring out how to have logon scripts that only execute if the user is a member of a certain group. We got around a problem like that here initially by using the ifmember tool, however that only returned the primary group, at the time that was under 2.2.x. To get