-
Notifications
You must be signed in to change notification settings - Fork 0
/
nodm.pam
30 lines (24 loc) · 919 Bytes
/
nodm.pam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# /etc/pam.d/nodm - specify the PAM behaviour of nodm
#
# No authentication, as nodm skips by design
# This module parses environment configuration file(s)
# and also allows you to use an extended config
# file /etc/security/pam_env.conf.
#
# parsing /etc/environment needs "readenv=1"
session required pam_env.so readenv=1
# locale variables are also kept into /etc/default/locale in etch
# reading this file *in addition to /etc/environment* does not hurt
session required pam_env.so readenv=1 envfile=/etc/default/locale
# Sets up user limits according to /etc/security/limits.conf
# # (Replaces the use of /etc/limits in old login)
session required pam_limits.so
# Standard Un*x account
@include common-account
@include common-password
# Enable ConsoleKit integration
session optional pam_loginuid.so
session optional pam_ck_connector.so
# Standard Un*x session
@include common-session