summaryrefslogtreecommitdiff
path: root/debian/control
blob: 9bad29c48d31ae9048505d75d77e6c9c73308237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: vyos-libnss-mapuser
Priority: optional
Maintainer: VyOS maintainers <maintainers@vyos.io>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), libaudit-dev, git
Section: libs
Standards-Version: 3.9.6
Homepage: http://vyos.net

Package: vyos-libnss-mapuser
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libaudit1, adduser
Description: NSS modules to map any requested username to a local account
 Performs getpwname and getpwuid lookups via NSS for systems like RADIUS
 where it is not possible to do a username lookup without authentication
 (with a password or similar).   Used to allow ssh and other login
 mechanisms via RADIUS without having a local account.