To reset YunoHost admin password (Need a root user available)
add the following lines to `/etc/slapd/slapd.conf`:
```bash
rootdn "cn=admin,dc=yunohost,dc=org"
rootpw {SSHA}O4kkm2OkgO2DPrrnYXXXXXXXXXXXXXXX
```
where the hash in the last line comes from (or at least that's my understanding)
```bash
slappasswd -h {SSHA}
# A password will be ask, and you'll get the corresponding hash
```
Once the lines are added, [here you might need to restart the ldap service ?], you should be able to connect to the admin interface, rechange the password properly, remove the lines you added in slapd.conf, and that should be all.