<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ipsilon.git/templates, branch proper-python</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 infrastructure to configure server</title>
<updated>2014-01-24T04:53:27+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-01-23T23:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=a97988e9307bc5e7427960302cab5351372cf506'/>
<id>a97988e9307bc5e7427960302cab5351372cf506</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Kerberos Negotiate auth plugin</title>
<updated>2014-01-23T23:52:51+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=311315497190ea660bf7516b4d9f67bfc4a48837'/>
<id>311315497190ea660bf7516b4d9f67bfc4a48837</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;
</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;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sample pam based login plugin</title>
<updated>2014-01-23T23:52:51+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=82de4ac47d51314caedab7b99457a34984e42a32'/>
<id>82de4ac47d51314caedab7b99457a34984e42a32</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 handle login manager plugins</title>
<updated>2014-01-23T23:52:51+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-20T04:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=cd5fc1d17b16ac41c589130ccb0436d74d06a847'/>
<id>cd5fc1d17b16ac41c589130ccb0436d74d06a847</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>Move template and user retrieval to page class</title>
<updated>2013-12-19T04:05:57+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-19T03:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=ee0d1ce71d1f4883aecc426595ac86322a91260e'/>
<id>ee0d1ce71d1f4883aecc426595ac86322a91260e</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>Initial user preferences infrastructure</title>
<updated>2013-12-19T04:05:57+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-12T19:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=1e97d03807bd893152bf2cbd0f20102af9c8f80d'/>
<id>1e97d03807bd893152bf2cbd0f20102af9c8f80d</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 jinja2 as the templating system</title>
<updated>2013-12-11T20:35:39+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-05T03:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/ipsilon.git/commit/?id=62e6fff6cf4b5c8a5c33c3143f995d047fe6c384'/>
<id>62e6fff6cf4b5c8a5c33c3143f995d047fe6c384</id>
<content type='text'>
Add flashy css to indicate this is development stuff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add flashy css to indicate this is development stuff
</pre>
</div>
</content>
</entry>
</feed>
