From 9f99bfa30cc7ac5bbb5e44fa8dc30714536997df Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 7 Oct 2002 07:15:50 +0000 Subject: Oops, I accidentally committed the version of the pam config file I was using to test it. --- x11/wdm/Makefile | 2 +- x11/wdm/files/wdm.pam | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'x11') diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 1d163f819fab..2c42a1f2479c 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -7,7 +7,7 @@ PORTNAME= wdm PORTVERSION= 1.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.tcscs.com/wdm/wdm/ \ http://www.de.freebsd.org/de/gif/bsd/ \ diff --git a/x11/wdm/files/wdm.pam b/x11/wdm/files/wdm.pam index 19b7a767b7f9..a27c4762096d 100644 --- a/x11/wdm/files/wdm.pam +++ b/x11/wdm/files/wdm.pam @@ -7,8 +7,7 @@ auth required pam_nologin.so no_warn #auth sufficient pam_kerberosIV.so no_warn try_first_pass #auth sufficient pam_krb5.so no_warn try_first_pass #auth sufficient pam_ssh.so no_warn try_first_pass -#auth required pam_unix.so no_warn try_first_pass -auth required pam_deny.so +auth required pam_unix.so no_warn try_first_pass # account #account required pam_kerberosIV.so -- cgit