Re: Chromium with kerberos

2017-04-18 Thread Robert Nagy
Hi

The OpenBSD chromium port is built without kerberos support.

On (2017-04-18 07:37), Jiri B wrote:
> Hi,
> 
> does OpenBSD chromium work with heimdal in ports?
> 
> I found following part in Chromium code
> https://github.com/adobe/chromium/blob/master/net/net.gyp#L800
> which makes me doubtful.
> 
> ...
> ['use_kerberos==1', {
>   'defines': [
> 'USE_KERBEROS',
>   ],
>   'conditions': [
> ['OS=="openbsd"', {
>   'include_dirs': [
> '/usr/include/kerberosV'
>   ],
> }],
> ...
> 
> And if it does work, do I have to put '--auth-server-whitelist=.example.com'
> as cmd option?
> 
> j.
> 



Chromium with kerberos

2017-04-18 Thread Jiri B
Hi,

does OpenBSD chromium work with heimdal in ports?

I found following part in Chromium code
https://github.com/adobe/chromium/blob/master/net/net.gyp#L800
which makes me doubtful.

...
['use_kerberos==1', {
  'defines': [
'USE_KERBEROS',
  ],
  'conditions': [
['OS=="openbsd"', {
  'include_dirs': [
'/usr/include/kerberosV'
  ],
}],
...

And if it does work, do I have to put '--auth-server-whitelist=.example.com'
as cmd option?

j.