Skip to content
#

kerberos

Here are 213 public repositories matching this topic...

alexlipa91
alexlipa91 commented Sep 27, 2019

Hi there, probably stupid question but is there any detailed doc of what kind of content the config json can contain? I see you can setup username and password for each kernel: is this an authentication against the livy server?
Is there a way to specify the address of the server?
Also, is it possible to customize the location of the config.json file?

Thanks!

heimdal
macrotex
macrotex commented Dec 22, 2019

When trying to replicate from a master to a slave, in old versions of Heimdal (say, 1.5) I used to be able to do something like this:

my-master% hprop my-slave.example.com

That no long works. It gives the error
hprop: krb5_get_init_creds: Failed to find kadmin/hprop@example.com in keytab HDBGET: (unknown enctype)

What does work now is the following:

  1. On the master export the c

25+ DevOps CLI Tools - Kubernetes & code templates, Log Anonymizer, Hadoop HDFS & Hive tools, Solr/SolrCloud CLI, SQL ReCaser (MySQL, PostgreSQL, AWS Redshift, Snowflake, Apache Drill, Hive, Impala, Cassandra CQL, Microsoft SQL Server, Oracle, Couchbase N1QL, Dockerfiles, Pig Latin, Neo4j, InfluxDB), Linux, Nginx stats & HTTP(S) URL watchers for load balanced web farms, Ambari FreeIPA Kerberos, Datameer...

  • Updated Jun 3, 2020
  • Perl
tengcm2015
tengcm2015 commented May 24, 2019

What went wrong?

Name canonization result not right.

How do we reproduce?

>>> server_name = gssapi.Name('HTTP/fedora30.tcm.test@')
>>> server_hostbased_name = gssapi.Name('HTTP@' + FQDN, name_type=gssapi.NameType.hostbased_service)
>>> server_canon_name = server_name.canonicalize(gssapi.MechType.kerberos)
>>> server_hostbased_canon_name = server_hostbased_name.canonicalize(gss

Improve this page

Add a description, image, and links to the kerberos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kerberos topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.