Skip to content

Instantly share code, notes, and snippets.

@Elwell
Created May 28, 2013 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elwell/5663508 to your computer and use it in GitHub Desktop.
Save Elwell/5663508 to your computer and use it in GitHub Desktop.
BDII query
ldapsearch -LLL -x -h localhost -p 2170 -b GLUE2GroupID=grid,o=glue '(&(objectClass=GLUE2ComputingShare)(GLUE2ComputingShareMaxCPUTime=999999999))' | perl -p00e 's/\r?\n //g' | grep dn: | cut -d"=" -f5 | cut -d"," -f1 | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment