mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
106 lines
2.9 KiB
Plaintext
106 lines
2.9 KiB
Plaintext
Source: freeipa
|
|
Section: net
|
|
Priority: extra
|
|
Maintainer: Michele Baldessari <michele@pupazzo.org>
|
|
Build-Depends: quilt, debhelper (>= 8), dh-autoreconf,
|
|
# client
|
|
gettext,
|
|
krb5-user,
|
|
libcurl4-nss-dev,
|
|
libkrb5-dev,
|
|
libldap2-dev,
|
|
libnss3-dev,
|
|
libnspr4-dev,
|
|
libpopt-dev,
|
|
libsasl2-dev,
|
|
libssl-dev,
|
|
libxmlrpc-c3-dev,
|
|
python-dev,
|
|
python-kerberos,
|
|
python-krbv,
|
|
python-ldap,
|
|
python-netaddr,
|
|
python-nss,
|
|
python-openssl,
|
|
python-setuptools,
|
|
python-sss,
|
|
python-support,
|
|
# server
|
|
# libdirsrv-dev (>= 1.1.3),
|
|
# python-turbogears,
|
|
# libmozldap-dev,
|
|
Standards-Version: 3.8.0
|
|
Vcs-Git: git://git.debian.org/git/collab-maint/freeipa.git
|
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/freeipa.git
|
|
Homepage: http://www.freeipa.org
|
|
|
|
#Package: freeipa-server
|
|
#Architecture: any
|
|
#Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
# python (>= 2.3),
|
|
# libjs-prototype,
|
|
# libjs-scriptaculous,
|
|
# python-freeipa,
|
|
#Description: FreeIPA is a centralized identity framework
|
|
# FreeIPA is an integrated solution to provide centrally managed Identity
|
|
# (machine, user, virtual machines, groups, authentication credentials), Policy
|
|
# (configuration settings, access control information) and Audit (events,
|
|
# logs, analysis thereof).
|
|
# .
|
|
# This is the server package
|
|
|
|
Package: freeipa-client
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
bind9utils,
|
|
certmonger,
|
|
chkconfig,
|
|
krb5-user,
|
|
libcurl3,
|
|
libnss3-tools,
|
|
libsasl2-modules-gssapi-mit,
|
|
libxmlrpc-c3-0,
|
|
openntpd,
|
|
python-freeipa,
|
|
python-ldap,
|
|
sssd,
|
|
wget,
|
|
Description: FreeIPA is a centralized identity framework
|
|
FreeIPA is an integrated solution to provide centrally managed Identity
|
|
(machine, user, virtual machines, groups, authentication credentials), Policy
|
|
(configuration settings, access control information) and Audit (events,
|
|
logs, analysis thereof).
|
|
.
|
|
This is the client package
|
|
|
|
#Package: freeipa-admintools
|
|
#Architecture: any
|
|
#Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
# python (>= 2.3),
|
|
# python-freeipa,
|
|
#Description: FreeIPA is a centralized identity framework
|
|
# FreeIPA is an integrated solution to provide centrally managed Identity
|
|
# (machine, user, virtual machines, groups, authentication credentials), Policy
|
|
# (configuration settings, access control information) and Audit (events,
|
|
# logs, analysis thereof).
|
|
# .
|
|
# This is the containing some administration tools
|
|
|
|
Package: python-freeipa
|
|
Architecture: any
|
|
Section: python
|
|
Depends: ${python:Depends}, ${misc:Depends},
|
|
python-krbv,
|
|
python-ldap,
|
|
python-kerberos,
|
|
python-ldap,
|
|
python-netaddr,
|
|
python-openssl,
|
|
Description: FreeIPA is a centralized identity framework
|
|
FreeIPA is an integrated solution to provide centrally managed Identity
|
|
(machine, user, virtual machines, groups, authentication credentials), Policy
|
|
(configuration settings, access control information) and Audit (events,
|
|
logs, analysis thereof).
|
|
.
|
|
This Python module is used by other FreeIPA packages
|