For Intelligence Server configuration for Integrated Authentication on Unix/Linux, please refer to KB19110.
For PostgreSQL database Kerberos configuration, you may need to consult your administrator. The following is an example.
yum install krb5-workstation krb5-libs krb5-auth-dialog
krb5.confat
/etc/krb5.conf. Please modify the file based on your case. The following is an example:
[libdefaults]
default_realm = LABS.Strategy.COM
dns_lookup_kdc = true
default_tkt_enctypes = RC4-HMAC
default_tgs_enctypes = RC4-HMAC
permitted_enctypes = RC4-HMAC
forwardable = true
udp_preference_limit = 1
[realms]
LABS.Strategy.COM = {kdc = labs-dc3-was.labs.Strategy.com:88
admin_server = labs-dc3-was.labs.Strategy.com:749
}
CORP.Strategy.COM = {kdc = corp-dc-hgh.corp.Strategy.com:88
admin_server = corp-dc-hgh.corp.Strategy.com:749
}
[domain_realm]
.labs.Strategy.com = LABS.Strategy.COM
labs.Strategy.com = LABS.Strategy.COM
.corp.Strategy.com = CORP.Strategy.COM
corp.Strategy.com = CORP.Strategy.COM
servicename/hostname@realm
POSTGRES/tec-l-013063.labs.Strategy.com@LABS.Strategy.COM
krb5_pg.keytabfile to the service server on a location, for example,
$PGDATA (var/lib/pgsql/12/data), and grant the user the correct privilege.
postgresql.confand
pg_hba.conffiles.
database.pdsfile by adding the following as shown below for PostgreSQL:
<property name="SupportsKerberos" value="1">

database.pdsfile for PostgreSQL on Developer.
odbc.inifile with the native PostgreSQL ODBC driver (PostgreSQL Unicode(x64)), and make sure to add the parameter
UserNamein the DSN.

krbusertd). You should be able to log in to Developer without entering credentials after you finish the steps in KB19110.



