freeipa / freeipa-community-portal

[ABANDONED] FreeIPA Community Portal extension
GNU General Public License v3.0
4 stars 6 forks source link

Issue12 client keytab #19

Closed tiran closed 8 years ago

tiran commented 8 years ago

Add option to set KRB5_CLIENT_KTNAME and KRB5CCNAME

In order to simplify GSSAPI authentication for ipalib RPC, it is now possible to set KRB5_CLIENT_KTNAME env var from the portal's config file. The client keytab is then automatically used to authenticate remote prodecure calls.

Depends on PR #16 Closes #12

Signed-off-by: Christian Heimes cheimes@redhat.com