mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
commented location where lookup_sids(), a direct call to the password
database API, needs to be replaced with over-the-wire (actually, tcp/ip loopback) to smbd. in fact, this is the location where, if we want to put in an nt5 ldap lookup system or netware NDS instead, we make the calls to resolve users-to-sids and vice-versa: NOT by replacing rpc_server/srv_samr.c.
This commit is contained in:
parent
569aca445a
commit
fd886af331
@ -329,6 +329,9 @@ static void make_lsa_trans_names(DOM_R_REF *ref,
|
||||
if (sid_equal(&find_sid, &global_sam_sid) ||
|
||||
sid_equal(&find_sid, &global_sid_S_1_5_20))
|
||||
{
|
||||
/* lkclXXXX REPLACE THIS FUNCTION WITH
|
||||
samr_xxxx() routines
|
||||
*/
|
||||
status = lookup_sid(&tmp_sid, name, &sid_name_use);
|
||||
}
|
||||
else
|
||||
|
@ -329,6 +329,9 @@ static void make_lsa_trans_names(DOM_R_REF *ref,
|
||||
if (sid_equal(&find_sid, &global_sam_sid) ||
|
||||
sid_equal(&find_sid, &global_sid_S_1_5_20))
|
||||
{
|
||||
/* lkclXXXX REPLACE THIS FUNCTION WITH
|
||||
samr_xxxx() routines
|
||||
*/
|
||||
status = lookup_sid(&tmp_sid, name, &sid_name_use);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user