MIS Manager wrote: > I figured I would have to edit the string, but how? I currently use > (mail=EMAILADDRESS). I have tried (mail:=EMAILADDRESS) and this does not > work. I have also tried using another field (otherMAILBOX=EMAILADDRESS) and > this doesn't work either. > > I lack complete understanding of how this field works in ASSP, because the > labels shows an example of proxyaddresses=smtp:EMAILADDRESS, but I can't get > it to work with smtp in front of email address. Is there some way to put in > the search string an exact match specifier like "" ?
"proxyaddresses=smtp:EMAILADDRESS " is appropriate for Active Directory/Exchange (which is what I also use). No quotes used in the actual field. Its not a matter of how it works in ASSP, its a matter of how LDAP queries work, which is where I suppose you should start your Google exploration. There are free LDAP query tools that you can test with the get a feel for how a new string would work for you. However, I would concentrate on determining why the example does not work for you. From the sounds of your setup - it should. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
