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:
FileClass
LdapClass
SharePointClass
TextFileClass
If necessary, Kerberos tickets are accessed, and no additional scripting is necessary.
You can set a KDC address and realm within a script using the
top-level object:credentials.add(“kdc”, “myhost.mycompany.com”); credentials.add(“realm”, “myrealm.mycompany.com”);