summaryrefslogtreecommitdiff
path: root/source4/auth/auth_unix.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-06-03 14:36:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:31 -0500
commit6a71fa86fb5c923e13c26b826386820cf6bda98d (patch)
treef9ae6eba1232e3ebbd79e82bb34fc60522d50c49 /source4/auth/auth_unix.c
parent089b5381630f015cf2e81e8509fa7025eadb4060 (diff)
downloadsamba-6a71fa86fb5c923e13c26b826386820cf6bda98d.tar.gz
samba-6a71fa86fb5c923e13c26b826386820cf6bda98d.tar.bz2
samba-6a71fa86fb5c923e13c26b826386820cf6bda98d.zip
r7242: typo
(This used to be commit 4444585f06cf8a061a615002107cbb7560604f7f)
Diffstat (limited to 'source4/auth/auth_unix.c')
-rw-r--r--source4/auth/auth_unix.c2
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)*/