You should be able to see all the user's if you connect with an LDAP browser.
The current PO demo has a regex like:
/\bGR\w{6}-\w{5}\b/g;
Try one like: GR9328B2-3X499
For an external LDAP you just need to write an LDAP filter. Use %s to match the user name. |