search for: usri11_homedir

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

2002 Mar 15
0
logon home with ldap under win98
...*************************************/ + *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 { + pstrcpy(p2, logon_home); + } standard_sub_conn(conn, p2); p2 = skip_string(p2,1); SIVAL(p,usri11_parms,PTR...