summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fee765a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: slapd-service-passwords
+Section: net
+Priority: extra
+Maintainer: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Uploaders: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.2.11), libldap2-dev
+Homepage: http://git.spline.inf.fu-berlin.de/accounts/ldap-plugin/
+Vcs-Browser: http://git.spline.inf.fu-berlin.de/accounts/ldap-plugin/
+Vcs-Git: git://git.spline.inf.fu-berlin.de/accounts/ldap-plugin
+
+Package: slapd-service-passwords
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: SLAPI plugin to manage different passwords
+ This is a SLAPI plugin to manage different passwords for different
+ services without duplicating all the user information.
+ .
+ This plugins works, by prefixing the user dn with a virtual service
+ entry (during an authenticated search with a service account) and
+ removes this virtual prefix during bind and search requests to get
+ the user information.