|
1 | 1 | logLevel: debug
|
2 | 2 | global:
|
3 | 3 | ldapDomain: "singlenode.org"
|
| 4 | + existingSecret: "my-super-secret" |
4 | 5 | resources:
|
5 | 6 | limits:
|
6 | 7 | cpu: "128m"
|
7 | 8 | memory: "64Mi"
|
8 | 9 | replicaCount: 1
|
9 | 10 | replication:
|
10 | 11 | enabled: false
|
| 12 | +# customLdifFiles: |
| 13 | +# 0-root.ldif: |- |
| 14 | +# dn: dc=singlenode,dc=org |
| 15 | +# objectClass: top |
| 16 | +# objectClass: dcObject |
| 17 | +# objectClass: organization |
| 18 | +# o: MY-DOMAIN |
| 19 | +# dc: singlenode |
| 20 | +# 02-users-group.ldif: |- |
| 21 | +# dn: ou=users,dc=singlenode,dc=org |
| 22 | +# ou: users |
| 23 | +# objectClass: organizationalUnit |
| 24 | +# objectClass: top |
| 25 | +# 01-admin-read-user.ldif: |- |
| 26 | +# dn: cn=admin-read,dc=singlenode,dc=org |
| 27 | +# cn: admin-read |
| 28 | + |
| 29 | +# objectClass: inetOrgPerson |
| 30 | +# objectClass: top |
| 31 | +# userPassword: {SSHA}E2vRX2ssn7ckfjXBzP27SZH9Ast4rOEo |
| 32 | +# sn: Admin read only |
| 33 | +# customAcls: |- |
| 34 | +# dn: olcDatabase={2}mdb,cn=config |
| 35 | +# changetype: modify |
| 36 | +# replace: olcAccess |
| 37 | +# olcAccess: {0}to * |
| 38 | +# by dn.exact=gidNumber=0+uidNumber=1001,cn=peercred,cn=external,cn=auth manage |
| 39 | +# by * break |
| 40 | +# olcAccess: {1}to attrs=userPassword,shadowLastChange |
| 41 | +# by self write |
| 42 | +# by dn="cn=admin,dc=singlenode,dc=org" write |
| 43 | +# by anonymous auth by * none |
| 44 | +# olcAccess: {2}to * |
| 45 | +# by dn="cn=admin-read,dc=singlenode,dc=org" read |
| 46 | +# by dn="cn=admin,dc=singlenode,dc=org" write |
| 47 | +# by self read |
| 48 | +# by * none |
11 | 49 | ltb-passwd:
|
12 | 50 | ingress:
|
13 | 51 | hosts:
|
14 | 52 | - "ssl-ldap2.example"
|
| 53 | + # ldap: |
| 54 | + # searchBase: "ou=users,dc=singlenode,dc=org" |
| 55 | + # bindDN: "cn=admin-read,dc=singlenode,dc=org" |
| 56 | + # passKey: LDAP_ADMIN_READ_PASSWORD |
15 | 57 | phpldapadmin:
|
16 | 58 | ingress:
|
17 | 59 | hosts:
|
|
0 commit comments