From 01ef3aac2bbd8521df14526ef2b548bb8785cee7 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Sep 04 2012 21:54:22 +0000 Subject: 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 (cherry picked from commit 4f1a19a9feab89d0cb5e8cce7916b78cee2cfe12) --- diff --git a/.gitignore b/.gitignore index 57e9c9b..9c84ed0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index cd6b80a..2f56210 100644 --- a/389-ds-base-git-local.sh +++ b/389-ds-base-git-local.sh @@ -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 diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh index 7debf16..3235b6a 100644 --- a/389-ds-base-git.sh +++ b/389-ds-base-git.sh @@ -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" diff --git a/389-ds-base.spec b/389-ds-base.spec index ea9d69c..3841d88 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -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 - 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 - 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 diff --git a/sources b/sources index 9e01141..df909e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -677a9c0d4c380ab5ce553207ef0d40aa 389-ds-base-1.2.11.12.tar.bz2 +bee7279a1cd7cc54e97acd8ef6aa007b 389-ds-base-1.2.11.13.tar.bz2