Sure, absolutely - feature requests are welcome :) Best,
Les On Tue, May 17, 2011 at 10:04 PM, emaayan <[email protected]> wrote: > ok, i did that, but can i open a feature request to externelize the query in > the ActiveDirectoryRealm? > > the simplest example would be instead of > String searchFilter = "(&(objectClass=*)(userPrincipalName={0}))"; > > use > String searchFilter = "(&(objectClass=*)("+getFieldName()+"={0}))"; > > > or you could externalize the entire query in a method..
