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:
parent
a2656e14ee
commit
1e7b1b6557
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue