summaryrefslogtreecommitdiffstats
path: root/source/include/local.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-01-26 02:18:44 +0000
committerJeremy Allison <jra@samba.org>1999-01-26 02:18:44 +0000
commitafcb12358e3127b296347043a09dd91c21df49b2 (patch)
tree2d8a79402a36f7c2c828e9fec2f23c854eef2b06 /source/include/local.h
parent22735196e4e16e8953fc497cd5f09798036b31f0 (diff)
downloadsamba-afcb12358e3127b296347043a09dd91c21df49b2.tar.gz
samba-afcb12358e3127b296347043a09dd91c21df49b2.tar.xz
samba-afcb12358e3127b296347043a09dd91c21df49b2.zip
Makefile.in: Removed SMB_PASSGRP_FILE - not used anywhere. Added --with-lockdir to
allow HP to specify where they want the /usr/local/samba/var/locks directory to go. local.h: Added DEFAULT_PASSWD_CHAT to allow it to be changed. param/loadparm.c: Use DEFAULT_PASSWD_CHAT and also re-arranged HPUX printing. Jeremy.
Diffstat (limited to 'source/include/local.h')
-rw-r--r--source/include/local.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/local.h b/source/include/local.h
index 7a444a8b247..f8c9770a158 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -191,4 +191,10 @@
/* name of directory that netatalk uses to store macintosh resource forks */
#define APPLEDOUBLE ".AppleDouble/"
+/*
+ * Default passwd chat script.
+ */
+
+#define DEFAULT_PASSWD_CHAT "*old*password* %o\\n *new*password* %n\\n *new*password* %n\\n *changed*"
+
#endif