mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Shortened service- to svc-
This commit is contained in:
10
roles/svc-openldap/schema/main.yml
Normal file
10
roles/svc-openldap/schema/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
credentials:
|
||||
administrator_password:
|
||||
description: "Initial password for the LDAP administrator (e.g. cn=admin,dc=example,dc=com)"
|
||||
algorithm: "sha256"
|
||||
validation: "^[a-f0-9]{64}$"
|
||||
|
||||
administrator_database_password:
|
||||
description: "Password used internally for the database-backed directory admin"
|
||||
algorithm: "bcrypt"
|
||||
validation: "^\\$2[aby]\\$.{56}$"
|
Reference in New Issue
Block a user