Configuring multiple domain support for solutions

If multiple domain support is enabled in Solutions Configuration, then do the following:

  1. Using a text editor, open the <install‑Dir> \Lexmark\Solutions\apps\printrelease\WEB‑INF\classes\ ldap.properties file, where <install‑Dir> is the installation folder of LDD.
  2. Configure the following entries:
    # comma-separated list of all fully qualified domain name (all in lower case, no spaces)
    ldap.domainNames=
    
    # determines how we search for direct print user's domain otherwise, use name as is
    # 0 = don't search; use name as is
    # 1 = stop search at first match
    # 2 = search all domains and select only if one match found;
    ldap.searchUsers=
    
    Note: Make sure to add and configure the following entries for each domain in your environment with their appropriate values.
    # ldap settings for each domain; all entries required but can be left blank if not needed/applicable.
    # Change <domain> to appropriate value, for example, if domain is "somegroup.somecompany.com", then
    # ldap.somegroup.somecompany.com.server=somevalue
    ldap.<domain>.server=
    ldap.<domain>.port=
    
    #valid value for the ssl is either 0 or 1
    ldap.<domain>.ssl=
    
    ldap.<domain>.searchbase=
    ldap.<domain>.domain=
    ldap.<domain>.loginuser=
    ldap.<domain>.loginpw=
    ldap.<domain>.userattr=
    ldap.<domain>.mailattr=
    ldap.<domain>.homedirattr=
    ldap.<domain>.custom1attr=
    ldap.<domain>.custom2attr=
    ldap.<domain>.custom3attr=
    
    # LPM-Scan To Network settings domain is always required; should be the short domain name
    snf.<domain>.domain=
    
    # user and pw can be left blank if not using a service account
    snf.<domain>.user=
    snf.<domain>.pw=
    
    # fileshare can be left blank if not using one of the Fileshare destination options
    snf.<domain>.fileshare=
  3. Save the file.
  4. Restart the Lexmark Solutions Application Server service.