Skip to content

Commit

Permalink
🕵️‍♂️ Allow anonymous bind with no credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
pemontto committed Oct 13, 2023
1 parent ec14141 commit f560a5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nodes-base/credentials/Ldap.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class Ldap implements ICredentialType {
type: 'string',
default: '',
description: 'Distinguished Name of the user to connect as',
required: true,
},
{
displayName: 'Binding Password',
Expand All @@ -42,7 +41,6 @@ export class Ldap implements ICredentialType {
},
default: '',
description: 'Password of the user provided in the Binding DN field above',
required: true,
},
{
displayName: 'Connection Security',
Expand Down

0 comments on commit f560a5e

Please sign in to comment.