diff options
| author | Andreas Schneider <asn@samba.org> | 2010-07-29 13:16:09 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2010-08-16 12:48:27 +0200 |
| commit | 66b6a8cf62c2fe9b1eafeb094916e6046f686359 (patch) | |
| tree | f7ea7068a1a6d63ccefc804128d7cd640bf03ec4 /source3/include | |
| parent | f03ac22770ef96d4b0fec81d94efefcddd8b310b (diff) | |
s3-auth: Remove obsolete 'update encrypted' option.
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c6061fc9ed..850710b2c7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -232,7 +232,7 @@ bool smb_pam_close_session(char *in_user, char *tty, char *rhost); void dfs_unlogin(void); NTSTATUS pass_check(const struct passwd *pass, const char *user, const char *password, - bool (*fn) (const char *, const char *), bool run_cracker); + bool run_cracker); /* The following definitions come from auth/token_util.c */ @@ -3708,7 +3708,6 @@ bool _lp_writeraw(void); bool lp_null_passwords(void); bool lp_obey_pam_restrictions(void); bool lp_encrypted_passwords(void); -bool lp_update_encrypted(void); int lp_client_schannel(void); int lp_server_schannel(void); bool lp_syslog_only(void); |
