Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 Until someone figures out a fix for PR 40599, ...
details: https://anonhg.NetBSD.org/src/rev/c00a8a5e226e
branches: trunk
changeset: 768597:c00a8a5e226e
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Aug 22 02:37:15 2011 +0000
description:
Until someone figures out a fix for PR 40599, document that MKKERBEROS=no
will break the system without either MKPAM=no or a customized PAM config.
As suggested by Ian D. Leroux on current-users and in PR 45263, but with
different text.
diffstat:
share/man/man5/mk.conf.5 | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r fc63712f693c -r c00a8a5e226e share/man/man5/mk.conf.5
--- a/share/man/man5/mk.conf.5 Mon Aug 22 01:36:04 2011 +0000
+++ b/share/man/man5/mk.conf.5 Mon Aug 22 02:37:15 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mk.conf.5,v 1.56 2011/08/06 08:49:04 wiz Exp $
+.\" $NetBSD: mk.conf.5,v 1.57 2011/08/22 02:37:15 dholland Exp $
.\"
.\" Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 6, 2011
+.Dd August 22, 2011
.Dt MK.CONF 5
.Os
.\" turn off hyphenation
@@ -424,6 +424,15 @@
.YorN
Indicates whether the Kerberos v5 infrastructure
(libraries and support programs) is built and installed.
+Caution: the default
+.Xr pam 8
+configuration requires that Kerberos be present even if not used.
+Do not install a userland without Kerberos without also either
+updating the
+.Xr pam.conf 5
+files or disabling PAM via
+.Sy MKPAM .
+Otherwise all logins will fail.
.DFLTy
.
.It Sy MKKMOD
Home |
Main Index |
Thread Index |
Old Index