search for: unixgrp

Displaying 3 results from an estimated 3 matches for "unixgrp".

Did you mean: unixgrp1
2005 Nov 07
0
Group mapping doesn't seem to be working
...g standard UNIX permissions for access control. This all seems to work, *except* the mapping between the Active Directory groups and the local UNIX groups. I tried to map the domain group directly to a local UNIX group (with "net groupmap"), so that (for example): DOMAIN\Group1 => unixgrp1 But if I connect to the share as the user DOMAIN\User (who is a member of DOMAIN\Group1) I am unable to create files in folders writable by unixgrp1. If I make a world writable directory, files created by DOMAIN\User are owned by DOMAIN\User with the group "DOMAIN\Domain Users" (of whic...
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
...) { if ( !StrnCaseCmp(argv[i], "ntgroup", strlen("ntgroup")) ) { @@ -398,6 +463,8 @@ if ( ntgroup[0] ) fstrcpy( map.nt_name, ntgroup ); + /* Keep old gid in memory then change it if needed */ + old_gid = map.gid; if ( unixgrp[0] ) { gid = nametogid( unixgrp ); if ( gid == -1 ) { @@ -416,6 +483,16 @@ d_printf("Updated mapping entry for %s\n", ntgroup); + /* If gid changed we may need to update user SIDs */ + if(old_gid != map.gid) { + /* Comput...
2004 Apr 05
1
Why samba-3.0.2 give me this error message?
...568-799001569-404782780-550) -> Print Operators Backup Operators (S-1-5-21-3352325568-799001569-404782780-551) -> Backup Operators Replicator (S-1-5-21-3352325568-799001569-404782780-552) -> Replicator Domain Computers (S-1-5-21-3352325568-799001569-404782780-553) -> Domain Computers unixgrp (S-1-5-21-3352325568-799001569-404782780-21000) -> unixgrp # more /usr/local/etc/smb.conf [global] workgroup = TEST netbios name = TEST01 server string = TEST-PDC-SERVER comment = TEST-PDC-SERVER log file = /var/log/samba/%m.log log level = 10...