<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/winbindd/winbindd_pam_auth_crap.c, branch talloc-2.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>winbind: Extend wbcAuthenticateUserEx to provide PAC</title>
<updated>2012-09-21T02:49:32+00:00</updated>
<author>
<name>Christof Schmitt</name>
<email>christof.schmitt@us.ibm.com</email>
</author>
<published>2012-07-18T21:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1bc2f28b9420829645ed571daf2a17e6688b2103'/>
<id>1bc2f28b9420829645ed571daf2a17e6688b2103</id>
<content type='text'>
With this new interface, external applications that have authenticated
to an ADS can pass the PAC from the Kerberos ticket to
wbcAuthenticateUserEx. winbindd decodes and extracts the info3
information for the external application. If winbindd can verify the PAC
signature, the info3 from the PACis also added to the netsamlogon_cache.

The info3 data can be used by the external application to get the uid
and primary gid. The data in netsamlogon_cache allows to retrieve the
complete group list through the NSS function getgrouplist.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this new interface, external applications that have authenticated
to an ADS can pass the PAC from the Kerberos ticket to
wbcAuthenticateUserEx. winbindd decodes and extracts the info3
information for the external application. If winbindd can verify the PAC
signature, the info3 from the PACis also added to the netsamlogon_cache.

The info3 data can be used by the external application to get the uid
and primary gid. The data in netsamlogon_cache allows to retrieve the
complete group list through the NSS function getgrouplist.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-param Remove special case for global_myname(), rename to lp_netbios_name()</title>
<updated>2011-06-09T10:40:09+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-09T05:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=74eed8f3ed5c333728350df1d23a4318e9104909'/>
<id>74eed8f3ed5c333728350df1d23a4318e9104909</id>
<content type='text'>
There is no reason this can't be a normal constant string in the
loadparm system, now that we have lp_set_cmdline() to handle overrides
correctly.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no reason this can't be a normal constant string in the
loadparm system, now that we have lp_set_cmdline() to handle overrides
correctly.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix filling in the pam_auth_crap domain name</title>
<updated>2010-11-26T13:43:20+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-11-26T09:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=51d4951304faee26550b9c57c6800363852b988b'/>
<id>51d4951304faee26550b9c57c6800363852b988b</id>
<content type='text'>
Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Fri Nov 26 14:43:20 CET 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Fri Nov 26 14:43:20 CET 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Ensure NULL termination for "workstation" in auth_crap</title>
<updated>2010-09-09T21:26:28+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-09-09T14:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=789a16298945a7c728c419d8466f8fa9447f5dc2'/>
<id>789a16298945a7c728c419d8466f8fa9447f5dc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fill in workstation in winbindd_pam_auth_crap_send</title>
<updated>2010-09-09T04:19:24+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-09-09T01:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6f1916524bb1f7d38130ba273e3bebe0c93f3a74'/>
<id>6f1916524bb1f7d38130ba273e3bebe0c93f3a74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fill in domain in winbindd_pam_auth_crap_send</title>
<updated>2010-09-09T04:19:23+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-09-09T01:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f50687153861efcbac2cbd281ab24141ea83167b'/>
<id>f50687153861efcbac2cbd281ab24141ea83167b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async API</title>
<updated>2010-04-19T12:27:19+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-03-30T21:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d869e7a0d85a4719078437539267c4acdf97dece'/>
<id>d869e7a0d85a4719078437539267c4acdf97dece</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
