From 6babe8da07b6a803d15deed70dd7e6aaae93ed4a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 20 Apr 1998 23:07:28 +0000 Subject: Added 'passwd chat debug' parameter to allow admins to debug their Samba passwd chat scripts. Jeremy. (This used to be commit 5a995f4f75ffb0d55d6ceaa63a1209d230001991) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index e57f7924ee..433e833c31 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -937,6 +937,7 @@ BOOL lp_time_server(void); BOOL lp_bind_interfaces_only(void); BOOL lp_net_wksta_user_logon(void); BOOL lp_unix_password_sync(void); +BOOL lp_passwd_chat_debug(void); int lp_os_level(void); int lp_max_ttl(void); int lp_max_wins_ttl(void); -- cgit