mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-19 16:28:42 +00:00
9 lines
275 B
Markdown
9 lines
275 B
Markdown
# 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
|
|
```
|
|
|