Re: clone vs submodule operation with HTTP cURL

2017-05-16 Thread Jean-Francois Bouchard
Hello, Anyone can help with this ? The workaround is hardly possible in a medium environment as it needs editing and adding env to everyone and in every clone. Thanks !! JF On Mon, May 15, 2017 at 5:38 PM, Jean-Francois Bouchard wrote: > Hello, > > Follow-up to this post. > &g

Re: clone vs submodule operation with HTTP cURL

2017-05-15 Thread Jean-Francois Bouchard
does not work. Any ideas ? Thanks, JF On Thu, May 11, 2017 at 6:04 PM, Jean-Francois Bouchard wrote: > Hello everyone, > > In our usage of GSSAPI via HTTPS, all our operation with git are very > well handle, however, when trying to update a submodule, git seems to > be managing c

clone vs submodule operation with HTTP cURL

2017-05-11 Thread Jean-Francois Bouchard
Hello everyone, In our usage of GSSAPI via HTTPS, all our operation with git are very well handle, however, when trying to update a submodule, git seems to be managing cURL differently. cURL drop the ball quickly. Example (No other setup needed on the client) : git clone HTTPrepo -> GET -> 401 ->

Re: Git + mod_auth_kerb

2014-07-22 Thread Jean-Francois Bouchard
PM -0400, Jean-Francois Bouchard wrote: >> Hello, >> >> We are currently working on a single sign on setup for our git install. We >> are >> using git 2.0.2 (ubuntu) plus apache/2.2.22 mod_auth_kerb on the >> server side. Here some scenario we are trying to accomp

Git + mod_auth_kerb

2014-07-21 Thread Jean-Francois Bouchard
Hello, We are currently working on a single sign on setup for our git install. We are using git 2.0.2 (ubuntu) plus apache/2.2.22 mod_auth_kerb on the server side. Here some scenario we are trying to accomplish : -Without Kerberos ticket stored. Git ask for username/password. Result = Authenticat