Hi,
I am trying to connect to a window's AD server that's not LDAP enabled. I have all details DNS, Domain Controller etc. When I am trying to use Intial Directory Context I get an error that "java.naming/javax.naming.directory.InitialDirContext.getURLOrDefaultInitDirCtx(InitialDirContext.java:111)"
As a standalone java program I am able to establish connection but not when using in combination with AEM. Is there any other way of connecting where LDAP protocol is not used?
Thank you in advance!
Views
Replies
Total Likes
Cna you please check if this help : https://translate.google.com/translate?hl=en&sl=zh-CN&u=https://www.coder.work/article/2844385&prev=...
Thanks
Dipti
Views
Replies
Total Likes
Thanks for the suggestions.
Installed all jars and resolve ddependencie, but I am getting a new errror now.
Ldapauth is failing and below message is from the error log -
Tried api-all.jar and then with individual jars.
07.07.2021 18:12:33.589 ERROR [0:0:0:0:0:0:0:1 [1625661753586] GET /bin/ebook/service/ldapAuth HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwable java.lang.NoSuchMethodError: org.apache.directory.ldap.client.api.LdapConnectionPool.<init>(Lorg/apache/commons/pool/PoolableObjectFactory;)
Getting error while establishing connection -
final LdapConnectionPool pool = new LdapConnectionPool(factory);
Somehow overcame the previous error after trying some old versions of the JAR, but getting this new error now
InvalidDN exception when authenticate method is ran.
final PasswordWarning warning = ldapConnectionTemplate.authenticate( "ou=test,dc=example,dc=com", "(sAMAccountName=" + username +")", SearchScope.SUBTREE, password.toCharArray());