]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Restore a debug I think I dropped earlier
authorAndrew Bartlett <abartlet@samba.org>
Fri, 17 Aug 2001 07:47:10 +0000 (07:47 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 17 Aug 2001 07:47:10 +0000 (07:47 +0000)
source/smbd/password.c

index 51df7a95a20c1376ed1dcd26966cebe25deb14bd..036cdbc55b4cc67bb18aa8549f84f9276ef76953 100644 (file)
@@ -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++;