If a user logs in at a printer by using Kerberos, then the LDD system uses the credentials to do the following:
Manipulate network files.
Interact with ECM systems.
Notes:
Notes:
Obtain the printer IP address. Do either of the following:
Locate the IP address on the top of the printer home screen.
View the IP address in the TCP/IP section of the Network/Ports menu.
From the Embedded Web Server, click Settings > Security > Security Setup.
From the Advanced Security Setup section, click Kerberos 5.
Import or create a Kerberos configuration file.
To import a configuration file, do the following:
Note: Importing a configuration file allows more control over Kerberos tickets. |
From the Import Kerberos File section, browse to the Kerberos configuration file.
Click Submit.
The following example represents a minimal configuration file:
[libdefaults] default_realm = MY.REALM kdc_timesync = 1 forwardable = true [realms] MY.REALM = { kdc = MY.KDC.ADDRESS }
Note: When a configuration file is used, tickets must be marked forwardable by default. For more information, see the Kerberos documentation. |
To create a configuration file, do the following:
From the Simple Kerberos Setup section, in the KDC Address field, type the KDC address.
In the KDC Port field, enter the port number that is used by the Kerberos server. You can set the value to
– .In the Realm field, type the realm that is used by the Kerberos server.
Click Submit.
Add a security template. Do the following:
From the Advanced Security Setup section, click Security Template.
From the Manage Security Templates section, click Add a Security Template, and then type a security template name.
In the Authentication Setup menu, select Kerberos Building Block.
Click Save Template > Return to Security Setup.
Configure access controls for profiles.
From the Advanced Security Setup section, click Access Controls, and then select a security template. Do either of the following:
To apply the security template to all profiles on the printer, in the Use Profiles menu, select the security template that you created.
To apply the security template to an individual profile, do the following:
From LMC, determine the access control number of the profile.
Note: Keep the Embedded Web Server open while accessing LMC. |
Click the Device Groups tab.
From the Device Groups section, select the device group that contains the printer and the solution.
From the Tasks section, select Profiles.
From the main section, select a device class tab that corresponds to the device class of the printer.
Find the number beside Access Control.
Note: If appears beside Access Control, then an access control number is not assigned to the profile. For more information, contact your Lexmark representative. |
From the Embedded Web Server, in the Access Controls page, select a security template for the application corresponding to the access control number of the profile.
Click Submit.
Depending on the authentication setup, the printer may require user authentication before accessing the home screen or when accessing an LDD profile from the printer.
The LDD server that is requesting a Kerberos ticket must have the following components:
KDC address
Realm
If the KDC address and realm are determined from the ticket that is forwarded from the printer, then configuration is not necessary. A warning is included in the log indicating that the server is attempting to determine the KDC address and realm from a forwarded ticket.
To configure each LDD server for Kerberos authentication manually, do either of the following:
Create a duplicate Kerberos configuration file for the server.
We recommend specifying only the KDC address and realm for the server configuration. Name the configuration file
, and then save it in the \Lexmark\Solutions\Security folder on each server where LDD is installed. You may need to create the Security folder.Note: For more information on reading the Kerberos configuration file from another location, see the Apache Tomcat documentation. |
Set the KDC address and realm from the script. For more information, see the Lexmark Document Distributor SDK Guide.