docker-image-openldap/confd/conf.d/add_ldap_group.toml
Mauro Torrez 9cef6de7af
All checks were successful
Build Docker images / docker (1) (push) Successful in 1m21s
Add scripts, add gitea CI
2024-02-27 14:12:01 -03:00

12 lines
177 B
TOML

[template]
src = "add_ldap_group.tmpl"
prefix = "/ldap"
dest = "/usr/local/bin/add_ldap_group"
mode = "0755"
keys = [
"/admin/cn",
"/admin/password",
"/domain",
"/domain/dn",
]