search for: usri11_auth_flags

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

2002 Mar 15
0
logon home with ldap under win98
...logon_home_frompassdb = False; + pdb_free_sam(sampass); + } + + /* end of test area */ + /***********************************************/ + *rparam_len = 6; *rparam = REALLOC(*rparam,*rparam_len); *************** *** 2521,2527 **** --- 2548,2559 ---- SIVAL(p,usri11_auth_flags,AF_OP_PRINT); /* auth flags */ SIVALS(p,usri11_password_age,-1); /* password age */ SIVAL(p,usri11_homedir,PTR_DIFF(p2,p)); /* home dir */ + /* MS: take home dir from passdb if found */ + if ( logon_home_frompassdb == False ) { pstrcpy(p2, lp_logon_home()); + } else { + pst...