ninedocker/services/30-openldap/volume/nine/changepassword.sh

1 line
136 B
Bash
Raw Permalink Normal View History

2024-07-04 12:42:13 +02:00
ldappasswd -x -H ldap://${LDAP_HOST}:${LDAP_PORT} -D ${LDAP_USER} -w ${LDAP_PASSWORD} -s $2 "uid=$1,ou=users,ou=ninegate,dc=nine,dc=org"