diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-08-31 19:11:26 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-08-31 19:11:26 -0500 |
commit | df2aa83e97ced01ff89ccb8e5682140ae66cb118 (patch) | |
tree | 2dff2915546c2d60dcedca25b720898b93e729df /ubuntu/maverick/applications/kcmldapmanager/debian | |
parent | 27f8d33a535293bc1a1bc995a21c1333e041c453 (diff) | |
download | tde-packaging-df2aa83e97ced01ff89ccb8e5682140ae66cb118.tar.gz tde-packaging-df2aa83e97ced01ff89ccb8e5682140ae66cb118.zip |
Fix missing SASL recommendations in LDAP client control modules on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/kcmldapmanager/debian')
-rw-r--r-- | ubuntu/maverick/applications/kcmldapmanager/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/kcmldapmanager/debian/control b/ubuntu/maverick/applications/kcmldapmanager/debian/control index 7fb1260c5..71952ee17 100644 --- a/ubuntu/maverick/applications/kcmldapmanager/debian/control +++ b/ubuntu/maverick/applications/kcmldapmanager/debian/control @@ -8,6 +8,6 @@ Standards-Version: 3.8.4 Package: kcontrol-ldap-manager-trinity Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients -Recommends: tde-ldap-cert-updater +Recommends: tde-ldap-cert-updater, libsasl2-modules-gssapi-heimdal Description: Kerberos realm management module for the Trinity control center This is a Trinity control center module to manage users, groups, and machines in Kerberos realms. |