Displaying 2 results from an estimated 2 matches for "lp_logon_home".
1999 Nov 22
0
AW: AW: Windows Profiles not being placed in defined logon path
...; >"USER.DAT" file is stored in the root of the user directory. All other
> >files are correctly under \\machine\user\profile. Seems this is a bug.
>
> Thanks to Steve Litt <slitt@troubleshooters.com> I edited my ipc.c in the
> source and changed both occurences of lp_logon_home() to lp_logon_path()
> and it works exactly like it did in 2.0.5a as far as my roaming profiles
> are concerned. Just in case you're interested. :)
>
> :)
>
> [ Jijo Sevilla ]
> [ jijo@leather-collection.com ]
>
>
>
2002 Mar 15
0
logon home with ldap under win98
...,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_DIFF(p2,p)); /* parms */