<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/netcmd/user.py, branch talloc-2.0.7</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>samba-tool: epilog option to OptionParser available in python &gt;= 2.6</title>
<updated>2011-09-09T05:24:05+00:00</updated>
<author>
<name>Amitay Isaacs</name>
<email>amitay@gmail.com</email>
</author>
<published>2011-09-09T03:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=46754e9665ceefe26cf28fbc70629e9660d847da'/>
<id>46754e9665ceefe26cf28fbc70629e9660d847da</id>
<content type='text'>
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: Fixed "user" command syntax</title>
<updated>2011-09-09T05:24:04+00:00</updated>
<author>
<name>Giampaolo Lauria</name>
<email>lauria2@yahoo.com</email>
</author>
<published>2011-09-06T17:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=dd3ebbffe85776073d95184348f89d44b6624ae2'/>
<id>dd3ebbffe85776073d95184348f89d44b6624ae2</id>
<content type='text'>
Signed-off-by: Amitay Isaacs &lt;amitay@gmail.com&gt;
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Amitay Isaacs &lt;amitay@gmail.com&gt;
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: Expanded acronym descriptions</title>
<updated>2011-09-09T05:24:01+00:00</updated>
<author>
<name>Giampaolo Lauria</name>
<email>lauria2@yahoo.com</email>
</author>
<published>2011-08-02T17:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e'/>
<id>ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e</id>
<content type='text'>
Expanded command acronym descriptions
Added footnote for "server connection needed"

Signed-off-by: Amitay Isaacs &lt;amitay@gmail.com&gt;
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expanded command acronym descriptions
Added footnote for "server connection needed"

Signed-off-by: Amitay Isaacs &lt;amitay@gmail.com&gt;
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: changed samba-tool user delete to use samdb instead of Net()</title>
<updated>2011-08-17T23:26:59+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-08-15T02:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=23b1d09a5fd9825786343a98f9aab756dd749f95'/>
<id>23b1d09a5fd9825786343a98f9aab756dd749f95</id>
<content type='text'>
this makes it possible to use with -H, so you can delete users on
remote DCs or against local databases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this makes it possible to use with -H, so you can delete users on
remote DCs or against local databases
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: use ldb.binary_encode() on search expression elements</title>
<updated>2011-07-29T08:17:44+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-07-28T07:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=03f92508ef2ebb4e7790f612e3f833382c691051'/>
<id>03f92508ef2ebb4e7790f612e3f833382c691051</id>
<content type='text'>
this allows us to deal with search elements containing characters that
must be escaped in LDAP

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows us to deal with search elements containing characters that
must be escaped in LDAP

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: fixed binary encoding of usernames in setpassword</title>
<updated>2011-07-29T08:17:44+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-07-28T07:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8dda0ef57fa908c94c14d2521ded883ceb253b2f'/>
<id>8dda0ef57fa908c94c14d2521ded883ceb253b2f</id>
<content type='text'>
Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: ensure prompting of passwords is in the right order</title>
<updated>2011-07-28T06:35:45+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-07-28T05:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=427805b87a0781a4b39594f4efdf4b9d023d2324'/>
<id>427805b87a0781a4b39594f4efdf4b9d023d2324</id>
<content type='text'>
ask the creds object for the password before prompting for the new
password in the user password change code, to ensure the user is asked
for the old password first

Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Thu Jul 28 08:35:45 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ask the creds object for the password before prompting for the new
password in the user password change code, to ensure the user is asked
for the old password first

Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Thu Jul 28 08:35:45 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: Add user password command to change user's own password</title>
<updated>2011-07-28T05:20:53+00:00</updated>
<author>
<name>Amitay Isaacs</name>
<email>amitay@gmail.com</email>
</author>
<published>2011-07-27T08:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9e7d8edc0646c5e27fc476d17c723661f252ca70'/>
<id>9e7d8edc0646c5e27fc476d17c723661f252ca70</id>
<content type='text'>
This command is a user-level command and differs from setpassword
command which is administrator command.

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This command is a user-level command and differs from setpassword
command which is administrator command.

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: Changed "user add" implementation</title>
<updated>2011-07-28T05:20:51+00:00</updated>
<author>
<name>Giampaolo Lauria</name>
<email>lauria2@yahoo.com</email>
</author>
<published>2011-07-26T17:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=31ade9c122f330cfe5a2cd4f9c27e73117f993c4'/>
<id>31ade9c122f330cfe5a2cd4f9c27e73117f993c4</id>
<content type='text'>
Changed "user add" to use SamDB instead of Net
Also, added the set of Options available in newuser

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed "user add" to use SamDB instead of Net
Also, added the set of Options available in newuser

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: add -H or --URL where necessary</title>
<updated>2011-07-28T05:20:51+00:00</updated>
<author>
<name>Giampaolo Lauria</name>
<email>lauria2@yahoo.com</email>
</author>
<published>2011-07-25T15:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=41f073eb601f83e89bd1d2eba7905fede869a5ae'/>
<id>41f073eb601f83e89bd1d2eba7905fede869a5ae</id>
<content type='text'>
To improve consistency, I've made sure all the commands take either a -H
or --URL when specifying a URL

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To improve consistency, I've made sure all the commands take either a -H
or --URL when specifying a URL

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
