diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-04 11:39:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-04 11:39:57 +0000 |
commit | ed3fbafdd34af0f22c0f90c93718e887bae23dec (patch) | |
tree | 04f24cd728a3213a667f89b48ec311c569157224 /source3/passdb/pampass.c | |
parent | b04933dfbb891532d08e7de42bdcf2eb9186a018 (diff) | |
download | samba-ed3fbafdd34af0f22c0f90c93718e887bae23dec.tar.gz samba-ed3fbafdd34af0f22c0f90c93718e887bae23dec.tar.xz samba-ed3fbafdd34af0f22c0f90c93718e887bae23dec.zip |
cope with pam being off
(This used to be commit 5f6e7bbce76c85571ee10a3f8b5bbbd0beadb632)
Diffstat (limited to 'source3/passdb/pampass.c')
-rw-r--r-- | source3/passdb/pampass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pampass.c b/source3/passdb/pampass.c index 46b38ab1c07..fda4a54103a 100644 --- a/source3/passdb/pampass.c +++ b/source3/passdb/pampass.c @@ -875,7 +875,7 @@ BOOL smb_pam_passchange(char * user, char * oldpassword, char * newpassword) #else /* If PAM not used, no PAM restrictions on accounts. */ - uint32 smb_pam_accountcheck(char * user) + NTSTATUS smb_pam_accountcheck(char * user) { return NT_STATUS_OK; } |