File: control

package info (click to toggle)
python-smbpasswd 1.0.1-1.3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 88 kB
  • ctags: 48
  • sloc: ansic: 417; python: 14; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-smbpasswd
Section: python
Priority: optional
Maintainer: Bjorn Ove Grotan <bgrotan@grotan.com> 
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
 cdbs (>= 0.4.5), dh-python
Standards-Version: 3.7.2

Package: python-smbpasswd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Suggests: luma
XB-Python-Version: ${python:Versions}
Description: This module can generate both LANMAN and NT password hashes
 smbpasswd was written to generate password hashes suitable for use with samba,
 and possibly other places which uses LANMAN and/or NT hashes - such as
 samba with ldap-backend, or even as hash in some radius implementations.