Well, here's the code we've developed.

It's not perfect, but it's an extremely configurable search add-on tool for the existing suite.

Un-tar the package into the ldap_integration module directory and configure via "administer"

CommentFileSizeAuthor
ldapdirectory.tgz7.67 KBrooey

Comments

rmiddle’s picture

This is a great Idea. I would make 1 change.

Change these lines from.

include_once('ldap_integration/libdebug.php');
include_once('ldap_integration/LDAPInterface.php');

to

include_once(drupal_get_path('module', 'ldapauth') .'/ldap_integration/libdebug.php');
include_once(drupal_get_path('module', 'ldapauth') .'/ldap_integration/LDAPInterface.php');

That will let you make this a sub project in a separate folder.

amariotti’s picture

Can you give us an explanation as to what this add-on is to be used for? We're very heavy into LDAP and after installing this and testing a few things out it doesn't work. I might be missing something though. I enabled the mail attribute and did a search and got no results (even when typing in my e-mail). A little "readme" would be nice. Will this be added to the core module at some point?

rmiddle’s picture

amariotti,

I took the module and broken it out as a separate module and fixed a few issues. Check out http://drupal.org/project/ldapdirectory

Still has a need for some good documentation but I am using it at my company for a User Directory. There are still some bugs I am busy on another project right now but I will be coming back to this project in the next few weeks.

Thanks
Robert

johnbarclay’s picture

Status: Active » Closed (fixed)

Closing 5.x issues to clean out issue queue.