Closed (fixed)
Project:
LDAP integration
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2008 at 17:03 UTC
Updated:
6 Aug 2011 at 18:39 UTC
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"
| Comment | File | Size | Author |
|---|---|---|---|
| ldapdirectory.tgz | 7.67 KB | rooey |
Comments
Comment #1
rmiddle commentedThis 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.
Comment #2
amariotti commentedCan 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?
Comment #3
rmiddle commentedamariotti,
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
Comment #4
johnbarclay commentedClosing 5.x issues to clean out issue queue.