<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Just as an aside I have a small fork that a) is bug fixed for IdPv3 and b) allows you to specify alternative hashing algorithms (md5 being sub-optimal).</div><div class=""><br class=""></div><div class="">Following is from <i class="">shibboleth-idp</i>/conf/authn/jaas.config</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">ShibUserPassAuth {</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">   com.tagish.auth.DBLogin required debug=true dbDriver="com.mysql.jdbc.Driver" </div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">       dbURL="jdbc:mysql://host/database"</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">       dbUser="dbuser" dbPassword="dbpass" userTable="table name"</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">       userColumn="usercol" passColumn="passcol" algorithm="SHA-256";</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">};</div></div><div class=""><br class=""></div><div class=""><a href="https://dl.dropboxusercontent.com/u/1380669/tagishauth.jar" class="">https://dl.dropboxusercontent.com/u/1380669/tagishauth.jar</a></div><div class=""><br class=""></div><div class="">Use the jar at your own discretion, and I have no intent to maintain it so you may want to consider your own fork. But in the short term should help you get started.</div><div class=""><br class=""></div><div class="">Don't forget to setup your mysql connector.</div><div class=""><br class=""></div><div class="">Regards,</div><br class=""><div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Callum Smith</div><div class="">Instruct & Strubi Web Developer</div><div class="">University of Oxford</div><div class="">e. <a href="mailto:callum@strubi.ox.ac.uk" class="">callum@strubi.ox.ac.uk</a></div><div class="">p. +44 (0)1865 2 87782</div></div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 29 Oct 2015, at 10:34, Raja Scientist B (CS) <<a href="mailto:raja@inflibnet.ac.in" class="">raja@inflibnet.ac.in</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><i class="">IdPv3</i></div><div class="gmail_extra"><br clear="all" class=""><div class=""><div class="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><br class=""></div><div class="">Thanks,</div><div dir="ltr" class="">Raja V<div class=""><br class=""></div></div></div></div></div></div></div></div>
<br class=""><div class="gmail_quote">On Thu, Oct 29, 2015 at 4:01 PM, Peter Schober <span dir="ltr" class=""><<a href="mailto:peter.schober@univie.ac.at" target="_blank" class="">peter.schober@univie.ac.at</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Raja Scientist B (CS) <<a href="mailto:raja@inflibnet.ac.in" class="">raja@inflibnet.ac.in</a>> [2015-10-29 11:06]:<br class="">
<span class="">> request you to guide me IdP authentication using mysql user table created<br class="">
> by me.<br class="">
<br class="">
</span>What IDP version?<br class="">
<br class="">
For IDPv3 see<br class="">
<a href="https://wiki.shibboleth.net/confluence/display/IDP30/JAASAuthnConfiguration" rel="noreferrer" target="_blank" class="">https://wiki.shibboleth.net/confluence/display/IDP30/JAASAuthnConfiguration</a><br class="">
<br class="">
For IDPv2 I wrote up instructions based on the "Tagish" JAAS modules:<br class="">
<a href="https://shibboleth.net/pipermail/users/2013-October/012728.html" rel="noreferrer" target="_blank" class="">https://shibboleth.net/pipermail/users/2013-October/012728.html</a><br class="">
(The website seems to be broken a bit -- I'll let Michal know -- but<br class="">
the SVN repository with the code is still available.)<br class="">
<br class="">
Those instructions are for the FileLogin JAAS module, you would have<br class="">
to replace that with use of the DBLogin module, cf.<br class="">
<a href="https://vcs.ics.muni.cz/repos/shibboleth/jaas-rdbms/trunk/" rel="noreferrer" target="_blank" class="">https://vcs.ics.muni.cz/repos/shibboleth/jaas-rdbms/trunk/</a><br class="">
<span class="HOEnZb"><font color="#888888" class="">-peter<br class="">
--<br class="">
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" class="">users-unsubscribe@shibboleth.net</a><br class="">
</font></span></blockquote></div><br class=""></div>
-- <br class="">To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" class="">users-unsubscribe@shibboleth.net</a></div></blockquote></div><br class=""></body></html>