- changed smb_getpwnam() to use winbind style usernames
[kai/samba.git] / source / smbd / service.c
index 71d718154d1a1a9e95251acbfbbb6c44a589ac5d..f713b185623b6229f101030e50adf5ed71d2ab05 100644 (file)
@@ -295,7 +295,7 @@ connection_struct *make_connection(char *service,char *user,char *password, int
        }
 
        /* find out some info about the user */
-       pass = smb_getpwnam(user,validated_domain(vuid),True);
+       pass = smb_getpwnam(user,True);
 
        if (pass == NULL) {
                DEBUG(0,( "Couldn't find account %s\n",user));