Previous Topic: Configuring the UNIX Password Synchronization FeatureNext Topic: Configure the pam.conf File


Configure the pam_CA_eta.conf File

Perform the following procedure to configure the pam_CA_eta.conf file.

To configure the pam_CA_eta.conf file

  1. Navigate to the /etc/pam_CA_eta folder.
  2. Edit the pam_CA_eta.conf file. This configuration file contains its own documentation.
    #
    #	CA - CA IdentityMinder
    #
    #	pam_CA_eta.conf
    #
    #	Configuration file for the Unix PAM password module "pam_CA_eta"
    #
    
    # keyword: server
    # description: the CA IdentityMinder LDAP server primary and optional alternate server hostname
    # value: a valid hostname and an optional server
    # default: no default
    server ETA_SERVER ALT_SERVER
    
    #
    
    # keyword: port
    # description: the numeric TCP/IP port number of the CA IdentityMinder LDAP server
    # value: a valid TCP/IP port number
    # default: 20390
    # port 20390
    
    
    # keyword: use-tls
    # description: does it use the secured LDAP over TLS protocol ?
    # value: yes or no
    # default: yes
    # use-tls yes
    
    # keyword: time-limit
    # description: the maximum time in seconds to wait for the end of an LDAP operation.
    # value: a numeric value of seconds
    # default: 300
    # time-limit 300
    
    # keyword: remote-server
    # description: identifies whether on premise or cloud Identity Manager 
    #              server is used.
    #              Cloud based server is accessed by proxying the requests 
    #              through the on-premise CS, requiring use of remote-server 
    #              set to 'yes'.
    # value: yes or no
    # default: no
    # remote-server no
    
    # keyword: size-limit
    # description: the maximum number of entries returned by the CA IdentityMinder server
    # value: a numeric value
    # default: 100
    # size-limit 100
    
    
    # keyword: root
    # description: the root DN of the CA IdentityMinder server
    # value: a valid DN string
    # default: dc=eta
    # root dc=eta
    
    
    # keyword: domain
    # description: the name of the CA IdentityMinder domain
    # value: a string
    # default: im
    # domain	im
    
    
    # keyword: user
    # description: the CA IdentityMinder Global User name used to bind to the CA IdentityMinder server
    # value: a valid Global User name string
    # default: etaadmin
    # user etaadmin
    
    
    # keyword: password
    # description: the clear-text password of the "binding" CA IdentityMinder Global User
    # value: the password of the above Global User
    # default: no default
    password SECRET
    
    
    # keyword: directory-type
    # description: the CA IdentityMinder Unix Endpoint type of this Unix server
    # value: ETC or NIS
    # default: ETC
    # endpoint-type ETC
    
    
    # keyword: endpoint-name
    # description: the CA IdentityMinder Unix Endpoint name of this Unix server
    # value: a valid Unix Endpoint name string
    # default:
    # ETC: the result of the "hostname" command (ie: gethostname() system call)
    # NIS: "domain [hostname]" where "domain" is the result of the "domainname" command
    #  (ie: getdomainname() system call) and "hostname" the result of the "hostname"
    #    command (ie: gethostname() system call)
    # endpoint-name dirname
    
    
    # keyword: tls-cacert-file
    # description: the name of the CA IdentityMinder CA certificate file
    # value: a valid full path file name
    # default: /etc/pam_CA_eta/et2_cacert.pem
    # tls-cacert-file /etc/pam_CA_eta/et2_cacert.pem
    
    
    # keyword: tls-cert-file
    # description: the name of the CA IdentityMinder client certificate file
    # value: a valid full path file name
    # default: /etc/pam_CA_eta/eta2_clientcert.pem
    # tls-cert-file /etc/pam_CA_eta/eta2_clientcert.pem
    
    
    # keyword: tls-key-file
    # description: the name of the CA IdentityMinder client private key file
    # value: a valid full path file name
    # default: /etc/pam_CA_eta/eta2_clientkey.pem
    # tls-key-file /etc/pam_CA_eta/eta2_clientkey.pem
    
    
    # keyword: tls-random-file
    # description: the name of the "pseudo random number generator" seed file
    # value: a valid full path file name
    # default: /etc/pam_CA_eta/prng_seed
    # tls-random-file /etc/pam_CA_eta/prng_seed
    
    
    # keyword: use-status
    # description: this module will exit with a non-zero status code in case of failure.
    # value: yes or no
    # default: no
    # use-status no
    
    
    # keyword: verbose
    # description: this module will display informational or error messages to the user.
    # value: yes or no
    # default: yes
    # verbose yes
    

Note: The server, domain and password parameters do not have a default value and need to be updated.