owncloud / owncloud/user_ldap

ldap entries without display name are not synced by 'occ user:sync'

Open
#203 3 comments 0 reactions 1 assignee View on GitHub

@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

  1. create a user in LDAP with the displayname attribute
  2. create a user in LDAP without the displayname attribute
  3. run ./occ user:sync -m remove "OCA\User_LDAP\User_Proxy"
  4. 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

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.