Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/pam.d Add a new pam description file for the xserver. Th...
details: https://anonhg.NetBSD.org/src/rev/158473462c9c
branches: trunk
changeset: 574484:158473462c9c
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 01 16:27:52 2005 +0000
description:
Add a new pam description file for the xserver. This is used when the
Xserver is started manually using xinit.
diffstat:
etc/pam.d/Makefile | 4 ++--
etc/pam.d/xserver | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 339d0a6cc903 -r 158473462c9c etc/pam.d/Makefile
--- a/etc/pam.d/Makefile Tue Mar 01 15:31:20 2005 +0000
+++ b/etc/pam.d/Makefile Tue Mar 01 16:27:52 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2005/02/27 22:34:18 christos Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/01 16:27:52 christos Exp $
CONFIGFILES= README display_manager ftpd gdm imap kde login other passwd \
- pop3 ppp rexecd rsh sshd su system telnetd xdm
+ pop3 ppp rexecd rsh sshd su system telnetd xdm xserver
FILESDIR= /etc/pam.d
FILESMODE= 644
FILESMODE_README=444
diff -r 339d0a6cc903 -r 158473462c9c etc/pam.d/xserver
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/pam.d/xserver Tue Mar 01 16:27:52 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: xserver,v 1.1 2005/03/01 16:27:52 christos Exp $
+#
+# PAM configuration for the "X Windows Server"
+#
+
+# auth
+auth include system
+
+# account
+account include system
+
+# session
+session include system
+
+# password
+password required pam_deny.so
Home |
Main Index |
Thread Index |
Old Index