r14578: fix incorrect comment in fill_sam_account(). This function is called from...
authorGerald Carter <jerry@samba.org>
Mon, 20 Mar 2006 10:55:48 +0000 (10:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:37 +0000 (11:15 -0500)
source/auth/auth_util.c

index 776b2fb3d7c7f763d0d87f65317905a603335f42..2ece2a61507351418f01caae8dad53886059d2c6 100644 (file)
@@ -1379,10 +1379,7 @@ static NTSTATUS fill_sam_account(TALLOC_CTX *mem_ctx,
        fstr_sprintf(dom_user, "%s%c%s", domain, *lp_winbind_separator(), 
                lower_username);
 
-       /* get the passwd struct but don't create the user if he/she 
-          does not exist.  We were explicitly called from a following
-          a winbindd authentication request so we should assume that 
-          nss_winbindd is working */
+       /* Get the passwd struct.  Try to create the account is necessary. */
 
        map_username( dom_user );