1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

revert the changes to ldap readme

This commit is contained in:
Ping Yu 2010-12-04 15:06:21 -06:00
parent a2656e14ee
commit 1e7b1b6557

View file

@ -29,7 +29,7 @@ Use the LDAP strategy as a middleware in your applicaiton:
require 'omniauth/enterprise' require 'omniauth/enterprise'
use OmniAuth::Strategies::LDAP, use OmniAuth::Strategies::LDAP,
"My LDAP", :title => "My LDAP",
:host => '10.101.10.1', :host => '10.101.10.1',
:port => 389, :port => 389,
:method => :plain, :method => :plain,