ldap integeration in ruby
Posted
by user163352
on Stack Overflow
See other posts from Stack Overflow
or by user163352
Published on 2010-05-17T04:55:06Z
Indexed on
2010/05/17
5:00 UTC
Read the original article
Hit count: 278
ruby
I'm working on integrating ruby with ldap. And it's working fine.
Created test.com in ldap and I can bind with it successfully.
Then I created a new organizational unit company. Under company there are some users
Now I want to bind with the users(authentication) under company organizational unit.
I can access the user using Filter.eq
But I want to bind with the users. Suggestions plz..
© Stack Overflow or respective owner