Skip to content

Commit 120487f

Browse files
author
Ping Yu
committed
Merge pull request #32 from rcsheets/master
Minor documentation fix
2 parents 2211893 + 6e9537b commit 120487f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Use the LDAP strategy as a middleware in your application:
1111
:method => :plain,
1212
:base => 'dc=intridea, dc=com',
1313
:uid => 'sAMAccountName',
14-
:name_proc => Proc.new {|name| name.gsub(/@.*$/,'')}
15-
:bind_dn => 'default_bind_dn'
14+
:name_proc => Proc.new {|name| name.gsub(/@.*$/,'')},
15+
:bind_dn => 'default_bind_dn',
1616
:password => 'password'
1717

1818
All of the listed options are required, with the exception of :title, :name_proc, :bind_dn, and :password.

0 commit comments

Comments
 (0)