forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
22 lines (22 loc) · 828 Bytes
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Kerberos</name>
</maintainer>
<longdescription>Kerberos 5 reference implementation from MIT</longdescription>
<use>
<flag name="doc">
Creates and installs the API and implementation
documentation. This is only useful if you want to develop software
which depends on kerberos.
</flag>
<flag name="keyutils">Enable for the keyring ccache using keyutils.</flag>
<flag name="pkinit">Enable pkinit support for the initial ticket.</flag>
<flag name="openldap">Enable support for ldap as a database backend.</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:mit:kerberos</remote-id>
</upstream>
</pkgmetadata>