<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/netcmd/domainlevel.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 domainlevel as it has been moved to domain level</title>
<updated>2011-07-21T00:32:23+00:00</updated>
<author>
<name>Giampaolo Lauria</name>
<email>lauria2@yahoo.com</email>
</author>
<published>2011-06-28T15:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0cef2bff9cf0bea695898bd8237613cfa2b2e7f8'/>
<id>0cef2bff9cf0bea695898bd8237613cfa2b2e7f8</id>
<content type='text'>
The functionality of domainlevel has been moved the "domain level" to fit the object-action model

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functionality of domainlevel has been moved the "domain level" to fit the object-action model

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tools: more reasonable defaults for samba-tool commands</title>
<updated>2010-12-08T04:26:05+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-12-07T21:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=545932fda590d4c888c0f60fed7a36c1659f0018'/>
<id>545932fda590d4c888c0f60fed7a36c1659f0018</id>
<content type='text'>
- fallback to machine account where possible

- default to local hostname where this is reasonable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fallback to machine account where possible

- default to local hostname where this is reasonable
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-samba-tool: fixed ldb exception handling in domainlevel command</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:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=62506903101e8e8e1cfc6c70fee245f97c646844'/>
<id>62506903101e8e8e1cfc6c70fee245f97c646844</id>
<content type='text'>
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: Andrew Bartlett &lt;abartlet@samba.org&gt;
</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>s4:net Remove warnings for 2000 native mode and Samba4.</title>
<updated>2010-06-23T10:10:07+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-06-21T11:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=86ed5eb8923e477f3336cbf4a0bedb69b2f3c288'/>
<id>86ed5eb8923e477f3336cbf4a0bedb69b2f3c288</id>
<content type='text'>
We now support 2000 native mode, and so we just need to warn about mixed mode.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now support 2000 native mode, and so we just need to warn about mixed mode.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>libds:common Remove DS_DC_* domain functionality flags</title>
<updated>2010-06-23T10:10:03+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-06-21T10:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c4482bf53e26c43edccb0871fa5525a590a1026c'/>
<id>c4482bf53e26c43edccb0871fa5525a590a1026c</id>
<content type='text'>
These are just a subset of the DS_DOMAIN_ functionality flags, are compared and often confused with each other.  Just make them one set.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are just a subset of the DS_DOMAIN_ functionality flags, are compared and often confused with each other.  Just make them one set.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:net domainlevel tool - fix up the error handling as Jelmer suggested</title>
<updated>2010-05-14T17:03:18+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-05-14T16:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8608eaef76631666a41109317d2a9b20979c5025'/>
<id>8608eaef76631666a41109317d2a9b20979c5025</id>
<content type='text'>
Sorry, I've copied this from the "ldap.py" test and thought it would work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sorry, I've copied this from the "ldap.py" test and thought it would work.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:domainlevel - handle exceptions more precisely</title>
<updated>2010-05-13T20:42:22+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-05-13T20:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=49c8c130a0d08be7c869b9a63b5a37488003eac2'/>
<id>49c8c130a0d08be7c869b9a63b5a37488003eac2</id>
<content type='text'>
LDB_ERR_UNWILLING_TO_PERFORM should be the right error code when the
"msDS-Behavior-Version" was already raised by the first change as it is on
Windows Server.

When s4 itself does implement this trigger then we don't need to do the
second write operation anymore (they're kept in sync).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LDB_ERR_UNWILLING_TO_PERFORM should be the right error code when the
"msDS-Behavior-Version" was already raised by the first change as it is on
Windows Server.

When s4 itself does implement this trigger then we don't need to do the
second write operation anymore (they're kept in sync).
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:domainlevel.py - update the script to handle both domain level occourrences on s4</title>
<updated>2010-05-13T13:33:11+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-05-13T13:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4da42b4e80caba436e44a7f6e6583028d0225da3'/>
<id>4da42b4e80caba436e44a7f6e6583028d0225da3</id>
<content type='text'>
The second "modify" is located under a try-catch block to ignore the change
failure against Windows Server (there only the first change is required).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The second "modify" is located under a try-catch block to ignore the change
failure against Windows Server (there only the first change is required).
</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>
</feed>
