Delete docs/installation/DEVELOPMENT.md

This commit is contained in:
Hadi Cherkaoui
2025-03-01 17:49:59 +01:00
committed by GitHub
parent 89880a2555
commit fd6e701cf0

View File

@ -1,8 +0,0 @@
# Local Development
Apply example users to openldap so keycloak can use them later on.
Their default password is hashedpassword and their usernames are jsmith or sbrown
```shell
ldapadd -x -H ldap://localhost -D "cn=admin,dc=dev,dc=local" -w admin -f .dev/people.ldif
```