File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / pam.d / kde
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:51 2014 UTC (9 years, 10 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, elwix2_6, elwix2_3, HEAD, ELWIX2_7, ELWIX2_6, ELWIX2_5, ELWIX2_2p0
elwix 2.2

    1: #
    2: # $FreeBSD: src/etc/pam.d/kde,v 1.7 2007/06/10 18:57:20 yar Exp $
    3: #
    4: # PAM configuration for the "kde" service
    5: #
    6: 
    7: # auth
    8: #auth		sufficient	pam_krb5.so		no_warn try_first_pass
    9: #auth		sufficient	pam_ssh.so		no_warn try_first_pass
   10: auth		required	pam_unix.so		no_warn try_first_pass
   11: 
   12: # account
   13: account		required	pam_nologin.so
   14: #account 	required	pam_krb5.so
   15: account		required	pam_unix.so
   16: 
   17: # session
   18: #session 	optional	pam_ssh.so
   19: session		required	pam_permit.so

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>