Using Kerberos authentication

If a user logs in at a printer using Kerberos, then the LDD system uses the credentials to manipulate network files or interact with ECM systems.

Notes:

The following objects use Kerberos authentication:

If necessary, Kerberos tickets are accessed, and no additional scripting is necessary.

Note: Credentials set for an object in a solution script override Kerberos credentials.

You can set a KDC address and realm within a script using the credentials top-level object:

credentials.add(“kdc”, “myhost.mycompany.com”);
credentials.add(“realm”, “myrealm.mycompany.com”);