From: Arran Cudbard-Bell Date: Wed, 12 May 2021 19:45:48 +0000 (+0200) Subject: Manually list libasl2-modules-gssapi-mit as it's needed for kerberos to work with... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4480ea89279e0aadb00e785d4cd1659280dec0a6;p=thirdparty%2Ffreeradius-server.git Manually list libasl2-modules-gssapi-mit as it's needed for kerberos to work with ldap (apparently) --- diff --git a/debian/control.in b/debian/control.in index a933b973395..bd8b7866f92 100644 --- a/debian/control.in +++ b/debian/control.in @@ -133,7 +133,7 @@ Description: kerberos module for FreeRADIUS server Package: freeradius-ldap Architecture: any -Depends: freeradius (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${dist:Depends} +Depends: freeradius (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${dist:Depends}, libsasl2-modules-gssapi-mit Description: LDAP module for FreeRADIUS server The FreeRADIUS server can use LDAP to authenticate users, and this module is necessary for that.