From: Andrew B. <a.g...@le...> - 2006-08-01 14:26:32
|
It works for me: private static final String admin_dn = "cn=myADusername,ou=fbs,ou=users,ou=bio,ou=temp,DC=ds,DC=leeds,DC=ac,DC=uk"; private static final String admin_password = "myADpass"; private static final String search_base = "ou=Staff,DC=ds,DC=leeds,DC=ac,DC=uk"; private static final String search_user = "myusername"; private static final String search_password = "mypassword"; private static final String search_server = "ds.leeds.ac.uk"; D:\eclipse\workspace\ADDebug>java -classpath build;lib/ldap.jar;lib/log4j.jar ADDebug Starting 0 [main] DEBUG ADDebug - 10000001 Found by user name. 10 [main] DEBUG ADDebug - 10000001 Authentication OK 1113 [main] DEBUG ADDebug - 10000002 Found by user name. 1113 [main] DEBUG ADDebug - 10000002 Authentication OK 2166 [main] DEBUG ADDebug - 10000003 Found by user name. 2166 [main] DEBUG ADDebug - 10000003 Authentication OK 3209 [main] DEBUG ADDebug - 10000004 Found by user name. 3209 [main] DEBUG ADDebug - 10000004 Authentication OK 4262 [main] DEBUG ADDebug - 10000005 Found by user name. 4262 [main] DEBUG ADDebug - 10000005 Authentication OK 5316 [main] DEBUG ADDebug - 10000006 Found by user name. 5316 [main] DEBUG ADDebug - 10000006 Authentication OK 6369 [main] DEBUG ADDebug - 10000007 Found by user name. 6369 [main] DEBUG ADDebug - 10000007 Authentication OK 7422 [main] DEBUG ADDebug - 10000008 Found by user name. 7422 [main] DEBUG ADDebug - 10000008 Authentication OK 8475 [main] DEBUG ADDebug - 10000009 Found by user name. 8475 [main] DEBUG ADDebug - 10000009 Authentication OK 9518 [main] DEBUG ADDebug - 1000000a Found by user name. 9518 [main] DEBUG ADDebug - 1000000a Authentication OK 10571 [main] DEBUG ADDebug - 1000000b Found by user name. 10571 [main] DEBUG ADDebug - 1000000b Authentication OK 11625 [main] DEBUG ADDebug - 1000000c Found by user name. 11625 [main] DEBUG ADDebug - 1000000c Authentication OK 12668 [main] DEBUG ADDebug - 1000000d Found by user name. 12668 [main] DEBUG ADDebug - 1000000d Authentication OK 13721 [main] DEBUG ADDebug - 1000000e Found by user name. 13731 [main] DEBUG ADDebug - 1000000e Authentication OK -----Original Message----- From: bod...@li... [mailto:bod...@li...] On Behalf Of Sean Mehan Sent: 01 August 2006 13:17 To: Bodington developers Subject: Re: [Bodington-developers] More LDAP Fun and Games aggie, can you verify these test results? s On 1 Aug 2006, at 13:10, Jon Maber wrote: > Alistair Young wrote: >>> I still feel a switch to JNDI is needed >>> >> I don't see why. We've run the openLDAP api against AD, openLDAP and >> eDirectory for 2 years now without any problems. It doesn't work on >> your laptop. Is that a reason to change everything? I don't think so. >> > Run the test, see the errors, tell me I'm wrong then. > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |