adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

7ecddec Ticket #426 - support posix schema for user and group sync

Authored and Committed by rmeggins 11 years ago
    Ticket #426 - support posix schema for user and group sync
    
    https://fedorahosted.org/389/ticket/426
    Resolves: Ticket #426
    Bug Description: support posix schema for user and group sync
    Reviewed by: nkinder (Thanks!)
    Branch: 389-ds-base-1.2.11
    Fix Description:
    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
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: no
    (cherry picked from commit 088d64756406f56b2c9cae72a2e1baed2b03722a)