Try again

This commit is contained in:
Linus Sehn 2022-07-18 12:04:57 +02:00
parent 8f81e510fa
commit f30a72043e

View File

@ -17,7 +17,7 @@ steps:
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
- 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