search for: len_logon_srv

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

2003 Jul 03
0
patch to fix silly bug in 3.0.0beta2
...et.c 3 Jul 2003 03:49:09 -0000 @@ -1283,6 +1283,7 @@ /* need to count the number of space-delimited sids */ unsigned int i; int num_other_sids = 0; + char *username; NTTIME logon_time, logoff_time, kickoff_time, pass_last_set_time, pass_can_change_time, @@ -1294,7 +1295,21 @@ int len_logon_srv = strlen(logon_srv); int len_logon_dom = strlen(logon_dom); - len_user_name = strlen(user_name ); + + /* do some cleanup on the user name here to deal with users from a + trusted domain logging onto a client in our domain. If we are running + winbindd, the trusted users will...