Setting up LDAP with Shibboleth Idp 2.4.0
Farrukh Najmi
farrukh at wellfleetsoftware.com
Mon May 20 12:07:24 EDT 2013
I have been unsuccessful thus far in setting up IdP 2.4.0 with my test
ldap server (spring-security-ldap-sample).
I have made the following config changes by adding config elements shown
for each file below:
*
conf/login.config
edu.vt.middleware.ldap.jaas.LdapLoginModule required
ldapUrl="ldap://localhost:33389/dc=springframework,dc=org"
baseDn=""
ssl="false"
userFilter="uid={0}";
};
*
conf/handler.xml
<!-- Username/password login handler -->
<ph:LoginHandler xsi:type="ph:UsernamePassword"
jaasConfigurationLocation="file:///home/najmi/shibboleth/shibboleth-identityprovider-2.4.0/installation/conf/login.config">
<ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</ph:AuthenticationMethod>
</ph:LoginHandler>
I then try and login at the idp/login.jsp page with well-known
credentials. I get the error below.
ERROR
An error occurred while processing your request. Please contact your
helpdesk or user ID office for assistance.
*Error Message: Invalid IdP URL (HTTP 404)*
Also, I notice that the login.jsp code "Log in to <idpui:serviceName/>"
renders as "Log in to Unspecified Service Provider". I guess this is
telling that my config for the ldap provider is not being read for some
reason.
I have done no customization of the login.jsp page beyond changing the
logo.
What could be wrong and how can I debug this better.
TIA for your kind help.
--
Regards,
Farrukh Najmi
Web: http://www.wellfleetsoftware.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130520/ab40f406/attachment.html
More information about the users
mailing list