From fd6e701cf0a7b163215d186fd0f70ed37e38bb5c Mon Sep 17 00:00:00 2001 From: Hadi Cherkaoui Date: Sat, 1 Mar 2025 17:49:59 +0100 Subject: [PATCH] Delete docs/installation/DEVELOPMENT.md --- docs/installation/DEVELOPMENT.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 docs/installation/DEVELOPMENT.md 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 -``` -