Comment out ldapwhoami

This commit is contained in:
Linus Sehn 2022-07-18 12:17:40 +02:00
parent f30a72043e
commit bc62f2556a

View File

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