Displaying 2 results from an estimated 2 matches for "sslconn".
Did you mean:
sshconn
2006 Mar 14
3
LDAP Authentication
I have to do user authentication for a project i''m working on. The trick
is they want me to use the existing LDAP database for it. Does anyone
know how to authenticate using LDAP in RoR?
~Rahul
2006 Jul 10
13
LDAP auth/az for Rails
All:
I recently wrote an LDAP library for Ruby called Net::LDAP, and I''ve
noticed that quite a few people are using it to do authentication and
authorization for Rails apps. I know there are several well-done login
generators for Rails, but what about people that would rather use a
directory?
If we were to write a generator for Rails that used LDAP (or A/D) as the
backend, would