Dear OX Pros,
I went through all the guide to set up OX6 on ubuntu 8.10 and it works fine. Now I'm trying to authenticate users to our AD through "OX LDAP Sync". Again I went through all the steps in that guide at least the one I understand. Unfortunately up to now I could not get any good results. what I try to login I got this in the log-file:
I like to find out something; as you say "OX LDAP Sync" is not a direct authenticate to our AD it just copy the users details form AD to the OX. Hence, should not OX has also an Openldap server or what?. sorry for this dump Q!!. Again, how that "ldapauth.properties" could authinticate to an ldap-server while OX doesn't have one??!
here is my "ldapauth.properties":
Also to mention that "oxldapsync.pl" works fine and I got all the users I need. Also here is how I configure the "ldapsyn-ads.conf ".
I went through all the guide to set up OX6 on ubuntu 8.10 and it works fine. Now I'm trying to authenticate users to our AD through "OX LDAP Sync". Again I went through all the steps in that guide at least the one I understand. Unfortunately up to now I could not get any good results. what I try to login I got this in the log-file:
Code:
25 Feb, 2009 9:34:56 AM com.openexchange.ajax.Login doGet SEVERE: LGI-0005 Category=5 Message=Login not possible at the moment. Please try again later. exceptionID=1334134695-4 LGI-0005 Category=5 Message=Login not possible at the moment. Please try again later. exceptionID=1334134695-4 ....... Caused by: javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused] ..... Caused by: java.net.ConnectException: Connection refused
here is my "ldapauth.properties":
Code:
java.naming.provider.url=ldap://localhost:389/dc=example,dc=edu java.naming.security.authentication=simple com.sun.jndi.ldap.connect.timeout=10000 com.sun.jndi.ldap.read.timeout=10000 uidAttribute=uid baseDN=ou=Users,ou=OxObjects,dc=example,dc=edu
Code:
.... userbasedn = ou=IT,dc=example,dc=edu groupbasedn = ou=IT,dc=example,dc=edu ...
Comment