diff options
Diffstat (limited to 'net/samba/patches/patch-al')
-rw-r--r-- | net/samba/patches/patch-al | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/samba/patches/patch-al b/net/samba/patches/patch-al new file mode 100644 index 00000000000..3b0f1f65e70 --- /dev/null +++ b/net/samba/patches/patch-al @@ -0,0 +1,17 @@ +$NetBSD: patch-al,v 1.1 2002/02/05 00:36:27 taca Exp $ + +--- include/local.h.orig Sun Feb 3 09:46:39 2002 ++++ include/local.h +@@ -170,10 +170,10 @@ + * Default passwd chat script. + */ + +-#define DEFAULT_PASSWD_CHAT "*new*password* %n\\n *new*password* %n\\n *changed*" ++#define DEFAULT_PASSWD_CHAT "*\\n*ew\\spassword* %n\\n *ew\\spassword* %n\\n *updating\\sthe\\sdatabase...\\npasswd:\\sdone\\n" + + /* Minimum length of allowed password when changing UNIX password. */ +-#define MINPASSWDLENGTH 5 ++#define MINPASSWDLENGTH 6 + + /* maximum ID number used for session control. This cannot be larger + than 62*62 for the current code */ |