I am using the 6.x dev version of ldap which works great for ldap auth.

http://drupal.org/node/212372

I have the AES module installed and it works just fine for internal drupal users. ldap users's passwords are not getting grabbed by aes_user(), the $edit['pass'] variable is blank for ldap users.

http://drupal.org/project/aes

CommentFileSizeAuthor
#1 aes_for_ldap.module.patch720 bytesagerson
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

agerson’s picture

FileSize
720 bytes

I am new to the drupal community so this may be an ugly fix, but it works. Please let me know if it could be done better.

easyfit’s picture

I wrote a little about a potential fix for this here: http://drupal.org/node/261787#comment-886181

agerson’s picture

Category: support » bug
johnbarclay’s picture

Version: master » 6.x-1.x-dev
John Franklin’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

This module is nearly unrecognizable from where it was six years ago. Do any of the LDAP Auth security options fix this problem? I'm thinking specifically about "Sync LDAP password with the Drupal password" or "Do not store users' passwords during sessions."