search for: pdb_enum_group_map

Displaying 2 results from an estimated 2 matches for "pdb_enum_group_map".

2005 Mar 17
0
usrmgr.exe and problems
...mp;delete_sid))); + result = NT_STATUS_INVALID_SID; + goto done; } + /* we can only delete a user from a group since we don't have nested groups anyways. So in the latter case, just say OK */ @@ -4486,7 +4515,10 @@ int num_groups, i; struct group *grp2; - if ( pdb_enum_group_mapping(type, &mappings, &num_groups, False) && num_groups>0 ) { + become_root(); + ret = pdb_enum_group_mapping(type, &mappings, &num_groups, False); + unbecome_root(); + if ( ret && num_groups>0 ) { /* interate over the groups */ for ( i=0; i<n...
2005 May 11
1
SV: Error with usrmgr and groups.
It's exactly the same. Except that I use tdbsam instead of ldap and the error message therefore also is different in the log file. But the example and result is the same. Do you have any idea of workaround or fix? Cheers, Joel -----Ursprungligt meddelande----- Fr?n: Doug Campbell [mailto:doug@bpta.net] Skickat: den 11 maj 2005 10:49 Till: Joel Larsson, PF, Posten; samba@lists.samba.org