diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2019-02-21 00:08:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2019-02-21 00:08:21 -0600 |
commit | 598dd003cf7926d87db817e29df47cbf195f936b (patch) | |
tree | e125f656d7663fba635fb2b458772aa50301a5f9 /ubuntu/maverick/applications/kcmldapcontroller/debian | |
parent | 4a379d7e407b8904fba80b45561c322e303fb7d0 (diff) | |
download | tde-packaging-598dd003cf7926d87db817e29df47cbf195f936b.tar.gz tde-packaging-598dd003cf7926d87db817e29df47cbf195f936b.zip |
Add sudo to dependencies for LDAP bonding / controller packages
Diffstat (limited to 'ubuntu/maverick/applications/kcmldapcontroller/debian')
-rw-r--r-- | ubuntu/maverick/applications/kcmldapcontroller/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/kcmldapcontroller/debian/control b/ubuntu/maverick/applications/kcmldapcontroller/debian/control index 3496d4afc..c68333334 100644 --- a/ubuntu/maverick/applications/kcmldapcontroller/debian/control +++ b/ubuntu/maverick/applications/kcmldapcontroller/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: kcontrol-ldap-controller-trinity Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, heimdal-kdc, slapd, libsasl2-modules-gssapi-heimdal, sasl2-bin, openssl, libpam-ldap, libnss-ldap, nss-updatedb, libnss-db, nscd, ntp +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, heimdal-kdc, slapd, libsasl2-modules-gssapi-heimdal, sasl2-bin, openssl, libpam-ldap, libnss-ldap, nss-updatedb, libnss-db, nscd, ntp, sudo Conflicts: tde-ldap-cert-updater Description: Kerberos realm controller module for the Trinity control center This is a Trinity control center module to configure a Kerberos Realm Controller |