<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ipsilon.git/ipsilon, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/'/>
<entry>
<title>Add help text to be shown on form based login page</title>
<updated>2014-01-27T21:25:38+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-01-27T21:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=630b85e06018fb3d9f8c34685a406b3770d58b54'/>
<id>630b85e06018fb3d9f8c34685a406b3770d58b54</id>
<content type='text'>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add infrastructure to configure server</title>
<updated>2014-01-24T22:32:21+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-01-24T19:20:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=cd30057eec4c772171c5558d9fac2c1f73bc12dd'/>
<id>cd30057eec4c772171c5558d9fac2c1f73bc12dd</id>
<content type='text'>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Kerberos Negotiate auth plugin</title>
<updated>2014-01-24T22:32:21+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-01-20T21:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=d0a1541e095b9cee6468eeea07a950264753dd39'/>
<id>d0a1541e095b9cee6468eeea07a950264753dd39</id>
<content type='text'>
This plugin depends on the proper configuration of mod_auth_kerb

The mod_auth_kerb plugin should be configured with a &lt;Location&gt; directive
like the folowing:

&lt;Location /idp/login/krb/negotiate&gt;
  AuthType Kerberos
  AuthName "Kerberos Login"
  KrbMethodNegotiate on
  KrbMethodK5Passwd off
  KrbServiceName HTTP
  KrbAuthRealms $REALM_NAME
  Krb5KeyTab $KEYTAB_NAME
  KrbSaveCredentials off
  KrbConstrainedDelegation off
  Require valid-user

  ErrorDocument 401 /idp/login/krb/unauthorized
&lt;/Location&gt;

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This plugin depends on the proper configuration of mod_auth_kerb

The mod_auth_kerb plugin should be configured with a &lt;Location&gt; directive
like the folowing:

&lt;Location /idp/login/krb/negotiate&gt;
  AuthType Kerberos
  AuthName "Kerberos Login"
  KrbMethodNegotiate on
  KrbMethodK5Passwd off
  KrbServiceName HTTP
  KrbAuthRealms $REALM_NAME
  Krb5KeyTab $KEYTAB_NAME
  KrbSaveCredentials off
  KrbConstrainedDelegation off
  Require valid-user

  ErrorDocument 401 /idp/login/krb/unauthorized
&lt;/Location&gt;

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sample pam based login plugin</title>
<updated>2014-01-24T22:32:21+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-20T04:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=26af9d1958608fb0237e2d1dd8b1b15d8cb862b7'/>
<id>26af9d1958608fb0237e2d1dd8b1b15d8cb862b7</id>
<content type='text'>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement login plugin infrastructure</title>
<updated>2014-01-24T22:32:21+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-01-24T19:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=2fb8bff093e49d95ab25eb8343ebbb1091f6e7a6'/>
<id>2fb8bff093e49d95ab25eb8343ebbb1091f6e7a6</id>
<content type='text'>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Better infrastructure to load plugins</title>
<updated>2014-01-24T22:32:21+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-01-24T22:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=2b9722213d76306fe6f3b9f2fe157b3459d28e3a'/>
<id>2b9722213d76306fe6f3b9f2fe157b3459d28e3a</id>
<content type='text'>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pep8 check</title>
<updated>2014-01-24T22:32:21+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-01-23T17:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=e34f21377d30704c342abb24a3a84c27fd8cc957'/>
<id>e34f21377d30704c342abb24a3a84c27fd8cc957</id>
<content type='text'>
Signed-off-by: Petr Vobornik &lt;pvoborni@redhat.com&gt;
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Petr Vobornik &lt;pvoborni@redhat.com&gt;
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pylint check</title>
<updated>2014-01-24T22:32:18+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-01-23T14:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=fe98579005973824000edb91e55975f2e7bf39e1'/>
<id>fe98579005973824000edb91e55975f2e7bf39e1</id>
<content type='text'>
Signed-off-by: Petr Vobornik &lt;pvoborni@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Petr Vobornik &lt;pvoborni@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Imports</title>
<updated>2014-01-24T22:31:56+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-01-24T20:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=47ff1fb4cd7a6c416c93246decacd19628b232c3'/>
<id>47ff1fb4cd7a6c416c93246decacd19628b232c3</id>
<content type='text'>
Based on patches by Petr Voborni

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patches by Petr Voborni

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the main executable to idpserver.py</title>
<updated>2014-01-24T22:31:56+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-01-24T20:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=85149c0bc0b528d92583301119211370205e3395'/>
<id>85149c0bc0b528d92583301119211370205e3395</id>
<content type='text'>
Based on a patch from Petr Voborni

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on a patch from Petr Voborni

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
