Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Fix the default LDAP properties to match the configuration documentat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Andrew Snare committed Nov 14, 2013
1 parent 18dc5b9 commit 9e81dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/ejabberd-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ var assert = require('assert'),
method: 'ldap',
ldap: {
uri: 'ldap://127.0.0.1',
filter: '(objectClass=*)'
filter: '(userPassword=*)',
uuidAttr: 'uuid'
}
}
}),
Expand Down

0 comments on commit 9e81dd2

Please sign in to comment.