summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-04-20 23:07:28 +0000
committerJeremy Allison <jra@samba.org>1998-04-20 23:07:28 +0000
commit5a995f4f75ffb0d55d6ceaa63a1209d230001991 (patch)
tree947bf8dbf64ffb905c21ee5d3dc2b515e8a0d491 /source/include
parent608e98546392fd0aac9b33f4feac43615dbb4405 (diff)
downloadsamba-5a995f4f75ffb0d55d6ceaa63a1209d230001991.tar.gz
samba-5a995f4f75ffb0d55d6ceaa63a1209d230001991.tar.xz
samba-5a995f4f75ffb0d55d6ceaa63a1209d230001991.zip
Added 'passwd chat debug' parameter to allow admins to debug their
Samba passwd chat scripts. Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index e57f7924eee..433e833c311 100644
--- a/source/include/proto.h
+++ b/source/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);