Ticket #346 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

LDAP Auth misses user_id field

Reported by: justinr Assigned to: nobody
Priority: normal Milestone: 0.9.2
Component: core Version:
Severity: normal Keywords:
Cc: Patch Included: 1
Review Stage: reviewed

Description

When the user object gets created in auth/ldap/lib.php, the 'ident' field never gets filled in on the object. Therefore, any calls out to the plugin hooks will probably fail since many depend on there being a valid user id. This patch corrects that and makes it work like the mod/invite user creation.

Attachments

ldapauth-userid.diff (0.5 kB) - added by justinr on 04/22/08 20:20:38.

Change History

04/22/08 20:20:38 changed by justinr

  • attachment ldapauth-userid.diff added.

04/23/08 08:19:23 changed by misja

  • status changed from new to closed.
  • resolution set to fixed.
  • review_stage changed from unreviewed to reviewed.

Fixed in r1585 - thanks justinr for spotting this.