Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Created October 14, 2012 01:38
Show Gist options
  • Save nialdarbey/3886925 to your computer and use it in GitHub Desktop.
Save nialdarbey/3886925 to your computer and use it in GitHub Desktop.
devkit sample
<!-- BEGIN_INCLUDE(ldap:search-1) -->
<!-- Case 1: Simple SUB_TREE search -->
<ldap:search baseDn="ou=people,dc=mulesoft,dc=org" filter="(&amp;(objectClass=person)(sn=Doe))" scope="SUB_TREE"/>
<!-- END_INCLUDE(ldap:search-1) -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment