search for: winbindd_ok

Displaying 1 result from an estimated 1 matches for "winbindd_ok".

Did you mean: winbindd_cm
2003 Sep 27
0
Samba 3(PDC) + winbind, anyone has it working ?
...trequal(name_domain, get_global_sam_name()) ) { if ( !(pw = wb_getpwnam(name_user)) ) { DEBUG(5,("winbindd_getpwnam: lookup for %s\\%s failed\n", name_domain, name_user)); return WINBINDD_ERROR; } memcpy( &state->response.data.pw, pw, sizeof(WINBINDD_PW) ); return WINBINDD_OK; } /* should we deal with users for our domain? */ if ( lp_winbind_trusted_domains_only() && strequal(name_domain, lp_workgroup())) { DEBUG(7,("winbindd_getpwnam: My domain -- rejecting getpwnam() for %s\\%s.\n", name_domain, name_user)); return WINBINDD_ERROR; } if...