S4U2Proxy
Rajbir Chahal via krbdev <[email protected]> Mon, 12 Aug 2024 15:21:05 +0000
| Newsgroups | gmane.comp.encryption.kerberos.devel |
|---|---|
| Message-ID | <SJ0PR10MB5744049246FB3224D9FD94DE82852@SJ0PR10MB5744.namprd10.prod.outlook.com> |
Hello,
I am using a sample program to test S4U2Proxy functionality. KDC is setup to use the default KDB module, db2.
On calling krb5_get_credentials_for_proxy(), the MIT KDC returns error
'-1765328371/KDC can't fulfill requested option'.
krb5kdc.log has log message -
Aug 02 16:15:40 phoenix535877 krb5kdc[389029](info): TGS_REQ (8 etypes {aes256-cts-hmac-sha1-96(18),
aes128-cts-hmac-sha1-96(17), aes256-cts-hmac-sha384-192(20), aes128-cts-hmac-sha256-128(19),
DEPRECATED:des3-cbc-sha1(16), DEPRECATED:arcfour-hmac(23), camellia128-cts-cmac(25),
camellia256-cts-cmac(26)}) 100.70.104.158: UNSUPPORTED_S4U2PROXY_REQUEST: authtime 1722614569,
cdbsvc2X/[email protected]
for cdbdst1/[email protected],
KDC can't fulfill requested option
In KDC, krb5_db_allowed_to_delegate_from() returns KRB5_PLUGIN_OP_NOTSUPP because 'v->allowed_to_delegate_from == NULL'.
Is S4U2Proxy not supported by default KDB module (db2)?
thanks,
Rajbir
_______________________________________________
krbdev mailing list [email protected]
https://mailman.mit.edu/mailman/listinfo/krbdev