Add config params for keycloak
This commit is contained in:
parent
99351fc2a6
commit
aa91d3bc60
8 changed files with 488 additions and 120 deletions
8
docs/installation/DEVELOPMENT.md
Normal file
8
docs/installation/DEVELOPMENT.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue