blob: 70f1e9b006259c0f7c24dc99e96988590574f9f7 (
plain)
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
32
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>pam</herd>
<maintainer>
<email>pam-bugs@gentoo.org</email>
</maintainer>
<use>
<flag name="cracklib">
Enable pam_cracklib module on system authentication stack. This
produces warnings when changing password to something easily
crackable. It requires the same USE flag to be enabled on
<pkg>sys-libs/pam</pkg> or system login might be impossible.
</flag>
<flag name="consolekit">
Enable pam_ck_connector module on local system logins. This
allows for console logins to make use of ConsoleKit
authorization.
</flag>
<flag name="gnome">
Enable pam_gnome_keyring module on system login stack. This
enables proper Gnome Keyring access to logins, whether they are
done with the login shell, a Desktop Manager or a remote login
systems such as SSH.
</flag>
<flag name="debug">
Enable debug information logging on syslog(3) for all the
modules supporting this in the system authentication and system
login stacks.
</flag>
</use>
</pkgmetadata>
|