Skip to content

Commit e80afa3

Browse files
committed
fix: log source bindDN
1 parent 4a299f6 commit e80afa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service-ldap.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class ServiceLDAP extends Service {
7676
try {
7777
const bindDN = expand(this.bindDN);
7878

79-
this.trace(`bind ${bindDN}`);
79+
this.trace(`bind ${bindDN} (${this.bindDN})`);
8080
await this.client.bind(bindDN, password);
8181

8282
const searchOptions = {

0 commit comments

Comments
 (0)