mirror of
https://git.fsfe.org/fsfe-system-hackers/innernet-playbook.git
synced 2024-11-21 22:23:10 +01:00
test LDAP connection in CI
This commit is contained in:
parent
9b421ab7c7
commit
c45985ae66
20
.drone.yml
20
.drone.yml
@ -1,3 +1,23 @@
|
||||
---
|
||||
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: nixery.dev/shell/openldap
|
||||
environment:
|
||||
LDAP_PW_FRED: 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
|
||||
|
Loading…
Reference in New Issue
Block a user