summaryrefslogtreecommitdiffstats
path: root/source/smbd/password.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-08-17 07:47:10 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-08-17 07:47:10 +0000
commitdc635bde2262b248f58d3ce52c2575dae8546571 (patch)
tree30e34df5f0f279422ceea2aeed02c0e3706e5c24 /source/smbd/password.c
parent15c87e404fcaff9e360a40b8b673938c6e611daf (diff)
downloadsamba-dc635bde2262b248f58d3ce52c2575dae8546571.tar.gz
samba-dc635bde2262b248f58d3ce52c2575dae8546571.tar.xz
samba-dc635bde2262b248f58d3ce52c2575dae8546571.zip
Restore a debug I think I dropped earlier
Diffstat (limited to 'source/smbd/password.c')
-rw-r--r--source/smbd/password.c2
1 files changed, 2 insertions, 0 deletions
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++;