revert the changes to ldap readme

This commit is contained in:
Ping Yu 2010-12-04 15:06:21 -06:00
Родитель a2656e14ee
Коммит 1e7b1b6557
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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