Re: AD authentication if exact jndi context not known

2004-03-10 Thread Martin Rostan
Hi, I'm trying to use referrals="follow" in the JNDIRealm in order to make it work against Active Directory, but it's not working, I' receiving the exception below (I'm supposing the AD process is broken). Also I've found that the JNDI tutorial says that referrals="follow" doesn't work for AD:

Re: AD authentication if exact jndi context not known

2003-08-18 Thread carel-j rischmuller
Hi I've managed to solve this problem by adding the attribute: referrals="follow" to the element in the server.xml file. Hope this will help somebody else one day. Regards Carel-J On Tue, 12 Aug 2003 21:18:59 +0200 carel-j rischmuller ([EMAIL PROTECTED]) wrote: >Good day. > >I've succeeded in

AD authentication if exact jndi context not known

2003-08-14 Thread carel-j rischmuller
Good day. I've succeeded in setting up the JNDIRealm to connect and authenticate to AD (Active Directory) if the exact context (tree path) to the user element is known. I just set the userBase to that exact context. E.g. userBase="ou=Office1,dc=Company,dc=net" However, I'm having trouble setting