Setting 'nTSecurityDescriptor' via LDAP fails

ronnie sahlberg ronniesahlberg at gmail.com
Thu Mar 19 01:08:55 GMT 2009


On Thu, Mar 19, 2009 at 11:36 AM, Andrew Bartlett <abartlet at samba.org>wrote:

> On Tue, 2009-03-17 at 16:39 +0200, Nadezhda Ivanova wrote:
> > Hi Simo,
> > I happened to look at the ldb.h for another reason just 5 minutes ago,
> > and there is a comment that the ldb_val.data is always null
> > terminated, so it is correct to add a null character at the end when
> > creating a value, and there shouldn't be a problem.
> >
> > This particular bug is already fixed, Zahari included the path to our
> > public repo from where the patch can be merged in his mail. We cannot
> > send it as git mail patch as we cannot use unix mail clients.
>
> This is a bit of a problem.  We do have a policy that patches should
> come as a mail to the list.  That way, we have an independent archive of
> the submission (git repos can go away, and we may be asked to audit this
> at some time in the future).
>
> Can you please find a way to use a real mail client, and include the
> patch to the list.
>

Maybe something like this could work :

cd <project directory>
mkdir submit
git-format-patch -o submit HEAD~1

Then just cut-n-paste the text/patch files from the submit subdirectory into
your MUA.
You can even send git patches using gmail with this procedure.



ronnie s


More information about the samba-technical mailing list