AEM 6 integration with LDAP
Hi,
I am trying to integrate AEM6 SP2 with LDAP, a fairly straightforward process as mentioned at - http://docs.adobe.com/docs/en/aem/6-0/administer/security/ldap-config.html. I have configured the LdapIdentityProvider, DefaultSyncHandler and an ExternalLoginModuleFactory in the OSGi console. These configurations seem to have been registered successfully. I have also re-started AEM, but still I don't see my LDAP users and groups in the AEM useradmin console.
I also tried to manually sync all users using the JMX console, but still no sync. I don't see any errors in error.log either.
Have I missed something somewhere?
Snapshot of error.log -
------------------Start LdapIdentityProvider------------------------
07.05.2015 15:01:54.178 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider.b3a2590d-5ce4-4d88-9a06-164a71c45680)] org.apache.jackrabbit.oak-auth-ldap Service [org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider.b3a2590d-5ce4-4d88-9a06-164a71c45680,2886] ServiceEvent REGISTERED
07.05.2015 15:01:54.335 *INFO* [JcrInstaller.1] org.apache.sling.installer.provider.jcr.impl.JcrInstaller Registering resource with OSGi installer: [InstallableResource, priority=200, id=/apps/system/config/org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider-b3a2590d-5ce4-4d88-9a06-164a71c45680.config]
------------------End LdapIdentityProvider--------------------------
------------------Start DefaultSyncHandler--------------------------
7.05.2015 15:13:36.181 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler.1e52f461-1ced-48a5-a2eb-50c417ff3015)] org.apache.jackrabbit.oak-auth-external Service [org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler.1e52f461-1ced-48a5-a2eb-50c417ff3015,2887] ServiceEvent REGISTERED
07.05.2015 15:13:36.275 *INFO* [JcrInstaller.1] org.apache.sling.installer.provider.jcr.impl.JcrInstaller Registering resource with OSGi installer: [InstallableResource, priority=200, id=/apps/system/config/org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler-1e52f461-1ced-48a5-a2eb-50c417ff3015.config]
------------------End DefaultSyncHandler----------------------------
------------------Start ExternalLoginModuleFactory------------------
07.05.2015 15:17:34.670 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory.5b7a8f3c-4666-4950-905b-e839262b915b)] org.apache.jackrabbit.oak-auth-external Service [org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory.5b7a8f3c-4666-4950-905b-e839262b915b,2888] ServiceEvent REGISTERED
07.05.2015 15:17:34.670 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory.5b7a8f3c-4666-4950-905b-e839262b915b)] org.apache.jackrabbit.oak-auth-external Service [2889] ServiceEvent REGISTERED
07.05.2015 15:17:34.670 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory.5b7a8f3c-4666-4950-905b-e839262b915b)] org.apache.felix.jaas Registering LoginModuleFactory org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory@46027b94
------------------End ExternalLoginModuleFactory-------------------
Regards,
Kunal