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

Commit

Permalink
Merge branch 'master' into detect-base-context
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Snare committed Nov 14, 2013
2 parents b5c1768 + 9e81dd2 commit ba53eee
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 ba53eee

Please sign in to comment.