Source: nsscache Section: admin Priority: optional Maintainer: Jamie Wilkinson Build-Depends: debhelper-compat (= 13), python3, dh-python, python3-pycurl, python3-ldap, tzdata, python3-pytest-runner, python3-pytest, python3-boto3 Standards-Version: 4.6.2 Homepage: https://github.com/google/nsscache Vcs-Browser: https://salsa.debian.org/debian/nsscache Vcs-Git: https://salsa.debian.org/debian/nsscache.git Rules-Requires-Root: no Package: nsscache Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-pycurl, python3-ldap, python3-packaging Provides: ${python3:Provides} Recommends: libnss-cache Suggests: python3-boto3 Description: asynchronously synchronise local NSS databases with remote directory services Synchronises local NSS caches, such as those served by the libnss-cache module, against remote directory services, such as LDAP, or prebuild cache files from an HTTP server. This can be used alongside the libnss-cache package to keep user account information, groups, netgroups, and automounts up to date. . Use of nsscache and libnss-cache eliminates the need for using a cache daemon such as nscd with networked NSS modules such as libnss-ldap.