Configure Lync authentication
You can configure Lync authentication by updating
nds.plugins.lync
using the NDS
console.To configure Lync authentication, complete the following steps:
- In theNDSconsole, navigate toManagement>Configuration.
- Click to expandnds.plugins.lyncClickDefault.
- Copy and paste the following code statements into theValuefield:<nds.plugins.lync domainUser="alertadmin" domain="c2alerts.com" domainPassword="<ENCRYPTED_PASSWORD>" lyncUser="alertadmin@c2alerts.com" lyncServer="devcs.c2alerts.com" lyncServerPort="5061" maxImTasksPerExecution="500" maxVoiceTasksPerExecution="20"> </nds.plugins.lync>
- Specify the values for the authentication parameters using the information in the following table. You should keep the default values as shown.Lync network authentication configuration parameterDescriptiondomainUserValid user with administrative permissions on the Lync domaindomainDomain name for Lync domain. Format:<mydomain.com>domainPasswordPassword fordomainUserlyncUserLync login user. Format:<user@domain.com>lyncServerchange conditional coding backLync server name. Format<lync.domain.com>lyncServerPortLync server port. The default is 5061.maxImTasksPerExecutionInternal setting. Do not change.maxVoiceTasksPerExecutionInternal setting. Do not change.
- ClickUpdate.