<div dir="ltr"><div style="margin:0px;font-family:Menlo">Thanks. i have configured the same below and i am new to jar and jdbc driver.</div><div style="margin:0px;font-family:Menlo"><br></div><div style="margin:0px;font-family:Menlo">could you tell me how and where should i store com.mysql.jdbc.Driver and tagishauth.jar files?</div><div style="margin:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo">ShibUserPassAuth {</div><div style="margin:0px;font-size:11px;font-family:Menlo">   com.tagish.auth.DBLogin required debug=true dbDriver="com.mysql.jdbc.Driver" </div><div style="margin:0px;font-size:11px;font-family:Menlo">       dbURL="jdbc:mysql://host/database"</div><div style="margin:0px;font-size:11px;font-family:Menlo">       dbUser="dbuser" dbPassword="dbpass" userTable="table name"</div><div style="margin:0px;font-size:11px;font-family:Menlo">       userColumn="usercol" passColumn="passcol" algorithm="SHA-256";</div><div style="margin:0px;font-size:11px;font-family:Menlo">};</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><br></div><div>Thanks,</div><div dir="ltr">Raja V<div><br></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Oct 29, 2015 at 4:13 PM, Callum Smith <span dir="ltr"><<a href="mailto:callum@strubi.ox.ac.uk" target="_blank">callum@strubi.ox.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>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><br></div><div>Following is from <i>shibboleth-idp</i>/conf/authn/jaas.config</div><div><br></div><div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">ShibUserPassAuth {</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">   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">       dbURL="jdbc:mysql://host/database"</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">       dbUser="dbuser" dbPassword="dbpass" userTable="table name"</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">       userColumn="usercol" passColumn="passcol" algorithm="SHA-256";</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">};</div></div><div><br></div><div><a href="https://dl.dropboxusercontent.com/u/1380669/tagishauth.jar" target="_blank">https://dl.dropboxusercontent.com/u/1380669/tagishauth.jar</a></div><div><br></div><div>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><br></div><div>Don't forget to setup your mysql connector.</div><div><br></div><div>Regards,</div><br><div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div>Callum Smith</div><div>Instruct & Strubi Web Developer</div><div>University of Oxford</div><div>e. <a href="mailto:callum@strubi.ox.ac.uk" target="_blank">callum@strubi.ox.ac.uk</a></div><div>p. +44 (0)1865 2 87782</div></div>

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