From ae8418d0c400f6458c1eb0b79881fd02629e5acd Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 23 Apr 2001 04:15:35 +0000 Subject: Added smb_ prefix to all Samba wrapper pam functions. Fixed off by one bug using StrnCpy instead of strdup(). Jeremy. (This used to be commit d4b1c0be2e700c86a4338bb497777f97e3c960a7) --- source3/include/proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index bb5bc6ea32..ae9e8e914f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1922,9 +1922,9 @@ BOOL pdb_generate_sam_sid(void); /*The following definitions come from passdb/pampass.c */ -BOOL pam_session(BOOL flag, const char *in_user, char *tty, char *rhost); -BOOL pam_accountcheck(char * user); -BOOL pam_passcheck(char * user, char * password); +BOOL smb_pam_session(BOOL flag, const char *in_user, char *tty, char *rhost); +BOOL smb_pam_accountcheck(char * user); +BOOL smb_pam_passcheck(char * user, char * password); /*The following definitions come from passdb/pass_check.c */ -- cgit