]> eyrie.org Git - kerberos/krb5-strength.git/blob - debian/control
Create a separate heimdal-strength package
[kerberos/krb5-strength.git] / debian / control
1 Source: krb5-strength
2 Section: net
3 Priority: extra
4 Maintainer: Russ Allbery <rra@debian.org>
5 Build-Depends: debhelper (>= 7.0.50~)
6 Standards-Version: 3.7.2
7
8 Package: krb5-strength
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Recommends: krb5-admin-server
12 Description: MIT Kerberos KDC plugin for password strength checking
13  This plugin checks passwords set via kadmin either through new account
14  creation or password changes.  It rejects passwords that fit common
15  patterns and then uses an embedded version of CrackLib to reject
16  passwords based on dictionary words.  No dictionary is shipped with this
17  package; a dictionary package must be installed separately.
18
19 Package: heimdal-strength
20 Architecture: any
21 Depends: ${shlibs:Depends}, ${misc:Depends}
22 Description: Heimdal external password strength check utility
23  This external password strength checking program implements the Heimdal
24  password checking protocol.  It rejects passwords that fit common
25  patterns and then uses an embedded verison of CrackLib to reject
26  passwords based on dictionary words.  The CrackLib rules are modified
27  from the default to reject more passwords that other password cracking
28  utilities such as John the Ripper can crack.  No dictionary is shipped
29  with this package; a dictionary package must be installed separately.