Integration: Oracle Access Manager and WNA
Hello friends,Performing the procedure to integrate the WNA with Oracle Access Manager 11gR2, I have a problem when I run the command:
[oracle@oam11g keyOAM]$kinit -V -k HTTP/oam11g.domain.com@domain.com -p /opt /keyOAM/key.keytab
the result is the following:
Using default cache: / tmp/krb5cc_500
Using principal: HTTP/oam11g.domain.com@domain.com
Using keytab: /opt/keyOAM/key.keytab
kinit: Key table entry not found while getting initial credentials
File: ket.keytab was generated in Windows Server 2008 SP2 where the Active Directory with the following command:
Ktpass-princ HTTP/oam11g.domain.com@DOMAIN.COM -mapuser DOMAIN/oam2012 oamuser -pass -out c:\keyOAM\key.keytab
[oracle@oam11g keyOAM]$kinit -V -k HTTP/oam11g.domain.com@domain.com -p /opt /keyOAM/key.keytab
the result is the following:
Using default cache: / tmp/krb5cc_500
Using principal: HTTP/oam11g.domain.com@domain.com
Using keytab: /opt/keyOAM/key.keytab
kinit: Key table entry not found while getting initial credentials
File: ket.keytab was generated in Windows Server 2008 SP2 where the Active Directory with the following command:
Ktpass-princ HTTP/oam11g.domain.com@DOMAIN.COM -mapuser DOMAIN/oam2012 oamuser -pass -out c:\keyOAM\key.keytab
0