Skip Navigation

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:
  1. In the 
    NDS
     console, navigate to 
    Management
     > 
    Configuration
    .
  2. Click to expand 
    nds.plugins.lync
     Click 
    Default
    .
  3. Copy and paste the following code statements into the 
    Value
     field:
    <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>
  4. 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 parameter
    Description
    domainUser
    Valid user with administrative permissions on the Lync domain
    domain
    Domain name for Lync domain. Format: 
    <mydomain.com>
    domainPassword
    Password for 
    domainUser
    lyncUser
    Lync login user. Format: 
    <user@domain.com>
    lyncServer
     change conditional coding back
    Lync server name. Format 
    <lync.domain.com
    >
    lyncServerPort
    Lync server port. The default is 5061.
    maxImTasksPerExecution
    Internal setting. Do not change.
    maxVoiceTasksPerExecution
    Internal setting. Do not change.
  5. Click 
    Update
    .