Groups not syncing from LDAP
Hi,
we have recently changed the naming convention of the groups and now we see that the groups are not syncing from the LDAP, it is throwing warning saying that it is not able to recognize the whither it is a user or a group.
PFB configurations and error as well.
PID = org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider
BundleLocation = Unbound
adminPool.lookupOnValidate = false
adminPool.maxActive = 8
bind.dn = uid=appaem,ou=applicationids,ou=people,ou=intranet,dc=********,dc=com
bind.password = XXXXXXXX
customattributes = []
group.baseDN = ou=groups,ou=intranet,dc=*******,dc=com
group.extraFilter = (cn=AEM-EDAM-*-INT)
group.makeDnPath = false
group.memberAttribute = uniquemember
group.nameAttribute = cn
group.objectclass = [groupOfUniqueNames]
host.name = ovdtest.******.com
host.noCertCheck = true
host.port = 636
host.ssl = true
host.tls = false
provider.name = ovdidp
searchTimeout = 60s
service.pid = org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider
useUidForExtId = false
user.baseDN = ou=intranet,dc=********,dc=com
user.extraFilter = (hmdynmemberof=AEM-EDAM-HHA-EVERYONE-INT)
user.idAttribute = uid
user.makeDnPath = false
user.objectclass = [inetorgperson]
userPool.lookupOnValidate = false
userPool.maxActive = 8
Error log warning:
08.02.2019 01:03:57.940 *INFO* [qtp382561098-125692] org.apache.jackrabbit.oak.spi.security.authentication.external.impl.jmx.Delegatee synced DefaultSyncedIdentity{id='lid****', ref=ExternalIdentityRef{id='uid=lid****,ou=people,ou=intranet,dc=********,dc=com', providerName='ovdidp'}, isGroup=false, lastSynced=1549605837675}
08.02.2019 01:03:57.947 *WARN* [qtp382561098-125692] org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider referenced identity is neither user or group: cn=AEM-EDAM-HHA-USERS-INT,ou=groups,ou=intranet,dc=********,dc=com;ovdidp
08.02.2019 01:03:57.947 *WARN* [qtp382561098-125692] org.apache.jackrabbit.oak.spi.security.authentication.external.basic.DefaultSyncContext No external group found for ref 'cn=AEM-EDAM-HHA-USERS-INT,ou=groups,ou=intranet,dc=********,dc=com;ovdidp'.
08.02.2019 01:03:57.952 *WARN* [qtp382561098-125692] org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider referenced identity is neither user or group: cn=AEM-EDAM-HHA-ADMINS-INT,ou=groups,ou=intranet,dc=********,dc=com;ovdidp
08.02.2019 01:03:57.952 *WARN* [qtp382561098-125692] org.apache.jackrabbit.oak.spi.security.authentication.external.basic.DefaultSyncContext No external group found for ref 'cn=AEM-EDAM-HHA-ADMINS-INT,ou=groups,ou=intranet,dc=********,dc=com;ovdidp'