Displaying 1 result from an estimated 1 matches for "aaronbedra".
2006 Jul 21
6
pulling information from LDAP server using Ruby on Rails
...y/ActiveLDAP.
http://projects.dataspill.org/pages/projects/ruby-activeldap
It requires the previously mentioned ruby-ldap module which I have and
log4r as well. I installed the log4r gem. I then installed
Ruby/ActiveLDAP from source. It was at this time that I followed these
instructions:
http://aaronbedra.com/pages/ldap
Basically I add additional lines in environment.rb to connect to the
LDAP server, create directory and user model files, then create a
controller to access the information.
This is where I am at the moment. The previous link has a source with
views that I used to see if I could dis...