LDAP Auth not working

Ryan Suarez ryan.suarez at sheridanc.on.ca
Thu Oct 4 11:07:37 EDT 2012


I copied login.config from a working IdP 2.3.6 instance.  I can't see 
the problem:

---login.config---
ShibUserPassAuth {
    edu.vt.middleware.ldap.jaas.LdapLoginModule required
       ldapUrl="ldap://ldap.ourdomain.ca:389"
       baseDn="o=base.ourdomain.ca"
       bindDn="uid=some_admin,o=base.ourdomain.ca"
       bindCredential=some_password
       subtreeSearch="true"
       userFilter="uid={0}";
};
----------------

Any ideas?

On 12-10-04 10:32 AM, Peter Schober wrote:
> * Ryan Suarez <ryan.suarez at sheridanc.on.ca> [2012-10-04 16:21]:
>> java.lang.SecurityException: Configuration Error:
>>           Line 5: expected [option value], found [null]
>>           at
>> com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:93)
> Have a look at your JAAS config file. Whether line 5 is a good hint or
> not I don't know (possible the line before)
> -peter
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
>
>


-- 
Ryan Suarez
System Administrator - IT
Sheridan College
1430 Trafalgar Road
Oakville, ON
L6H 2L1
905.845.9430 x2146



More information about the users mailing list