ldap:/ # dsidm localhost -b "dc=example,dc=com" organizationalunit create --ou Groups Successfully created Groups ldap:/ # dsidm localhost -b "dc=example,dc=com" organizationalunit list example People Groups ldap:/ # dsidm localhost -b "dc=example,dc=com" account list dc=example,dc=com ou=People,dc=example,dc=com uid=jdoe,ou=People,dc=example,dc=com uid=william,ou=People,dc=example,dc=com ou=Groups,dc=example,dc=com ldap:/ # dsidm localhost -b "dc=example,dc=com" group create Enter value for cn : bu-1 Successfully created bu-1 ldap:/ # dsidm localhost -b "dc=example,dc=com" group create Enter value for cn : bu-2 Successfully created bu-2 ldap:/ # dsidm localhost group add_member bu-1 uid=jdoe,ou=People,dc=example,dc=com added member: uid=jdoe,ou=People,dc=example,dc=com ldap:/ # dsidm localhost group add_member bu-2 uid=william,ou=People,dc=example,dc=com added member: uid=william,ou=People,dc=example,dc=com ldap:/ #
jdoe belongs to group bu-1 william belongs to group bu-2
I have a openshift cluster and a keycloak. I use OAuth in openshift with openid connect related with keycloak. keycloak has a realm which name is test-realm and there are two users and two groups. one of the user is foo_user and its group is bu-1
using openshift webconsole to login in with foo_user. there is user sync from keycloak but the group does not sync.