#550 posix winsync will not create memberuid values if group entry become posix group in the same sync interval
Closed: wontfix None Opened 11 years ago by cgrzemba.

posix winsync plugin can create memberUid values according the uniquemember values.
prerequisite is that the group is already a posix group.
Will add the posix attributes (gid) and the group members on the AD on the same time, so it occurs in the same sync interval and the memberUid values will not generated.

Workaround:
1. On a new group add first the GID on AD, wait until the GID is added on DS and add then members to the group on AD.
or
2. Schedule a memberuid task
or
3. do a full resync

I will work on this issue.


Cannot reproduce on 1.2.11. It works correct.
But we should add a fixup-memberuid.pl script like the fixup-memberof.pl

Replying to [comment:1 cgrzemba]:

Cannot reproduce on 1.2.11. It works correct.
But we should add a fixup-memberuid.pl script like the fixup-memberof.pl

Ok. Please open a new ticket for that.

The problem still exists:

Steps to reproduce:

  1. create a new group in AD,
    wait until it is sync to DS

  2. add a member and Posix GID and NIS Domain in AD

The member will only create in uniquemember, not added to memberuid

git merge ticket550
Updating 0472b98..f9c9269
Fast-forward
.../plugins/posix-winsync/posix-group-func.c | 4 ++--
.../plugins/posix-winsync/posix-group-func.h | 2 +-
ldap/servers/plugins/posix-winsync/posix-winsync.c | 18 ++++++------------
ldap/servers/slapd/pw.c | 2 +-
4 files changed, 10 insertions(+), 16 deletions(-)

git push origin master
Counting objects: 21, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (11/11), done.
Writing objects: 100% (11/11), 1.38 KiB, done.
Total 11 (delta 9), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/ds.git
0472b98..f9c9269 master -> master

Metadata Update from @rmeggins:
- Issue assigned to mreynolds
- Issue set to the milestone: 1.3.1

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/550

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata