Skip to content

Commit

Permalink
Address security feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
eliykat committed Oct 2, 2024
1 parent d8f4039 commit c909c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/services/ldap-directory.service.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const getLdapConfiguration = (config?: Partial<LdapConfiguration>): LdapConfigur
sslKeyPath: null,
sslCaPath: null,
hostname: "localhost",
port: 389,
port: 1389,
domain: null,
rootPath: "dc=bitwarden,dc=com",
currentUser: false,
Expand Down
4 changes: 2 additions & 2 deletions utils/integration-tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
volumes:
- ./directory.ldif:/container/service/slapd/assets/config/bootstrap/ldif/output.ldif
ports:
- "389:389"
- "636:636"
- "127.0.0.1:1389:389"
- "127.0.0.1:1636:636"
profiles:
- all
- server
Expand Down

0 comments on commit c909c55

Please sign in to comment.