Skip to content

Commit

Permalink
test: use 127.0.0.1 vs localhost to avoid IPv6 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 15, 2024
1 parent 5689f2b commit 240dd3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Unreleased

#### 1.1.1 - 2024-03-15

- config: comment out default server entries, fixes #9
- doc(README): update doc badge URL #8
- test: use 127.0.0.1 vs localhost to avoid IPv6 failure

#### 1.1.0 - 2023-04-26

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://localhost:389
server[] = ldaps://localhost:636
server[] = ldap://127.0.0.1:389
server[] = ldaps://127.0.0.1:636
binddn = uid=user1,ou=users,dc=example,dc=com
bindpw = ykaHsOzEZD
basedn = example.com
Expand Down

0 comments on commit 240dd3c

Please sign in to comment.