All of lore.kernel.org
 help / color / mirror / Atom feed
* How do you script linux GIT client to pass kerberos credential to apache enabled GIT server?
@ 2017-04-03 16:04 ken edward
  2017-04-03 16:20 ` Randall S. Becker
  2017-04-04 10:12 ` Mantas Mikulėnas
  0 siblings, 2 replies; 3+ messages in thread
From: ken edward @ 2017-04-03 16:04 UTC (permalink / raw)
  To: git

Hello,

I have my git repositories behind an apache server configured with
kerberos. Works fine if the user is logged in on their workstation.
Apache gets the kerberos credential, and validates, and  then sends
the GIT repo being requested.

BUT, I want to write a script on linux that will also pass the
kerberos credential to the apache GIT server without having any
manually intervention. Seems I would create a kerberos keytab for the
principal and then use that to authenticate.... kinit supports
authenticating from a keytab using the -k -t <keytab-path> options,
but has anyone done this?

Keith

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-04 10:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 16:04 How do you script linux GIT client to pass kerberos credential to apache enabled GIT server? ken edward
2017-04-03 16:20 ` Randall S. Becker
2017-04-04 10:12 ` Mantas Mikulėnas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.