Fix var reference;Upgrade version;Add LDAP configuration
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -187,6 +187,33 @@ PropertyCategories:
|
||||
Configurations: '*'
|
||||
UserConfigurable: true
|
||||
|
||||
- Name: 6) Identity provider
|
||||
ProductProperties:
|
||||
|
||||
- Key: ldap.fqdn
|
||||
Type: string(1..)
|
||||
Label: LDAP server FQDN/IP-address*
|
||||
Description: The address of the LDAP server which this bootstrap appliance will perform LDAP queries against.
|
||||
DefaultValue: ''
|
||||
Configurations: '*'
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: ldap.dn
|
||||
Type: string(1..)
|
||||
Label: LDAP bind distinguished name*
|
||||
Description: The username which this bootstrap appliance will use for LDAP queries.
|
||||
DefaultValue: ''
|
||||
Configurations: '*'
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: ldap.password
|
||||
Type: password(1..)
|
||||
Label: LDAP bind password*
|
||||
Description: The password which this bootstrap appliance will use for LDAP queries.
|
||||
DefaultValue: ''
|
||||
Configurations: '*'
|
||||
UserConfigurable: true
|
||||
|
||||
---
|
||||
Variables:
|
||||
- Name: hostname.suffix
|
||||
|
Reference in New Issue
Block a user