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
|
- shadow
|
||||||
- group
|
- 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
|
- name: allow nslcd user to read host key
|
||||||
user:
|
user:
|
||||||
name: nslcd
|
name: nslcd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue