owncloud / owncloud/user_ldap

Wizard detecting memberUid and other attributes doesn't save it

Open
#22 2 comments 0 reactions 1 assignee View on GitHub

@jvillafanez is already working on this.

Since Dec 8, 2016.

bug sev3-medium
Dominant language
PHP
Stars
17
Forks
19
Avg merge
11h 40m
Merged PRs (30d)
2

Description

Steps
  1. Use the zombie army from https://github.com/owncloud/administration/tree/master/ldap-testing
  2. Create users and groups with the PHP scripts
  3. Edit "Box10" and add a few zombies as members using the "memberUid" attribute.
  4. Setup LDAP in OC
  5. On the main page, click "Next"
  6. Then click "verify"
  7. Then "Next" twice
  8. In the groups page, pick "posixGroup", then click "Verify"
  9. Then go to the Advanced page and open "Directory settings"
  10. See that "memberUid" is auto-detected and set
  11. Refresh the page
  12. Go to the Advanced page and open "Directory settings"
Expected result

"memberUid" setting sticks

Actual result

The setting reset itself back to "uniqueMember".

Versions

Seen on stable9.1 and master

@jvillafanez maybe some ajax race condition that doesn't save that setting properly after auto-detecting ?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.