Oracle 19c & CMU (kerberos)
Hi,
I've succeeded in enable CMU on a linux database test server. A logon with a AD account went fine on my test database. But I've several servers and started creating a keytab files for the different servers with the following command:
ktpass -princ oracle/servername.domain.com@domain.com -pass <password> -k -mapuser user@domain.com-crypto ALL -ptype KRB5_NT_PRINCIPAL -out database.keytab
I did this for about 4 servers but the second ktpass command invalidates the first one because the kvno is increased every time a ktpass is executed.
One solution would be to use different users (-mapuser) for every server??