summaryrefslogtreecommitdiff
blob: 4ee5aecd2bb5b0901a762dfb9a9137f0173d9424 (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='audit'>Enable support for <pkg>sys-process/audit</pkg></flag>

    <flag name="berkdb">
      Build the pam_userdb module, that allows to authenticate users
      against a Berkeley DB file. Please note that enabling this USE
      flag will create a PAM module that links to the Berkeley DB (as
      provided by <pkg>sys-libs/db</pkg>) installed in /usr/lib and
      will thus not work for boot-critical services authentication.
    </flag>

    <flag name="cracklib">
      Build the pam_cracklib module, that allows to verify the chosen
      passwords' strength through the use of
      <pkg>sys-libs/cracklib</pkg>. Please note that simply enabling
      the USE flag on this package will not make use of pam_cracklib
      by default, you should also enable it in
      <pkg>sys-auth/pambase</pkg> as well as update your configuration
      files.
    </flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:kernel:linux-pam</remote-id>
  </upstream>
</pkgmetadata>