From e3408e0814517e6ad898c525125cf62aad40d60b Mon Sep 17 00:00:00 2001 From: Dave Olson Date: Thu, 15 Jun 2017 12:47:29 -0700 Subject: Initial version of libnss-mapuser package See README for details --- debian/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b727069 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: libnss-mapuser +Priority: optional +Maintainer: dev-support +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), git +Section: libs +Standards-Version: 3.9.6 +Homepage: http://www.cumulusnetworks.com + +Package: libnss-mapuser +Architecture: any +Depends: ${shlibs:Depends}, 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. -- cgit v1.2.3