-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathsitedefault.yaml
More file actions
28 lines (28 loc) · 904 Bytes
/
sitedefault.yaml
File metadata and controls
28 lines (28 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
cacerts:
config:
application:
sas.identities.providers.ldap.connection:
host: ldap-svc
password: Password123
port: 389
url: ldap://${sas.identities.providers.ldap.connection.host}:${sas.identities.providers.ldap.connection.port}
userDN: cn=admin,dc=example,dc=com
sas.identities.providers.ldap.group:
baseDN: ou=groups,dc=example,dc=com
accountId: cn
member: uniqueMember
memberOf: memberOf
objectClass: groupOfUniqueNames
objectFilter: (objectClass=groupOfUniqueNames)
searchFilter: cn={0}
sas.identities.providers.ldap.user:
baseDN: ou=people,dc=example,dc=com
accountId: uid
memberOf: memberOf
objectClass: inetOrgPerson
objectFilter: (objectClass=inetOrgPerson)
searchFilter: uid={0}
sas.logon.initial.password: Password123
identities:
administrator: 'viya_admin'