Error occured attempting authentication

msumption msumption at shastacollege.edu
Mon Jun 9 15:17:40 EDT 2014


I am trying to setup a Shibboleth Idp and test a login to our Active
Directory. I have been working and searching this for over a week now, but I
have hit a brick wall. The only error message in the idp-process.log file
is:

11:45:13.083 - DEBUG [edu.vt.middleware.ldap.jaas.LdapLoginModule:164] -
Error occured attempting authentication
javax.naming.PartialResultException: Unprocessed Continuation Reference(s)

My login.config is a follows (real values x'd out):

edu.vt.middleware.ldap.jaas.LdapLoginModule required 
	ldapUrl="ldap://xxx:389 ldap://xxx:389" 
	baseDn="dc=xxx,dc=xxx,dc=xxx,dc=xxx" 
	bindDn="xxx at xxx.xxx.xxx.xxx" 
	bindCredential="xxx" 
	userFilter="sAMAccountName={0}"
	subtreeSearch="true";


And my attribute-resolver.xml is a follows (real values x'd out):

<resolver:DataConnector id="myLDAP" xsi:type="LDAPDirectory"
xmlns="urn:mace:shibboleth:2.0:resolver:dc" 
        ldapURL="ldap://xxx:389 ldap://xxx:389" 
        baseDN="dc=xxx,dc=xxx,dc=xxx,dc=xxx" 
        principal="xxx at xxx.xxx.xxx.xxx" 
        principalCredential="xxx">

        <FilterTemplate>
            
        </FilterTemplate>

	<LDAPProperty name="java.naming.referral" value="follow"/>
    </resolver:DataConnector>

I have verified with an ldap search util that the server and
username/password can successfully connect to and query the Active Directory
server.



--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Error-occured-attempting-authentication-tp7601806.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.


More information about the users mailing list