search for: userdom_struct

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

2002 Nov 21
1
%U in include
...tach patch here -------------- next part -------------- --- source/smbd/password.c 2002-11-13 00:20:49.000000000 +0100 +++ source/smbd/password.c.new 2002-11-21 19:02:54.000000000 +0100 @@ -101,6 +101,7 @@ int register_vuid(auth_serversupplied_info *server_info, const char *smb_name) { + extern userdom_struct current_user_info; user_struct *vuser = NULL; /* Ensure no vuid gets registered in share level security. */ @@ -194,6 +195,15 @@ DEBUG(3,("UNIX uid %d is UNIX user %s, and will be vuid %u\n",(int)vuser->uid,vuser->user.unix_name, vuser->vuid)); + /* + * This hack is...