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.

Reply via email to