Implement basic LAN client.

This commit is contained in:
Andreas B. Mundt 2019-11-18 18:45:07 +01:00
parent ce6bd53319
commit bbcf45bbeb
7 changed files with 126 additions and 2 deletions

View file

@ -93,6 +93,7 @@
uidNumber: 10000
gidNumber: 10000
homeDirectory: "{{ lan_homes }}/foo"
loginShell: /bin/bash
bind_dn: "cn=admin,{{ basedn }}"
bind_pw: "{{ ldap_admin_pwd }}"
when: foo_pwd is defined