support posix schema for user and group sync

1) plugin config ldif must contain pluginid, etc. during upgrade or it
   will fail due to schema errors
2) posix winsync should have a lower precedence (25) than the default (50)
   so that it will be run first
3) posix winsync should support the Winsync API v3 - the v2 functions are
   just stubs for now - but the precedence cb is active
This commit is contained in:
Rich Megginson 2012-09-04 15:54:11 -06:00
parent d087c2a501
commit 4f1a19a9fe
5 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

@ -54,3 +54,4 @@
/389-ds-base-1.2.11.10.tar.bz2
/389-ds-base-1.2.11.11.tar.bz2
/389-ds-base-1.2.11.12.tar.bz2
/389-ds-base-1.2.11.13.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.11.12
VERSION=1.2.11.13
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.11.12
VERSION=1.2.11.13
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -21,7 +21,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.11.12
Version: 1.2.11.13
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -311,6 +311,15 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Tue Sep 4 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.13-1
- Ticket #426 - support posix schema for user and group sync
- 1) plugin config ldif must contain pluginid, etc. during upgrade or it
- will fail due to schema errors
- 2) posix winsync should have a lower precedence (25) than the default (50)
- so that it will be run first
- 3) posix winsync should support the Winsync API v3 - the v2 functions are
- just stubs for now - but the precedence cb is active
* Thu Aug 30 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.12-1
- 8e5087a Coverity defects - 13089: Dereference after null check ldbm_back_delete
- Trac Ticket #437 - variable dn should not be used in ldbm_back_delete

View File

@ -1 +1 @@
677a9c0d4c380ab5ce553207ef0d40aa 389-ds-base-1.2.11.12.tar.bz2
bee7279a1cd7cc54e97acd8ef6aa007b 389-ds-base-1.2.11.13.tar.bz2