mirror of https://github.com/docker/docs.git
Update ucp-configuration-file.md (#4767)
This commit is contained in:
parent
220f8e7676
commit
7eb41aa0c0
|
@ -135,7 +135,7 @@ Settings for syncing users.
|
|||
| `match_group` | no | Whether to additionally filter users to those who are direct members of a group. The default is `true`. |
|
||||
| `match_group_dn` | no | The distinguished name of the LDAP group, for example, `cn=ddc-users,ou=groups,dc=example,dc=com`. Required if `matchGroup` is `true`. |
|
||||
| `match_group_member_attr` | no | The name of the LDAP group entry attribute which corresponds to distinguished names of members. Required if `matchGroup` is `true`. The default is `member`. |
|
||||
| `match_group_iterate` | no | Set to `true` to to get all of the user attributes by iterating through the group members and performing a lookup for each one separately. Use this instead of searching users first, then applying the group selection filter. Ignored if `matchGroup` is `false`. The default is `false`. |
|
||||
| `match_group_iterate` | no | Set to `true` to get all of the user attributes by iterating through the group members and performing a lookup for each one separately. Use this instead of searching users first, then applying the group selection filter. Ignored if `matchGroup` is `false`. The default is `false`. |
|
||||
|
||||
## auth.ldap.admin_sync_opts (optional)
|
||||
|
||||
|
@ -143,7 +143,7 @@ Settings for syncing system admininistrator users.
|
|||
|
||||
| Parameter | Required | Description |
|
||||
| ---------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `enable_sync` | no | Set to `true` to to enable syncing admins. If `false`, all other fields in this table are ignored. The default is `true`. |
|
||||
| `enable_sync` | no | Set to `true` to enable syncing admins. If `false`, all other fields in this table are ignored. The default is `true`. |
|
||||
| `select_group_members` | no | Set to `true` to sync using a group DN and member attribute selection. Set to `false` to use a search filter. The default is `true`. |
|
||||
| `group_dn` | no | The distinguished name of the LDAP group, for example, `cn=ddc-admins,ou=groups,dc=example,dc=com`. Required if `select_group_members` is `true`. |
|
||||
| `group_member_attr` | no | The name of the LDAP group entry attribute which corresponds to distinguished names of members. Required if `select_group_members` is `true`. The default is `member`. |
|
||||
|
@ -206,7 +206,7 @@ Specifies whether the your UCP license is automatically renewed.
|
|||
|
||||
| Parameter | Required | Description |
|
||||
| -------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `auto_refresh` | no | Set to `true` to enable attempted automatic license renewal when the license nears expiration. If disabled, you must manually upload renewed licesnse after expiration. The default is `true`. |
|
||||
| `auto_refresh` | no | Set to `true` to enable attempted automatic license renewal when the license nears expiration. If disabled, you must manually upload renewed license after expiration. The default is `true`. |
|
||||
|
||||
## cluster_config table (required)
|
||||
|
||||
|
|
Loading…
Reference in New Issue