Skip to content

Commit 09a885d

Browse files
Update style on API docs
1 parent 0d2cdb7 commit 09a885d

File tree

12 files changed

+72
-72
lines changed

12 files changed

+72
-72
lines changed

content/vault/v1.13.x/content/api-docs/auth/ldap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ This endpoint configures the LDAP auth method.
6565
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
6666
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
6767
user.
68-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
69-
attempts where the user provides an empty password (null binds). Setting this parameter
70-
to false allows Vault to support LDAP anonymous bind operations, which may be required
71-
for certain directory configurations that use anonymous search or discovery. When set to
72-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
73-
server.
68+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
69+
attempts when the user provides an empty password (null binds). Setting
70+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
71+
authentication attempts to the LDAP server. You may want to allow LDAP
72+
anonymous bind operations for directory configurations using anonymous search
73+
or discovery.
7474
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
7575
string for the authenticating user. The constructed UPN will appear as
7676
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

content/vault/v1.14.x/content/api-docs/auth/ldap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ This endpoint configures the LDAP auth method.
6565
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
6666
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
6767
user.
68-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
69-
attempts where the user provides an empty password (null binds). Setting this parameter
70-
to false allows Vault to support LDAP anonymous bind operations, which may be required
71-
for certain directory configurations that use anonymous search or discovery. When set to
72-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
73-
server.
68+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
69+
attempts when the user provides an empty password (null binds). Setting
70+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
71+
authentication attempts to the LDAP server. You may want to allow LDAP
72+
anonymous bind operations for directory configurations using anonymous search
73+
or discovery.
7474
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
7575
string for the authenticating user. The constructed UPN will appear as
7676
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

content/vault/v1.15.x/content/api-docs/auth/ldap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ This endpoint configures the LDAP auth method.
6565
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
6666
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
6767
user.
68-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
69-
attempts where the user provides an empty password (null binds). Setting this parameter
70-
to false allows Vault to support LDAP anonymous bind operations, which may be required
71-
for certain directory configurations that use anonymous search or discovery. When set to
72-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
73-
server.
68+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
69+
attempts when the user provides an empty password (null binds). Setting
70+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
71+
authentication attempts to the LDAP server. You may want to allow LDAP
72+
anonymous bind operations for directory configurations using anonymous search
73+
or discovery.
7474
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
7575
string for the authenticating user. The constructed UPN will appear as
7676
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

content/vault/v1.16.x/content/api-docs/auth/ldap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ This endpoint configures the LDAP auth method.
6565
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
6666
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
6767
user.
68-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
69-
attempts where the user provides an empty password (null binds). Setting this parameter
70-
to false allows Vault to support LDAP anonymous bind operations, which may be required
71-
for certain directory configurations that use anonymous search or discovery. When set to
72-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
73-
server.
68+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
69+
attempts when the user provides an empty password (null binds). Setting
70+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
71+
authentication attempts to the LDAP server. You may want to allow LDAP
72+
anonymous bind operations for directory configurations using anonymous search
73+
or discovery.
7474
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
7575
string for the authenticating user. The constructed UPN will appear as
7676
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

content/vault/v1.17.x/content/api-docs/auth/ldap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ This endpoint configures the LDAP auth method.
6565
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
6666
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
6767
user.
68-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
69-
attempts where the user provides an empty password (null binds). Setting this parameter
70-
to false allows Vault to support LDAP anonymous bind operations, which may be required
71-
for certain directory configurations that use anonymous search or discovery. When set to
72-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
73-
server.
68+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
69+
attempts when the user provides an empty password (null binds). Setting
70+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
71+
authentication attempts to the LDAP server. You may want to allow LDAP
72+
anonymous bind operations for directory configurations using anonymous search
73+
or discovery.
7474
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
7575
string for the authenticating user. The constructed UPN will appear as
7676
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

content/vault/v1.18.x/content/api-docs/auth/ldap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ This endpoint configures the LDAP auth method.
6565
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
6666
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
6767
user.
68-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
69-
attempts where the user provides an empty password (null binds). Setting this parameter
70-
to false allows Vault to support LDAP anonymous bind operations, which may be required
71-
for certain directory configurations that use anonymous search or discovery. When set to
72-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
73-
server.
68+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
69+
attempts when the user provides an empty password (null binds). Setting
70+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
71+
authentication attempts to the LDAP server. You may want to allow LDAP
72+
anonymous bind operations for directory configurations using anonymous search
73+
or discovery.
7474
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
7575
string for the authenticating user. The constructed UPN will appear as
7676
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

content/vault/v1.19.x/content/api-docs/auth/ldap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ This endpoint configures the LDAP auth method.
6565
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
6666
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
6767
user.
68-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
69-
attempts where the user provides an empty password (null binds). Setting this parameter
70-
to false allows Vault to support LDAP anonymous bind operations, which may be required
71-
for certain directory configurations that use anonymous search or discovery. When set to
72-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
73-
server.
68+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
69+
attempts when the user provides an empty password (null binds). Setting
70+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
71+
authentication attempts to the LDAP server. You may want to allow LDAP
72+
anonymous bind operations for directory configurations using anonymous search
73+
or discovery.
7474
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
7575
string for the authenticating user. The constructed UPN will appear as
7676
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

content/vault/v1.20.x/content/api-docs/auth/ldap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ This endpoint configures the LDAP auth method.
6565
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
6666
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
6767
user.
68-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
69-
attempts where the user provides an empty password (null binds). Setting this parameter
70-
to false allows Vault to support LDAP anonymous bind operations, which may be required
71-
for certain directory configurations that use anonymous search or discovery. When set to
72-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
73-
server.
68+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
69+
attempts when the user provides an empty password (null binds). Setting
70+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
71+
authentication attempts to the LDAP server. You may want to allow LDAP
72+
anonymous bind operations for directory configurations using anonymous search
73+
or discovery.
7474
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
7575
string for the authenticating user. The constructed UPN will appear as
7676
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

content/vault/v1.4.x/content/api-docs/auth/ldap/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ This endpoint configures the LDAP auth method.
5757
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
5858
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
5959
user.
60-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
61-
attempts where the user provides an empty password (null binds). Setting this parameter
62-
to false allows Vault to support LDAP anonymous bind operations, which may be required
63-
for certain directory configurations that use anonymous search or discovery. When set to
64-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
65-
server.
60+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
61+
attempts when the user provides an empty password (null binds). Setting
62+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
63+
authentication attempts to the LDAP server. You may want to allow LDAP
64+
anonymous bind operations for directory configurations using anonymous search
65+
or discovery.
6666
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
6767
string for the authenticating user. The constructed UPN will appear as
6868
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

content/vault/v1.5.x/content/api-docs/auth/ldap/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ This endpoint configures the LDAP auth method.
6161
username passed when authenticating. Examples: `sAMAccountName`, `cn`, `uid`
6262
- `discoverdn` `(bool: false)` – Use anonymous bind to discover the bind DN of a
6363
user.
64-
- `deny_null_bind` `(bool: true)` – By default, Vault will prevent LDAP authentication
65-
attempts where the user provides an empty password (null binds). Setting this parameter
66-
to false allows Vault to support LDAP anonymous bind operations, which may be required
67-
for certain directory configurations that use anonymous search or discovery. When set to
68-
false, Vault defers the handling of empty-password authentication attempts to the LDAP
69-
server.
64+
- `deny_null_bind` `(bool: true)` – By default, Vault prevents LDAP authentication
65+
attempts when the user provides an empty password (null binds). Setting
66+
`deny_null_bind` to `false` tells Vault to defer the handling of empty-password
67+
authentication attempts to the LDAP server. You may want to allow LDAP
68+
anonymous bind operations for directory configurations using anonymous search
69+
or discovery.
7070
- `upndomain` `(string: "")` – The userPrincipalDomain used to construct the UPN
7171
string for the authenticating user. The constructed UPN will appear as
7272
`[username]@UPNDomain`. Example: `example.com`, which will cause vault to bind

0 commit comments

Comments
 (0)