Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
fuss-client
Commits
7f888f61
Commit
7f888f61
authored
Jun 06, 2022
by
Elena Grandi
Browse files
nscd is no longer installed, we can get rid of its removal
parent
3a00ba70
Pipeline
#338
failed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ansible/roles/ldap/tasks/main.yml
View file @
7f888f61
...
...
@@ -26,13 +26,8 @@
apt
:
state
:
absent
purge
:
yes
name
:
nslcd,
libnss-ldapd
name
:
libnss-ldapd
when
:
ldap_server is defined and ldap_base is defined
-
name
:
Remove nscd so that later we can install unscd
apt
:
name
:
nscd
state
:
absent
purge
:
yes
-
name
:
Preseed libnss-ldapd for NSS switch service to configure
debconf
:
name
:
libnss-ldapd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment