Bug 830354

Summary: Add user post callback hook to winsync plugin API
Product: Red Hat Enterprise Linux 6 Reporter: Nathan Kinder <nkinder>
Component: 389-ds-baseAssignee: Rich Megginson <rmeggins>
Status: CLOSED NOTABUG QA Contact: IDM QE LIST <seceng-idm-qe-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4CC: jgalipea
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-19 18:02:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nathan Kinder 2012-06-08 21:51:01 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/389/ticket/316

FreeIPA project has a request to enroll users from AD added via winsync replication to default FreeIPA users group (https://fedorahosted.org/freeipa/ticket/2324). In order to do that, we need to enroll the new user in a post callback after it is added to our directory.

389 winsync plugin does have a precallback hook for adding a user from AD (ipa_winsync_pre_ds_add_user_cb) but it does not provide a postcallback hook when the user is added. We would like to request adding this hook to 389 winsync plugin so that we can use it to enroll new users default group.