summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2001-04-03 03:43:51 +0000
committerTom Yu <tlyu@mit.edu>2001-04-03 03:43:51 +0000
commit7cd4d4ee19fff8dd4ef66fee3118a84f1b872fd3 (patch)
treed2de88f846c9cdd0c2de4e6a844fcdc678e28b7c /src
parent64e183481d9991d83999b09a051e294643b30786 (diff)
downloadkrb5-7cd4d4ee19fff8dd4ef66fee3118a84f1b872fd3.tar.gz
krb5-7cd4d4ee19fff8dd4ef66fee3118a84f1b872fd3.tar.xz
krb5-7cd4d4ee19fff8dd4ef66fee3118a84f1b872fd3.zip
* login.M: Don't include "= 0" as part of the "accept_passwd"
config option. [pullup from 1.2.2] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13135 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/ChangeLog5
-rw-r--r--src/appl/bsd/login.M2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index 1e5a1edbb..c75230052 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-02 Tom Yu <tlyu@mit.edu>
+
+ * login.M: Don't include "= 0" as part of the "accept_passwd"
+ config option. [pullup from 1.2.2]
+
2001-03-12 Ezra Peisach <epeisach@mit.edu>
* defines.h: Add prototypes for rcmd_stream_init_normal(),
diff --git a/src/appl/bsd/login.M b/src/appl/bsd/login.M
index f48fd0c40..bcbddab38 100644
--- a/src/appl/bsd/login.M
+++ b/src/appl/bsd/login.M
@@ -74,7 +74,7 @@ Attempt to run aklog. Default value true.
.IP aklog_path
Where to find it [not yet implemented.] Default value
.I $(prefix)/bin/aklog.
-.IP accept_passwd = 0
+.IP accept_passwd
Don't accept plaintext passwords [not yet implemented]. Default value false.
.SH DIAGNOSTICS