Problem/Motivation

When we create a user manually in Drupal, the sync from LDAP to Drupal happens. After the user creation, we would like to modify the user and sync back to LDAP and this isn't happening because fetching user data from the server by user account can't identify the user.

Proposed resolution

In the ldapAssociateDrupalAccount function where the LDAP association of a Drupal account is implemented we need to save the account to authmap too.

Comments

Kosa Ilma created an issue. See original summary.

kosa ilma’s picture

I have created a patch for fixing it.

kosa ilma’s picture

Status: Active » Needs review

  • grahl committed 6f8fbee on 8.x-4.x authored by Kosa Ilma
    Issue #3099821 by Kosa Ilma: Manually created users in Drupal doesn't...
grahl’s picture

Status: Needs review » Fixed

That makes sense.

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.