ldap entries without display name are not synced by 'occ user:sync'
Open
@butonic is already working on this.
Since Apr 20, 2018.
enhancement
p4-low
- Dominant language
- PHP
- Stars
- 17
- Forks
- 19
- Avg merge
- 11h 40m
- Merged PRs (30d)
- 2
Description
- create a user in LDAP with the displayname attribute
- create a user in LDAP without the displayname attribute
- run
./occ user:sync -m remove "OCA\User_LDAP\User_Proxy" - check the users page
Only the user with the displayname got synced. The user without a display name is not synced, but can still be used to login. After login the displayname will be synced correctly
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.