linux_server_manuals:keycloak_openldap_integration
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux_server_manuals:keycloak_openldap_integration [2018/05/12 14:29] – [openLDAP setup] ronney | linux_server_manuals:keycloak_openldap_integration [2018/05/12 16:28] (current) – ronney | ||
|---|---|---|---|
| Line 116: | Line 116: | ||
| ldapadd -Q -Y EXTERNAL -H ldapi:/// -f index.ldif | ldapadd -Q -Y EXTERNAL -H ldapi:/// -f index.ldif | ||
| </ | </ | ||
| + | |||
| + | create file database.ldif to increase the maxsize of 1GB of the database.I once run out of space after only adding a few 100 users... | ||
| + | < | ||
| + | dn: olcDatabase={1}mdb, | ||
| + | changetype: modify | ||
| + | replace: OlcDbMaxSize | ||
| + | OlcDbMaxSize: | ||
| + | </ | ||
| + | |||
| + | Execute: | ||
| + | < | ||
| + | ldapmodify -Q -Y EXTERNAL -H ldapi:/// -f database.ldif | ||
| + | </ | ||
| + | |||
| ===== Setup Keycloak LDAP federation ===== | ===== Setup Keycloak LDAP federation ===== | ||
linux_server_manuals/keycloak_openldap_integration.1526135390.txt.gz · Last modified: 2018/05/12 14:29 by ronney
