User Tools

Site Tools


linux_server_manuals:keycloak_openldap_integration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux_server_manuals:keycloak_openldap_integration [2018/05/12 14:29] – [openLDAP setup] ronneylinux_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
 </code> </code>
 +
 +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...
 +<file>
 +dn: olcDatabase={1}mdb,cn=config
 +changetype: modify
 +replace: OlcDbMaxSize
 +OlcDbMaxSize: 20073741824
 +</file>
 +
 +Execute:
 +<code>
 +ldapmodify -Q -Y EXTERNAL -H ldapi:/// -f database.ldif
 +</code>
 +
  
 ===== 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