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
Next revision
Previous revision
linux_server_manuals:keycloak_openldap_integration [2018/05/05 16:30] ronneylinux_server_manuals:keycloak_openldap_integration [2018/05/12 16:28] (current) ronney
Line 109: Line 109:
 changetype: modify changetype: modify
 add: olcDbIndex add: olcDbIndex
-olcDbIndex: memberOf eq+olcDbIndex: memberOf, mail eq
 </code> </code>
  
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.1525537813.txt.gz · Last modified: 2018/05/05 16:30 by ronney