diff options
-rw-r--r-- | source4/auth/auth_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index 61698671ac..33095f2d5a 100644 --- a/source4/auth/auth_unix.c +++ b/source4/auth/auth_unix.c @@ -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)*/ |