r7242: typo
authorSimo Sorce <idra@samba.org>
Fri, 3 Jun 2005 14:36:07 +0000 (14:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:31 +0000 (13:17 -0500)
(This used to be commit 4444585f06cf8a061a615002107cbb7560604f7f)

source4/auth/auth_unix.c

index 61698671ac42ddf16d66d9d70b3d83fe64b7d5c5..33095f2d5aaea162e8134758a12d72409aff1eea 100644 (file)
@@ -428,7 +428,7 @@ static NTSTATUS check_unix_password(TALLOC_CTX *ctx, const struct auth_usersuppl
 
 static NTSTATUS check_unix_password(TALLOC_CTX *ctx, const struct auth_usersupplied_info *user_info)
 {
-       return NT_STATUS_UNIMPLEMENTED;
+       return NT_STATUS_NOT_IMPLEMENTED;
 }
 
 #endif /*(HAVE_SECURITY_PAM_APPL_H)*/