ldap/nss: Add netgroup support
This commit is contained in:
parent
5bc970fdd1
commit
8ef85fc318
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
|||
- shadow
|
||||
- group
|
||||
|
||||
- name: configure netgroup to use ldap
|
||||
lineinfile:
|
||||
path: /etc/nsswitch.conf
|
||||
regexp: "^netgroup:.*"
|
||||
line: "netgroup: ldap"
|
||||
|
||||
- name: allow nslcd user to read host key
|
||||
user:
|
||||
name: nslcd
|
||||
|
|
Loading…
Add table
Reference in a new issue