is there a way to convert LDAP users to regular drupal users using some type of bulk function?
or is there a simple way to convert manually a single LDAP user to a regular drupal user? Everything is greyed out when I try and edit a ldap user.

thanks

Comments

johnbarclay’s picture

Title: Bulk convert LDAP users to regular users » LDAP User: Bulk convert LDAP users to regular users
Version: 7.x-2.0-beta5 » 7.x-2.x-dev

No. There isn't. You could do it with SQL in the authmap table. Otherwise I don't know.

margyly’s picture

Issue summary: View changes

Can anyone provide more information about what I'd change in the authmap table to convert an LDAP user to a native Drupal user? Thanks in advance!

BenStallings’s picture

You just delete the record in the authmap table. Native Drupal users do not have a record there.

grahl’s picture

Status: Active » Closed (works as designed)