summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 6449816c25..e534f39306 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -168,11 +168,7 @@
* Default passwd chat script.
*/
-#ifdef WITH_PAM
-#define DEFAULT_PASSWD_CHAT "(current) New Retype"
-#else
#define DEFAULT_PASSWD_CHAT "*new*password* %n\\n *new*password* %n\\n *changed*"
-#endif
/* Minimum length of allowed password when changing UNIX password. */
#define MINPASSWDLENGTH 5