Drupal and LDAP @ UVM

First, look at documentation

http://drupal.org/handbook/modules/ldap_integration

Next, download the right module for your Drupal version

http://drupal.org/project/ldap_integration

For me it was ldap_integration-6.x-1.0-beta1.tar.gz

Expand compressed package, unpack archive


gzip -d ldap_integration-6.x-1.0-beta1.tar.gz
tar -xvf ldap_integration-6.x-1.0-beta1.tar

Move ldap module into drupal. Assuming tar file was expanded in drupal folder, simply

mv ldap_integration modules

Now we go to Drupal=>Administer->Site Building->Modules

Scroll down to bottom, enable LDAP Authentication. Optionally select Data and or Groups if you want to have real fun.

Screen shot 2009-10-28 at 2.51.25 PM

OK, now go to Drupal=>Administer->Site configuration->LDAP -> Authentication . The only thing you might change is Authentication Mode LDAP only

Screen shot 2009-10-28 at 2.57.17 PM

From same screen, choose Add Server. Use these settings
Screen shot 2009-10-28 at 3.01.53 PM

About Wesley Wright

Born on a mountain top near New York City, Craziest state in the land of the pretty. Raised in the woods so's he knew every tree, Killed him a bear when he was only three.
This entry was posted in Projects. Bookmark the permalink.