Anyone know how to authenticate against AD or LDAP using v9 or increase the v9 Administration tools capacity to handle larger scripts.
Have an existing LDAP authentication script that we have modified to work with v9 that is a little larger than the out-of-the-box authentication scripts and when trying to upload the LDAP authentication script get the following error:
"The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:attachment. The InnerException message was 'There was an error deserializing the object of type AdminToolsWCFService.MBPMAttachment. The maximum array length quota (16384) has been exceeded while reading XML data. This quota may be increased by changing the MaxArrayLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 1, position 23119.'. Please see InnerException for more details."
Have tried adding “wsHttpLargeMessageBinding” to the bindingConfiguration in the bindings and services of the Administration Web.config to increase the upload capacity without any success.
How do I either 1) authenticate users at login using AD or LDAP without using SSO or 2) how do I upload a larger authentication script into the administrator authentication script tool?
Thanks!