summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: cff31f9743fab7f88d7cf0bc2bdaf936dfb96d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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, slapd
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}, slapd
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.

Package: slapd-service-passwords-dbg
Architecture: any
Section: debug
Priority: extra
Depends: slapd-service-passwords (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for slapd-service-passwords
 This is a SLAPI plugin to manage different passwords for different
 services without duplicating all the user information.
 .
 This package contains the debugging symbols for
 slapd-service-passwords..