Add refreshKrb5Config to GSSAPIBindRequestProperties
Currently it doesn't seem possible to specify refreshKrb5Config to force a refresh of the Kerberos configuration, via GSSAPIBindRequest and its associated properties class. I tried to extend GSSAPIBindRequest but writeSunJAASConfig() doesn't really allow for it. Is it possible to add a way to extend or support refreshKrb5Config directly?
Thanks.
It should be a fairly straightforward change to add this into the next release of the LDAP SDK. I'll try to get that in soon.
As a workaround, you should be able to provide your own JAAS configuration file instead of using one that is automatically generated by the LDAP SDK.
I've just committed a change that updates the LDAP SDK to add the ability to include the refreshKrb5Config property in the dynamically-generated JAAS configuration file. I've also added support for the useKeyTab and keyTab properties.
Thanks, that was fast! When are you expecting 3.0.1 to drop?
I don't have a specific date, but it will be within the next three weeks. Probably sometime during the week of December 14th.