Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 15, 2024
1 parent c91a82c commit b25b9e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

- config: comment out default server entries, fixes #9
- doc(README): update doc badge URL #8
- test:
- test: skip pool shutdown test, it interferes with other tests
- ci: update tests to use LTS node versions
- test: improve macports setup script

#### 1.1.0 - 2023-04-26

Expand Down
2 changes: 1 addition & 1 deletion test/authz.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function _set_up (done) {
notes: {
ldappool : new ldappool.LdapPool({
main : {
server : [ 'ldap://127.0.0.1:3389' ],
server : [ 'ldap://localhost:3389' ],
binddn : this.user.dn,
bindpw : this.user.password,
basedn : 'dc=example,dc=com'
Expand Down
4 changes: 2 additions & 2 deletions test/config/ldap.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server[] = ldap://127.0.0.1:389
server[] = ldaps://127.0.0.1:636
server[] = ldap://localhost:389
server[] = ldaps://localhost:636
binddn = uid=user1,ou=users,dc=example,dc=com
bindpw = ykaHsOzEZD
basedn = example.com
Expand Down

0 comments on commit b25b9e8

Please sign in to comment.