mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-19 12:35:48 +00:00
Added {SSHA}
This commit is contained in:
@@ -22,7 +22,7 @@ objectClass: posixAccount
|
|||||||
{{ ldap.attributes.user_id }}: {{ username }}
|
{{ ldap.attributes.user_id }}: {{ username }}
|
||||||
sn: {{ username }}
|
sn: {{ username }}
|
||||||
cn: {{ username }}
|
cn: {{ username }}
|
||||||
userPassword: {{ user.password }}
|
userPassword: {SSHA}{{ user.password }}
|
||||||
loginShell: /bin/bash
|
loginShell: /bin/bash
|
||||||
homeDirectory: /home/{{ username }}
|
homeDirectory: /home/{{ username }}
|
||||||
uidNumber: {{ user.uid }}
|
uidNumber: {{ user.uid }}
|
||||||
|
Reference in New Issue
Block a user