Re: [Samba] ntlogon.conf

2007-02-27 Thread mitrohin a.s.
On Mon, Feb 19, 2007 at 02:16:17AM -0800, [EMAIL PROTECTED] wrote:
 Hey Everyone...
 
I'm hoping this is an easy one. I am using the ntlogon scripts that 
 come with the samba examples (ntlogon.py and ntlogon.conf). It's working 
 fine, except for one thing. I'm trying to set entries up for the groups 
 Domain Admins or other groups with spaces in the name.
 
 The example that comes with it shows ...
 
 [Group-admins]
 
 I tried the following...
 
 [Group-Domain Admins]
 [Group-Domain Admins]
 
 but neither seemed to work. Anyone know to get this working correctly 
 for groups which have spaces in the name?
 

I write small c (yacc) program and use in production long time. ;)
master file example for my university (a-la ntlogon.conf):

# include statement := '.' included text
# map statement := drive_letter '=' server share '{' allowed_list '}' ';'
# allowed_list := [!] { user | '@' group | '*' } [ ',' ... ]

. call stage1.bat ;

r = matfac studgroup 
{ @Domain Admins, @Students Supervisor, @students };

s = matfac students
{ @Domain Admins, @Students Supervisor };

t = matfac tools ;

u = matfac geomgroup
{ @Domain Admins, @GeomDepGroup };

v = matfac vmipgroup
{ @Domain Admins, @VmipDepGroup };

x = matfac msdfs
{ ! @students };

y = matfac homes
{ swp, ! * };

. call stage2.bat ;

/swp
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] ntlogon.conf

2007-02-19 Thread Luis Daniel Lucio Quiroz
If I guess, space is not supported, you should use your unix-group rather.

Suppose you have mapped wheel group to Domain Admins

then add [Group-whell] target.

On Monday 19 February 2007 04:16:17 [EMAIL PROTECTED] wrote:
 Hey Everyone...

 I'm hoping this is an easy one. I am using the ntlogon scripts that
 come with the samba examples (ntlogon.py and ntlogon.conf). It's working
 fine, except for one thing. I'm trying to set entries up for the groups
 Domain Admins or other groups with spaces in the name.

 The example that comes with it shows ...

 [Group-admins]

 I tried the following...

 [Group-Domain Admins]
 [Group-Domain Admins]

 but neither seemed to work. Anyone know to get this working correctly
 for groups which have spaces in the name?

 Thanks


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba