<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git, branch master-upn-from_pac</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>IPA: read user and group SID</title>
<updated>2013-05-07T21:49:05+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-05-07T21:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=edc912e0b5e6273a9c93f02404599465b3623930'/>
<id>edc912e0b5e6273a9c93f02404599465b3623930</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle SID strings in sdap_attrs_get_sid_str() as well</title>
<updated>2013-05-07T21:44:28+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-05-07T21:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=0efec48679b6c20589dd6cb61ee7b54afb5d30cb'/>
<id>0efec48679b6c20589dd6cb61ee7b54afb5d30cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA: Always initialize ID mapping</title>
<updated>2013-05-07T21:44:28+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-05-07T19:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f1940259a23e34c7a456a432f925a591084ea22c'/>
<id>f1940259a23e34c7a456a432f925a591084ea22c</id>
<content type='text'>
Because we now always want to store SIDs in the IPA provider, we also need
to always initialize the ID mapping context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because we now always want to store SIDs in the IPA provider, we also need
to always initialize the ID mapping context.
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP SID lookups for the LDAP provider</title>
<updated>2013-05-07T19:37:48+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-05-07T12:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=3e93f788e78a46386cfc254e2d16468c6ae9a461'/>
<id>3e93f788e78a46386cfc254e2d16468c6ae9a461</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for tuples and unicode pysss_nss_idmap.so</title>
<updated>2013-05-07T19:37:48+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-05-03T12:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=971ee50c7aeb31c1983a99d1251078f454c1ca75'/>
<id>971ee50c7aeb31c1983a99d1251078f454c1ca75</id>
<content type='text'>
This patch allows tuples as well as lists as input and adds support for
Unicode objects as input and always returns the results as Unicode
objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows tuples as well as lists as input and adds support for
Unicode objects as input and always returns the results as Unicode
objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use UPN from Kerberos ticket</title>
<updated>2013-05-07T19:37:48+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-07-09T09:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=390ee55079030d366d648cf6d35267d7ca6f0f83'/>
<id>390ee55079030d366d648cf6d35267d7ca6f0f83</id>
<content type='text'>
Instead of guessing the user principal name (UPN) in the PAC responder
the client principal from the Kerberos ticket containing PAC is taken
and send to the PAC responder together with the PAC.

The sending code had to be move in the Kerberos plugin because the
client principal is not available to the import method which was
currently used.

Fixes https://fedorahosted.org/sssd/ticket/1634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of guessing the user principal name (UPN) in the PAC responder
the client principal from the Kerberos ticket containing PAC is taken
and send to the PAC responder together with the PAC.

The sending code had to be move in the Kerberos plugin because the
client principal is not available to the import method which was
currently used.

Fixes https://fedorahosted.org/sssd/ticket/1634
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Do not skip domains with use_fully_qualified_names in host key requests</title>
<updated>2013-05-07T12:23:51+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-04-26T08:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d5fcc4c497eb17404812be7600fb1181a75cbfd3'/>
<id>d5fcc4c497eb17404812be7600fb1181a75cbfd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Use separate field for domain name in client requests</title>
<updated>2013-05-07T12:23:51+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-04-26T08:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=28e55560008f21a532b103b3f612c6fca2a54d76'/>
<id>28e55560008f21a532b103b3f612c6fca2a54d76</id>
<content type='text'>
Instead of appending @domain to names when the --domain option of sss_ssh_* is
used, put domain name in a separate field in client requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of appending @domain to names when the --domain option of sss_ssh_* is
used, put domain name in a separate field in client requests.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Fix parsing of names from client requests</title>
<updated>2013-05-07T12:23:51+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-04-26T07:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=728b10c81204929be5669c1e67bd086e09c47c00'/>
<id>728b10c81204929be5669c1e67bd086e09c47c00</id>
<content type='text'>
Try to parse names in the form user@domain first, as that's what sss_ssh_*
send in requests when the --domain option is used. Do not parse host names
using domain-specific regular expression.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to parse names in the form user@domain first, as that's what sss_ssh_*
send in requests when the --domain option is used. Do not parse host names
using domain-specific regular expression.
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Add function sss_names_init_from_args</title>
<updated>2013-05-07T12:23:51+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-04-26T07:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f54b271376b23cb968eafb9ffd5100c6dadad2a7'/>
<id>f54b271376b23cb968eafb9ffd5100c6dadad2a7</id>
<content type='text'>
This function allows initializing sss_names_ctx using a regular expression and
fully qualified format string specified in its arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function allows initializing sss_names_ctx using a regular expression and
fully qualified format string specified in its arguments.
</pre>
</div>
</content>
</entry>
</feed>
