Skip to Content.
Sympa Menu

shibboleth-dev - RE: [Shib-Dev] Custom authentication using LdapLoginModule

Subject: Shibboleth Developers

List archive

RE: [Shib-Dev] Custom authentication using LdapLoginModule


Chronological Thread 
  • From: <>
  • To: <>
  • Subject: RE: [Shib-Dev] Custom authentication using LdapLoginModule
  • Date: Mon, 7 Jun 2010 12:44:06 +0000
  • Accept-language: en-US

The files in the Shibboleth /lib directory are only used when executing the
test programs in the bin directory. All of those jars are also inside the
war file and those are the copies used by Tomcat. At a minimum you would
have to copy your new jar file into the webapps/idp/WEB-INF/lib directory.

________________________________________
From: dmerida
[]
Sent: Monday, June 07, 2010 4:16 AM
To:

Subject: [Shib-Dev] Custom authentication using LdapLoginModule

I want to change the authentication method in Shibboleth. My purpose is not
to provide user-password information and the IdP uses an user-password from
another source.

Initially, I modify LdapLoginModule class in vt-ldap library to provide an
user-password by default, making a custom callback to return a constant
string. I recompile vt-ldap, copy it in the /lib directory into
shibboleth-idp installation and reload the idp project in tomcat, but no
changes are produced.

Anybody knows where is the error?
There are another way to do the custom authentication?
--
View this message in context:
http://shibboleth.1660669.n2.nabble.com/Custom-authentication-using-LdapLoginModule-tp5148007p5148007.html
Sent from the Shibboleth - Developers mailing list archive at Nabble.com.


Archive powered by MHonArc 2.6.16.

Top of Page