Source: authdb
Section: admin
Priority: optional
Maintainer: Jan Koester <jan.koester@tuxist.de>
Build-Depends: debhelper-compat (= 13), cmake (>= 3.26),
 libnetplus-dev, libcmdplus-dev, libhttppp-dev, libhtmlpp-dev,
 libconfplus-dev, libuuidplus-dev, libparitypp-dev,
 libjson-c-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no

Package: authdb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl, adduser
Description: C++ authentication database server
 authdb is a C++ authentication database providing user, group, domain,
 and session management with a web interface, HTTP API, and plugin support
 for Kerberos and Active Directory backends.

Package: authdb-plugins
Architecture: any
Multi-Arch: same
Depends: authdb (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: C++ authentication database - plugins
 authdb is a C++ authentication database providing user, group, domain,
 and session management.
 .
 This package contains the Kerberos 5 and Active Directory backend plugins.

Package: libauthorize-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: C++ authentication database - client development files
 authdb is a C++ authentication database providing user, group, domain,
 and session management.
 .
 This package contains the client static library, headers, and CMake
 config files needed for development against authdb.
