View Single Post
  #2 (permalink)  
Old 11-29-2005, 04:44 PM
KevinH KevinH is offline
Zimbra Employee
 
Posts: 4,792
Default

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.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote