search for: len_full_name

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

Did you mean: be_full_name
2003 Jul 03
0
patch to fix silly bug in 3.0.0beta2
...&X. + The client was sending GLASS\Administrator as the username and GLASS as the + domain name -- jerry */ + + if ( (username = strchr( user_name, *lp_winbind_separator() )) != NULL ) + username++; + else + username = user_name; + + + len_user_name = strlen(username ); len_full_name = strlen(full_name ); len_home_dir = strlen(home_dir ); len_dir_drive = strlen(dir_drive ); @@ -1306,6 +1321,7 @@ usr->ptr_user_info = 1; /* yes, we're bothering to put USER_INFO data here */ + /* Create NTTIME structs */ unix_to_nt_time (&logon_time,...