From: Andrew Bartlett Date: Fri, 17 Aug 2001 07:47:10 +0000 (+0000) Subject: Restore a debug I think I dropped earlier X-Git-Tag: samba-2.2.5pre1~1555^2~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc635bde2262b248f58d3ce52c2575dae8546571;p=thirdparty%2Fsamba.git Restore a debug I think I dropped earlier --- diff --git a/source/smbd/password.c b/source/smbd/password.c index 51df7a95a20..036cdbc55b4 100644 --- a/source/smbd/password.c +++ b/source/smbd/password.c @@ -253,6 +253,8 @@ int register_vuid(uid_t uid,gid_t gid, char *unix_name, char *requested_name, /* Create an NT_USER_TOKEN struct for this user. */ vuser->nt_user_token = create_nt_token(uid,gid, vuser->n_groups, vuser->groups, guest); + DEBUG(3,("uid %d registered to name %s\n",(int)uid,unix_name)); + next_vuid++; num_validated_vuids++;