diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-07 09:46:02 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-07 09:46:02 +0000 |
commit | bde271742461c30d0523eecb8355abeca1fab472 (patch) | |
tree | aadc529c9ae26599658438776542b80851c4f2b4 /net/samba-devel/files/patch-aj | |
parent | Add amaterus (diff) |
- use the correct path to passwd (/usr/bin/ instead of /bin/)
- adjust "passwd chat" to work with non-NIS-passwd, at least
- reflect above changes in manpage
OK'ed by: maintainer
Notes
Notes:
svn path=/head/; revision=25554
Diffstat (limited to 'net/samba-devel/files/patch-aj')
-rw-r--r-- | net/samba-devel/files/patch-aj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/samba-devel/files/patch-aj b/net/samba-devel/files/patch-aj new file mode 100644 index 000000000000..5e31ad8ebaa7 --- /dev/null +++ b/net/samba-devel/files/patch-aj @@ -0,0 +1,14 @@ +--- include/local.h.orig Thu Nov 11 03:36:00 1999 ++++ include/local.h Fri Feb 4 11:33:01 2000 +@@ -178,9 +178,9 @@ + * 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 + + #endif |