Wizard detecting memberUid and other attributes doesn't save it
Open
@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
- Use the zombie army from https://github.com/owncloud/administration/tree/master/ldap-testing
- Create users and groups with the PHP scripts
- Edit "Box10" and add a few zombies as members using the "memberUid" attribute.
- Setup LDAP in OC
- On the main page, click "Next"
- Then click "verify"
- Then "Next" twice
- In the groups page, pick "posixGroup", then click "Verify"
- Then go to the Advanced page and open "Directory settings"
- See that "memberUid" is auto-detected and set
- Refresh the page
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.