Added {SSHA}

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-24 20:38:18 +02:00
parent bab66baedb
commit 3203151e84
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -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 }}