<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/idmap.py, branch talloc-2.0.0</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>s4: Major rework of the LDB/SAMDB/IDMAP python bindings</title>
<updated>2009-08-17T09:58:40+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mwallnoefer@yahoo.de</email>
</author>
<published>2009-08-15T13:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7a79d161838efcec27a159fc40481e7be419b778'/>
<id>7a79d161838efcec27a159fc40481e7be419b778</id>
<content type='text'>
- Centralise the lookups for the default domain (root) in the call "domain_dn"
- Reduce the LDB connections attempts ("connect" calls) from three to one
  - tools should load faster
- Make the LDB connection init more like the "ldb_wrap_connection" call
- Load the right UTF8 casefolder which fixes up problems with special characters
  (discovered by me: e.g. small "Umlaute" (ä, ö, ü, ...) in the DN weren't upcased
  - so records "seemed" lost in TDB)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Centralise the lookups for the default domain (root) in the call "domain_dn"
- Reduce the LDB connections attempts ("connect" calls) from three to one
  - tools should load faster
- Make the LDB connection init more like the "ldb_wrap_connection" call
- Load the right UTF8 casefolder which fixes up problems with special characters
  (discovered by me: e.g. small "Umlaute" (ä, ö, ü, ...) in the DN weren't upcased
  - so records "seemed" lost in TDB)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary imports.</title>
<updated>2009-07-19T16:51:15+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-07-19T16:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=478446f96dae1f42312b72fda4210f1300023e57'/>
<id>478446f96dae1f42312b72fda4210f1300023e57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py: Fix initialisation of subtypes, fix segfaults.</title>
<updated>2008-12-21T02:08:14+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-12-21T02:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2e7a6cb6bf32a49682ccadc07244d3a6ae4058d3'/>
<id>2e7a6cb6bf32a49682ccadc07244d3a6ae4058d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use restructuredText formatting for docstrings.</title>
<updated>2008-05-22T22:37:22+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-05-22T15:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c401aa93573460f10256218a6a1902839b17b884'/>
<id>c401aa93573460f10256218a6a1902839b17b884</id>
<content type='text'>
(This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix newuser and setpassword scripts, and port to idmap.</title>
<updated>2008-04-14T09:51:02+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2008-04-14T09:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5a37b3fc5d42beffaf4bdca70b1f0c5f80f92280'/>
<id>5a37b3fc5d42beffaf4bdca70b1f0c5f80f92280</id>
<content type='text'>
The new idmap world does not use the unixUser any more, so we need to
set up the entry (if wanted) in the idmap database.  Users without a
backing unix user will get an allocated uid by idmap later.

Andrew Bartlett
(This used to be commit 8bd8bc1475ddf22d4702dcd17028a9043a5e629f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new idmap world does not use the unixUser any more, so we need to
set up the entry (if wanted) in the idmap database.  Users without a
backing unix user will get an allocated uid by idmap later.

Andrew Bartlett
(This used to be commit 8bd8bc1475ddf22d4702dcd17028a9043a5e629f)
</pre>
</div>
</content>
</entry>
<entry>
<title>provision: Set up id mappings in the idmap db, only map Administrator.</title>
<updated>2008-04-02T21:07:53+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2008-03-31T22:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8ac91d913231ecd7ead595b93032c7486f67c949'/>
<id>8ac91d913231ecd7ead595b93032c7486f67c949</id>
<content type='text'>
(This used to be commit 206b7d387c6d17e5cc40fd45b489abac9235a7a4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 206b7d387c6d17e5cc40fd45b489abac9235a7a4)
</pre>
</div>
</content>
</entry>
</feed>
