search for: mappedfrom_user

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

1999 Sep 21
0
FW: Kerberos 5 with Samba, Can you help?
...3:07 1999 +++ ../password.c Thu Sep 16 08:33:40 1999 @@ -800,6 +800,9 @@ /**************************************************************************** core of password checking routine ****************************************************************************/ +#ifdef KRB5_AUTH +extern pstring mappedfrom_user; +#endif BOOL password_check(char *password) { @@ -825,6 +828,7 @@ #endif #ifdef KRB5_AUTH + if (*mappedfrom_user && krb5_auth(mappedfrom_user,password)) return(True); if (krb5_auth(this_user,password)) return(True); #endif --- username.c Mon Sep 13 14:13:11 1999 +++ ../user...