mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
25 lines
846 B
XML
25 lines
846 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>sam@gentoo.org</email>
|
|
<name>Sam James</name>
|
|
</maintainer>
|
|
<use>
|
|
<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>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">linux-pam/linux-pam</remote-id>
|
|
<remote-id type="cpe">cpe:/a:kernel:linux-pam</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|