Displaying 5 results from an estimated 5 matches for "dataspill".
Did you mean:
data2hill
2006 Mar 02
4
LDAP and Rails ???
Hi,
We want to start a new website, and we want to use our
existing authentication system which is LDAP. Can
someone tell me where I can find the information about
how to use LDAP in rails ???
Thanks you very much
Saiho
The mind is its own place, and in itself.
Can make a Heaven of Hell, a Hell of Heaven.
http://www.geocities.com/sayoyo/
__________________________________________________
2006 Jul 21
6
pulling information from LDAP server using Ruby on Rails
...www.ruby-forum.com/topic/62584
However, I couldn''t find any reason to believe that this was all I
needed for RoR to pull LDAP information. I found examples of using the
ruby-ldap module in pure ruby code, but not within the rails framework.
This led me to Ruby/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 a...
2006 Jul 17
7
SSL [X.509] Authentication in Rails?
Been doing some research but haven''t been able to determine much - has
anyone had any experience parsing incoming [on the request] x.509
certificates? Specifically, getting name, CA, etc. Here''s how you do in
Java Servlets for reference:
X509Certificate[] certs = (X509Certificate[])
request.getAttribute("javax.servlet.request.X509Certificate");
Thanks.
--
2006 Mar 26
17
activeldap
Obviously I am missing something and I don''t know what it is...
I am following the instructions at
http://rubyforge.org/docman/view.php/381/114/activeldap_rb.html
and also here...
http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap
my model looks exactly like this...
class LdapUser < ActiveRecord::Base
ldap_mapping :dnattr => ''uid'', :prefix
2006 Aug 12
9
Finding the closest match?
I am trying to do a search for a crazy problem. Anyways, the search can
only contain one word and the database it''s searching contains one word
per row. Basically if someone tries to search for a word I want to find
the closest match.
Ex:
If someone types "cat" and "cat" is not in my database, but "bat" is,
how could I select bat?
Also, if someone