|
@@ -13,6 +13,8 @@ spring:
|
|
|
smtp:
|
|
smtp:
|
|
|
auth: true
|
|
auth: true
|
|
|
starttls.enable: true
|
|
starttls.enable: true
|
|
|
|
|
+ subject:
|
|
|
|
|
+ prefix: "[CRSS 2.0 - Trial Operation]"
|
|
|
crss:
|
|
crss:
|
|
|
ldap:
|
|
ldap:
|
|
|
protocol: LDAP
|
|
protocol: LDAP
|
|
@@ -25,4 +27,4 @@ crss:
|
|
|
username-field: "userPrincipalName"
|
|
username-field: "userPrincipalName"
|
|
|
domain: "wesmsys.local"
|
|
domain: "wesmsys.local"
|
|
|
embedded: false
|
|
embedded: false
|
|
|
- passwordOpEnabled: false
|
|
|
|
|
|
|
+ passwordOpEnabled: false
|