Technical information

© 2013 by Omtool, Ltd. All rights reserved. Omtool, AccuRoute and the Company logo are trademarks of the Company. Trade names and trademarks of other companies appearing in this document are the property of their respective owners.
6-3Ricoh Embedded Software Architecture (ESA) Device Client v1.4 Installation and Integration Guide
Section 6: Optional configuration
Configuring User PIN with password
By default, the PIN authentication is validated against the employeeID in Active Directory. To configure validation
against any other Active Directory field other than employeeID, you need to configure the <Filter> node as shown
in the following procedure.
To configure user PIN with password:
1 Navigate to the directory:
C:\Program Files\omtool\HPOXP\Configuration
2 Open Configuration.Ricoh.xml for editing.
3 Now go to the <Type> node and change the value of the node to PIN:
<Type>PIN</Type>
4 If <UseABService="true">, username and password is not required to authenticate against the
LDAP Server.
If <UseABService="false"> username and password is required to authenticate against the
LDAP Server. The following example shows how you can provide the username and password.
<Username>administrator@domain.net</Username>
<Password>yourpassword@2006</Password>
Note The username should be a fully qualified domain name.
5 When validating against Active Directory, if the field is anything other than employeeID (the default),
add the <Filter> node under <Search UseABService> node. For example,
<Filter>facsimileTelephoneNumber</Filter>
<Attributes></Attributes>
6 Go to the <User> node and change the value of the <Label> node to PIN:
<Label>PIN:</Label>
7 Go to the <Password> node and change the value of the <Label> node to Password:
<Label>Password:</Label>
8 After you finish making necessary change, save the file.
9 Restart the World Wide Web Publishing service.
10 Stop and restart the OmtoolXlet application at the device.