diff --git a/docs/installation/DEVELOPMENT.md b/docs/installation/DEVELOPMENT.md deleted file mode 100644 index 0bbf339..0000000 --- a/docs/installation/DEVELOPMENT.md +++ /dev/null @@ -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 -``` -