summaryrefslogtreecommitdiffstats
path: root/core/modules/pam/module.conf
blob: 7789139dc3a8911a909e612b05f0a868b7def576 (plain) (blame)
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
31
#!/bin/bash
REQUIRED_MODULES="
	slxlog
"
REQUIRED_BINARIES="
	ldapsearch
	rpc.gssd
	rpc.idmapd
	sslconnect
	unix_chkpwd
	cifs.upcall
	mount.cifs
	key.dns_resolver
	keyctl
	request-key
"
REQUIRED_LIBRARIES="
	nsswitch
	static
	libnfsidmap
	pam_script
"
REQUIRED_DIRECTORIES="
	/etc/security
"
REQUIRED_SYSTEM_FILES="
	/etc/login.defs
"
REQUIRED_GIT="
	https://github.com/jeroennijhof/pam_script.git
"