
I am not anywhere close to finished asking questions, but I just wanted to say thanks for such a great product. As I have been hacking at the guts of the program to customize it to my site, I am constantly amazed at how well thought out the program is and how clever it is at handling different events. My latest discovery that just amazes me are the CustomerUserSearchFields CustomerUserPostmasterSearchFields that define criteria you can search the LDAP database with. The default block of code comes with just three options (uid,cn,mail) with no further documentation about their purpose or function. But I discovered that I can pass an arbitrarily long list of LDAP properties to it and it will search on anyone of them. That just amazes me! My current search criteria looks like the following: CustomerUserSearchFields => ['displayName','sAMAccountName','givenname', 'sn', 'mail','description'] CustomerUserPostMasterSearchFields => ['displayName','sAMAccountName','givenname','sn','mail','description'] I can foresee adding address, phone number, and other identifiers to the list that will help me search out customers. Amazing. Absolutely amazing. Great job guys. Thanks for the hard work and the willingness to answer questions that I post. Tyler Hepworth