Try bitnami image with older openldap

This commit is contained in:
Linus Sehn 2022-07-18 15:16:30 +02:00
parent c15a4b78d5
commit 08b0e6723f

View File

@ -1,3 +1,24 @@
---
kind: pipeline
type: docker
name: test LDAP connection
clone:
disable: true
node:
cont: test
steps:
- name: test innernet connections from meitner
pull: if-not-exists
image: bitnami/openldap:2.4
environment:
LDAP_PW_FRED:
from_secret: ldap_pw_fred
commands:
- ldapwhoami -vvv -h 10.200.64.9 -p 389 -D uid=fred.bloggs,ou=fellowship,dc=fsfe,dc=org -x -w $LDAP_PW_FRED
---
kind: pipeline
type: docker