mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-15 00:12:48 +00:00
8 lines
316 B
Bash
8 lines
316 B
Bash
#!/bin/sh
|
|
|
|
# $Id$
|
|
|
|
../../echoping -m ldap -v db.debian.org --base=dc=debian,dc=org --scope=sub
|
|
# TODO: ldapsearch works with the bts2ldap gateway but gq and echoping fail
|
|
#../../echoping -m ldap -v master.debian.org --port=10101 --scope=sub --base='dc=current,dc=bugs,dc=debian,dc=org' '(debbugsPackage=ldap-utils)'
|