mirror of
https://git.fsfe.org/fsfe-system-hackers/innernet-playbook.git
synced 2024-11-24 23:53:11 +01:00
Try bitnami image with older openldap
This commit is contained in:
parent
c15a4b78d5
commit
08b0e6723f
21
.drone.yml
21
.drone.yml
@ -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
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
Loading…
Reference in New Issue
Block a user