1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: autodir
Section: utils
Priority: optional
Maintainer: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper-compat (= 13), libltdl-dev, libcap-dev
Standards-Version: 4.6.2
Homepage: https://github.com/fpl/autodir/
Vcs-Browser: https://salsa.debian.org/frankie/autodir
Vcs-Git: https://salsa.debian.org/frankie/autodir.git
Package: autodir
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, kmod
Description: Automatically creates home and group directories for LDAP/NIS/SQL/local accounts
A modular and thread-enabled tool to create and/or mounting and managing
automagically and transparently user/group home directories, on demand.
.
It can work with any authentication framework (e.g. system files, NIS, LDAP or SQL)
and does not require PAM, which is a required feature for session-less service
such as smtp servers.
.
Automounter version 4 (autofs4) has to be enabled when compiling the kernel.
Debian packaged kernels have it enabled as module.
|