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.