@@ -0,0 +1,9 @@
+
+SELECT
+ order.id, order._group, order.username
+FROM
+ /matrix/ldap "order" where order.username = 'admin'
+/**
+output()
+**/
+;