Enable basic authentication in the PDF Service and the R service
- InComputer Management>System Tools>Local Users and Groups, create the following:
- A new user group calledFaxUser
- A new user calledfaxpluginand selectPassword never expires. Do not use URL specific special characters (@/%^#) in the username and password.
- InLocal Users and Groups, clickUsers.
- On theUsers Propertiesscreen, in theMemberslist, clickfaxplugin.
- ClickRemove.You must remove thefaxpluginuser fromLocal Users and Groupsbecause user groups have access to multiple directories on the computer. By default, new users are attached to the users group.
- ClickOK.
- In theLocal Users and Groupsfolder, selectFaxUserfrom the list.
- In theFaxUsers Propertiesdialog box, complete the following tasks:
- In theSelect this object typefield, enterUsers or Built-in security principals.
- In theFrom this locationfield, enterODC-NDS-DEV1.
- In theEnter the object names to selectfield, enterODC-NDS-DEV1\faxplugin.
- ClickOK.
- ClickAdd.
- ClickApply.
- InIIS Manager, go toSites>Default Web Site>PDFService.
- In theAuthenticationsection, enableBasic Authenticationand disableAnonymous Authentication.
- Repeat steps 11 and 12 for R services to enable basic authentication and disable anonymous authentication.
- Add the following HTTP configuration parameters to thends.plugins.faxconfiguration file:<ndsHTTPAuthEnabled>true</ndsHTTPAuthEnabled><!-- HTTP Basic Auth Username/Password of NDS IIS (R & PDF service). --><ndsHTTPUsername>faxplugin</ndsHTTPUsername><ndsHTTPPassword>Test1234*</ndsHTTPPasswordFor more information about Fax plug-in configuration parameters, see Update configuration parameters.
- Restart theIISandAthocDeliveryServiceservices.