I currently received the following from a query ---snip--- <ldapanswer> <operation> <opertype>search</opertype> <searchfilter>(&(objectclass=BasicMobileDevice)(MDN=40000000))</searchfilter> <searchbase>o=Meta,</searchbase> <scope>2</scope> <countlimit></countlimit> <timelimit></timelimit> </operation> <searchresult> <dn>DeviceName=BMD11515761684792932,ou=BasicMobileDevices,ou=Devices,ou=Identities,o=Meta,</dn> <returnedattr>0</returnedattr> </searchresult> </operation> <responsecode>0</responsecode> <responsemessage>Success</responsemessage> </ldapanswer> ---snip---
And I'm trying to do a vars.put("setDestDN",... to the value of <dn> in the result. How might I accomplish this?
Thanks in advance Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

