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
|
Source: realmd
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper (>= 12),
intltool (>= 0.35.0),
libglib2.0-dev (>= 2.39.1),
libkrb5-dev,
libldap2-dev,
libpolkit-gobject-1-dev,
libsystemd-dev [linux-any],
pkg-config,
python3:any,
xmlto,
xsltproc
Standards-Version: 4.4.1
Homepage: https://www.freedesktop.org/software/realmd/
Vcs-Git: https://salsa.debian.org/utopia-team/realmd.git
Vcs-Browser: https://salsa.debian.org/utopia-team/realmd
Package: realmd
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: policykit-1
Description: DBus service for configuring kerberos and other online identities
realmd is a D-Bus system service that manages discovery and enrollment in
realms/domains like Active Directory or IPA.
.
realmd can configure either SSSD or Windbind as client software. It will also
automatically install the required packages using PackageKit if needed.
|