[389-devel] Please review: [Bug 604881] admin server log files have incorrect permissions/ownerships

2011-02-10 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=604881

https://bugzilla.redhat.com/attachment.cgi?id=478131&action=diff
https://bugzilla.redhat.com/attachment.cgi?id=478131&action=edit

Description: Log files first generated by the Admin Server/Apache
has the owner (root, root), but the log files created later via
Console/CGI are owned by the Admin User/Group (e.g., nobody, nobody).
To make them consistent, this patch modifies the install script to
call chown to change the owner to the original log files.

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel


[389-devel] Please review: Bug 676689 - crash while adding a new user to be synced to windows

2011-02-10 Thread Rich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=676689

https://bugzilla.redhat.com/attachment.cgi?id=478135&action=diff

https://bugzilla.redhat.com/attachment.cgi?id=478135&action=edit
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel


[389-devel] Please review: [Bug 676053] export task followed by import task causes cache assertion

2011-02-10 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=676053

https://bugzilla.redhat.com/attachment.cgi?id=478160&action=diff
https://bugzilla.redhat.com/attachment.cgi?id=478160&action=edit

Description: Task version of export had a bug in handling the busy
instance error case.  When returning due to the busy error, the
function ldbm_back_ldbm2ldif reset the busy bit set by other threads.
This patch checks the special return value set in the busy error
case and resets the busy bit only when it is set by the function.

Also, this patch fixes a bug in dse_add which replaces an adding
entry with its copy in pblock and the original entry is consumed.
But the caller frees the original entry.  Applying this patch,
instead of consuming the original entry, its copy is consumed and
the original adding entry stays in the pblock.


--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel