Article ID: 302
Last updated: 02 Feb, 2011
This article will bring together resources / screenshots / examples on how to test and verify that password extraction has properly been configured and that the tests pass. How to configure NMAS Authentication
Configure WebParts to use NMASIn the web.config file of your SharePoint server, under the <configuration> element, add a <connectionStrings> element, with the following format: <configuration>
... <connectionStrings> <add name="RivaNMAS" connectionString="host='10.10.2.140';port='636'; distinguishedName='cn=admin,ou=users,o=omni';password='abcdefg'; emailAttribute='mail';userNameAttribute='cn';userContainer='ou=users,o=omni'; userDNAttribute='entryDN';scope='SubTree'" /> </connectionStrings> ... </configuration> Be sure to adjust the parameters as appropriate for your system. In particular, pay attention to these parameters:
Note: Ensure you leave the ' around each value inside the connectionString="" XML attribute
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 302
Last updated: 02 Feb, 2011
Revision: 1
Views: 5144
Comments: 0
|