File: control

package info (click to toggle)
libpam-mklocaluser 0.11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 60 kB
  • ctags: 19
  • sloc: python: 137; makefile: 2; sh: 2
file content (22 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libpam-mklocaluser
Section: misc
Priority: optional
Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>
Build-Depends: debhelper (>= 9), python, dh-python
Standards-Version: 3.9.8
Homepage: http://www.skolelinux.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-edu/upstream/libpam-mklocaluser.git;a=summary
Vcs-Git: git://alioth.debian.org/git/debian-edu/upstream/libpam-mklocaluser.git

Package: libpam-mklocaluser
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, libpam-python
Suggests: libpam-ccreds (>= 10-4) | libpam-sss
Description: Configure PAM to create a local user if it do not exist already
 When the user log in for the first time, a local user is created in
 /etc/passwd and primary group created in /etc/group, and a local home
 directory is created in /home.  This is useful on roaming computers when
 the password is set up to be cached by for example libpam-ccreds or sssd
 to allow login without network connectivity using the password provided
 by a network authentication service like Kerberos or LDAP.