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

1 line
130 B
Bash
Executable File

ldappasswd -x -H ldap://${LDAP_HOST}:${LDAP_PORT} -D ${LDAP_USER} -w ${LDAP_PASSWORD} -s $2 "${LDAP_USERNAME}=$1,${LDAP_BASEUSER}"