Displaying 6 results from an estimated 6 matches for "try_sasl".
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 Mar 05
2
ActiveLDAP maintain user connection
...:base => BASE,
:bind_format =>
"uid=#{username},#{USER_PREFIX},#{BASE}",
:password_block => Proc.new { password
},
:allow_anonymous => false,
:try_sasl => false
)
#ldap = ActiveLDAP::Base.connection
#ActiveLDAP::Base.close
return true
rescue ActiveLDAP::AuthenticationError
return false
e...
2006 Jul 18
0
Rails Error w/ ActiveLdap
...DEFAULT_CONFIG[:user] = ENV[''USER'']
DEFAULT_CONFIG[:password_block] = nil
DEFAULT_CONFIG[:password] = "letmein"
DEFAULT_CONFIG[:store_password] = true
DEFAULT_CONFIG[:allow_anonymous] = false
DEFAULT_CONFIG[:sasl_quiet] = false
DEFAULT_CONFIG[:try_sasl] = false
DEFAULT_CONFIG[:retries] = 3
DEFAULT_CONFIG[:retry_wait] = 3
DEFAULT_CONFIG[:timeout] = 0
DEFAULT_CONFIG[:retry_on_timeout] = true
DEFAULT_CONFIG[:return_objects] = false
DEFAULT_CONFIG[:logger] = nil
but
live
def Base.ldap_scope
LDAP::LDAP_SCOPE_ONEL...
2006 Jul 18
1
Rail w/ ActiveLdap
...DEFAULT_CONFIG[:user] = ENV[''USER'']
DEFAULT_CONFIG[:password_block] = nil
DEFAULT_CONFIG[:password] = "letmein"
DEFAULT_CONFIG[:store_password] = true
DEFAULT_CONFIG[:allow_anonymous] = false
DEFAULT_CONFIG[:sasl_quiet] = false
DEFAULT_CONFIG[:try_sasl] = false
DEFAULT_CONFIG[:retries] = 3
DEFAULT_CONFIG[:retry_wait] = 3
DEFAULT_CONFIG[:timeout] = 0
DEFAULT_CONFIG[:retry_on_timeout] = true
DEFAULT_CONFIG[:return_objects] = false
DEFAULT_CONFIG[:logger] = nil
but
live
def Base.ldap_scope
LDAP::LDAP_SCOPE_ONEL...
2006 Jul 21
6
pulling information from LDAP server using Ruby on Rails
Hello, I am currently working on a project using Ruby on Rails. So far,
I have a well-populated mySQL database the RoR refers to and the basic
scaffolding functions implemented. I also designed views/layouts that
furthers the basic scaffolding interface. No problem and no big
accomplishment by any means.
Now, I want to pull user information from an already existing LDAP
server and put that
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply
to this email, as some of the replaced lines are too long, so git
won't let me send the email. However, there is nothing wrong with
that patch, and it should be applied in the sequence listed below.
Note also that I assume this will be tested on a clean f11 install, rather
than an upgrade of an existing ovirt server