Housekeeping;Upgrade versions
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-17 17:43:41 +01:00
parent b7a3669681
commit e0726f858c
2 changed files with 5 additions and 5 deletions

View File

@ -201,7 +201,7 @@ PropertyCategories:
- Key: ldap.dn
Type: string(1..)
Label: LDAP bind distinguished name*
Description: The username which this bootstrap appliance will use for LDAP queries.
Description: The distinguished name of the user account used for LDAP queries; for example 'CN=ldapreader,OU=Useraccounts,DC=example,DC=com'
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
@ -209,7 +209,7 @@ PropertyCategories:
- Key: ldap.password
Type: password(1..)
Label: LDAP bind password*
Description: The password which this bootstrap appliance will use for LDAP queries.
Description: The password of the user account used for LDAP queries.
DefaultValue: ''
Configurations: '*'
UserConfigurable: true