Now that we have libini_config support working, it's about time to deprecate krb5_ccache, krb5_keytab and krb5_client_keytab and instead use a multivalued parameter which can be easier forwarded to the cred_store API (gss_aquire_cred_from()).
The format would be something like
cred_store = client_keytab:/var/lib/client/%U/keytab cred_store = ccache:/where/ever...
This would also mean to remove iniparser support as it can not deal with that.
Patches for this are here http://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/log/?h=master-cred_store_config and up for discussion :)
Fixed in: 3bc4655
Metadata Update from @gd: - Issue assigned to gd - Issue set to the milestone: 2013 April