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 80273b2 commit be95384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
2 changes: 1 addition & 1 deletion test/authn.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function _set_up (done) {
notes: {
ldappool : new ldappool.LdapPool({
main : {
server : [ 'ldap://127.0.0.1:3389' ],
server : [ 'ldap://localhost:3389' ],
binddn : this.users[0].dn,
bindpw : this.users[0].password,
basedn : 'dc=example,dc=com'
Expand Down

0 comments on commit be95384

Please sign in to comment.