<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ipsilon.git/templates, 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>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>
