mirror of
https://git.fsfe.org/fsfe-system-hackers/innernet-playbook.git
synced 2024-11-21 22:23:10 +01:00
Comment out ldapwhoami
This commit is contained in:
parent
f30a72043e
commit
bc62f2556a
32
.drone.yml
32
.drone.yml
@ -1,23 +1,23 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
# kind: pipeline
|
||||||
type: docker
|
# type: docker
|
||||||
name: test LDAP connection
|
# name: test LDAP connection
|
||||||
|
|
||||||
clone:
|
# clone:
|
||||||
disable: true
|
# disable: true
|
||||||
|
|
||||||
node:
|
# node:
|
||||||
cont: test
|
# cont: test
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: test innernet connections from meitner
|
# - name: test innernet connections from meitner
|
||||||
pull: if-not-exists
|
# pull: if-not-exists
|
||||||
image: nixery.dev/shell/openldap
|
# image: nixery.dev/shell/openldap
|
||||||
environment:
|
# environment:
|
||||||
LDAP_PW_FRED:
|
# LDAP_PW_FRED:
|
||||||
from_secret: ldap_pw_fred
|
# from_secret: ldap_pw_fred
|
||||||
commands:
|
# 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
|
# - 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
|
kind: pipeline
|
||||||
|
Loading…
Reference in New Issue
Block a user