smb_getpwnam      428 source3/auth/auth_server.c 		if ( (pass = smb_getpwnam( NULL, user_info->internal_username, 
smb_getpwnam     1503 source3/auth/auth_util.c 	if ( !(passwd = smb_getpwnam( NULL, dom_user, real_username, True )) )
smb_getpwnam      133 source3/include/proto.h struct passwd *smb_getpwnam( TALLOC_CTX *mem_ctx, char *domuser,
smb_getpwnam      430 source3/smbd/sesssetup.c 	pw = smb_getpwnam( mem_ctx, user, real_username, True );
smb_getpwnam      457 source3/smbd/sesssetup.c 			pw = smb_getpwnam( mem_ctx, user, real_username, True );