mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
users: Add nscd as a dependency
Currently, nscd comes as a recommended package of nslcd, which is a dependency of Plinth. Plinth needs nscd to work. An installation with the --no-recommends option will cause errors in Plinth. Users is an essential package in plinth. nscd is now a managed package of users. Fixes #1213 Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
871215abb0
commit
a4887ef0d0
@ -30,8 +30,8 @@ version = 2
|
||||
is_essential = True
|
||||
|
||||
managed_packages = [
|
||||
'ldapscripts', 'ldap-utils', 'libnss-ldapd', 'libpam-ldapd', 'nslcd',
|
||||
'slapd'
|
||||
'ldapscripts', 'ldap-utils', 'libnss-ldapd', 'libpam-ldapd', 'nscd',
|
||||
'nslcd', 'slapd'
|
||||
]
|
||||
|
||||
first_boot_steps = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user