Displaying 1 result from an estimated 1 matches for "logon_home_frompassdb".
2002 Mar 15
0
logon home with ldap under win98
...ter Hamburg
-------------- next part --------------
*** lanman.c.orig Fri Mar 15 13:02:01 2002
--- lanman.c Fri Mar 15 16:11:49 2002
***************
*** 2454,2459 ****
--- 2454,2463 ----
char *p = skip_string(UserName,1);
int uLevel = SVAL(p,0);
char *p2;
+ pstring logon_home;
+
+ BOOL logon_home_frompassdb;
+ SAM_ACCOUNT *sampass=NULL;
/* get NIS home of a previously validated user - simeon */
/* With share level security vuid will always be zero.
***************
*** 2463,2468 ****
--- 2467,2495 ----
DEBUG(3,(" Username of UID %d is %s\n", (int)vuser->uid,...