diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-12 14:15:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-12 14:15:03 -0600 |
commit | 7d5f6d7504a13a8747b1c5ff6389b0fbf02cf91e (patch) | |
tree | d5e9195c61589d9c21a5182361c063b9ef4e3efd /debian/squeeze/applications/kcmldap | |
parent | 1e15547446167cb262ef29a4f5f05784bf8e9649 (diff) | |
download | tde-packaging-7d5f6d7504a13a8747b1c5ff6389b0fbf02cf91e.tar.gz tde-packaging-7d5f6d7504a13a8747b1c5ff6389b0fbf02cf91e.zip |
Fix kcmldap dependencies on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/applications/kcmldap')
-rw-r--r-- | debian/squeeze/applications/kcmldap/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/squeeze/applications/kcmldap/debian/control b/debian/squeeze/applications/kcmldap/debian/control index af91bba11..3efc023fc 100644 --- a/debian/squeeze/applications/kcmldap/debian/control +++ b/debian/squeeze/applications/kcmldap/debian/control @@ -8,6 +8,6 @@ Standards-Version: 3.8.4 Package: kcontrol-ldap-bonding-trinity Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, libpam-krb5, libpam-ldap, nss-updatedb, libpam-ccreds +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, libpam-krb5, libpam-ldap, libnss-ldap, libnss-db, nss-updatedb, nscd, libpam-ccreds Description: LDAP control module for the TDE control center LDAP is a TDE control center module to manage TDE connections to LDAP realms. |