Displaying 1 result from an estimated 1 matches for "_samr_query_alias_info".
2006 Jan 12
0
Problems with group ACLs on a SAMBA server running in local mode
...behavior:
1) SAMBA 3.0.9 server is running in local user mode
2) A new local UNIX group is added
3) From a XP / W2003 client, attempts to add that group to ACLs on
the exported share fail - the group cannot be found through the explorer
UI.
I debugged this - the call to _samr_query_alias_info() is failing.
Specifically, the call to pdb_get_aliasinfo() fails. Debugging further,
this is because the group rid cannot be found in the tdb in
get_group_map_from_sid(), so the Windows client cannot resolve the name
from the RID.
>From conversations with other developers here at Isilon...