mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
3f98697cd5
failing. running these two programs on a samba pdc now work. parse_samr.c: - removed __LINE__ from debug macros. - removed call to SMB_ASSERT_ARRAY() in samr_r_query_usergroups. the DOM_GID array is a malloc'd array (by make_dom_gids) not a static array. srv_samr.c: - replaced all "struct smb_passwd"s with sam_passwds instead. there were uid to rid confusion issues (assumptions that uids were equal to rids). - #if 0'd the pdb_rid_is_user() call which, given the above corrections, would probably work now. srv_util.c: - replaced "struct smb_passwd" with sam_passwd in lookup_user_rid, as assumptions were being made that uids were equal to rids. |
||
---|---|---|
.. | ||
.cvsignore | ||
dummy.in | ||
srv_ldap_helpers.c | ||
srv_lsa_hnd.c | ||
srv_lsa.c | ||
srv_netlog.c | ||
srv_pipe_hnd.c | ||
srv_reg.c | ||
srv_samr.c | ||
srv_srvsvc.c | ||
srv_util.c | ||
srv_wkssvc.c |