<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/netcmd/newuser.py, 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>samba-tool: Removed newuser</title>
<updated>2011-07-28T05:20:51+00:00</updated>
<author>
<name>Giampaolo Lauria</name>
<email>lauria2@yahoo.com</email>
</author>
<published>2011-07-27T19:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8de3f98ef28a5b18a50f113f82d0cae3fb5142b9'/>
<id>8de3f98ef28a5b18a50f113f82d0cae3fb5142b9</id>
<content type='text'>
Removed newuser as its functionality has been moved to "user add"

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed newuser as its functionality has been moved to "user add"

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: moved takes_optiongroups definition to Command base class</title>
<updated>2011-07-21T00:32:24+00:00</updated>
<author>
<name>Giampaolo Lauria</name>
<email>lauria2@yahoo.com</email>
</author>
<published>2011-07-15T16:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f6fa8684896b8f3f9f8b7bd3742c99906973274c'/>
<id>f6fa8684896b8f3f9f8b7bd3742c99906973274c</id>
<content type='text'>
The option groups should be defined at the Command base class level as they are in common across all samba-tool commands.
Major move advantages:
1. more OOP approach
2. enforcing consistency across commands
3. avoiding the need of declaring for every new command

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The option groups should be defined at the Command base class level as they are in common across all samba-tool commands.
Major move advantages:
1. more OOP approach
2. enforcing consistency across commands
3. avoiding the need of declaring for every new command

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-samba-tool Show when we have created the user successfully</title>
<updated>2010-12-01T05:09:58+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-11-30T01:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c1fa6be92514cec35033fa8486e30316de13319a'/>
<id>c1fa6be92514cec35033fa8486e30316de13319a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-samba-tool: fixed exception handling in subcommands</title>
<updated>2010-11-29T07:04:42+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-11-29T03:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=37bfc4ec384df71a4cb1c19ceb136fecd3b9afc6'/>
<id>37bfc4ec384df71a4cb1c19ceb136fecd3b9afc6</id>
<content type='text'>
this switches to the new pattern of:

 except Exception, e:
 	raise CommandError("some error message", e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this switches to the new pattern of:

 except Exception, e:
 	raise CommandError("some error message", e)
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: python is not always in /usr/bin</title>
<updated>2010-06-24T08:46:57+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-06-24T04:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4cb423f52737d980132709fe63bc3194b9307880'/>
<id>4cb423f52737d980132709fe63bc3194b9307880</id>
<content type='text'>
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Modifications extending functionality of newuser cmd and new net group set of commands for group related operations on ldb</title>
<updated>2010-06-19T23:29:03+00:00</updated>
<author>
<name>Lukasz Zalewski</name>
<email>lukas@eecs.qmul.ac.uk</email>
</author>
<published>2010-06-07T16:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c58c0c2129b1df7b5eeb984bed4a09f2ecdfc2b1'/>
<id>c58c0c2129b1df7b5eeb984bed4a09f2ecdfc2b1</id>
<content type='text'>
Signed-off-by: Jelmer Vernooij &lt;jelmer@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jelmer Vernooij &lt;jelmer@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pynet: Raise proper exceptions rather than invoking sys.exit.</title>
<updated>2010-05-19T17:35:22+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-05-18T22:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ac9341245af38fe019c43ad9e413dbc62e26bc7a'/>
<id>ac9341245af38fe019c43ad9e413dbc62e26bc7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:net utility - make outprinted description comments more consistent</title>
<updated>2010-05-09T17:14:47+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-05-09T09:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ce4c0261f69732917ac7401dd123a03d4c13b030'/>
<id>ce4c0261f69732917ac7401dd123a03d4c13b030</id>
<content type='text'>
I've added a [server connection needed] when commands won't work on the local
SamDB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've added a [server connection needed] when commands won't work on the local
SamDB.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:net utility - remove unixname parameter of samdb.newuser</title>
<updated>2010-05-09T17:14:47+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-05-09T08:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b703481ef78b4f2234cf0d6c087c25fcbe3bd65c'/>
<id>b703481ef78b4f2234cf0d6c087c25fcbe3bd65c</id>
<content type='text'>
We don't handle the id mapping stuff manually anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't handle the id mapping stuff manually anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-net: don't show a full python exception when you can't open sam.ldb</title>
<updated>2010-04-20T10:59:24+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-04-20T10:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ac11b616dd67847be4f54f6fc08b64bacc0802f4'/>
<id>ac11b616dd67847be4f54f6fc08b64bacc0802f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
