ldapprov.module checks the value of the "user_register" setting, however if that setting has not yet been configured from its default setting then ldapprov's interpretation of the value is inconsistent with the core Drupal code. This causes the new user signup to not be overriden by ldapprov, because ldapprov thinks that new user signups have been disabled.

Attached is a patch to fix the handling of "user_register", and also fix a spelling typo.

CommentFileSizeAuthor
ldapprov.module.diff1.26 KBbovine

Comments

miglius’s picture

Status: Active » Fixed

Committed. Thanks for catching it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

  • Commit 29dd201 on 5.x-1.x, master, 6.x-2.x, 6.x-1.x by miglius:
    #274941 by bovine. ldapprov: fixing wrong variable's default value.
    
    

  • Commit 29dd201 on 5.x-1.x, master, 6.x-2.x, 6.x-1.x by miglius:
    #274941 by bovine. ldapprov: fixing wrong variable's default value.