kerberos
Here are 213 public repositories matching this topic...
-
Updated
May 8, 2020 - Ruby
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!
WatchAD 和WatchAD-Web的保姆级安装教程: http://bigyoung.cn/blog/posts/23/
LDAP认证失败
-
Updated
Jun 3, 2020 - Python
-
Updated
May 30, 2020 - Go
Documentation Needs
Nuget Usage
Document nuget process
In nuget, this is the package for install...
Install-Package Waffle.AD
Here is how it was uploaded using our current project as it includes nuget from the root using powershell.
./nuget.exe push Waffle.AD.1.8.3.nupkg ${apikeyhere} -Source https://www.nuget.org/api/v2/package
Here is how it is packed for uploading...
-
Updated
Apr 19, 2020 - JavaScript
-
Updated
May 29, 2020 - Java
-
Updated
Feb 20, 2020
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:
- On the master export the c
-
Updated
May 14, 2020 - C#
Currently log spinner will stay there if /api/log returns 404 (not enabled), instead relevant information should be showed in the user interface.
-
Updated
Jun 14, 2018 - PowerShell
-
Updated
Jun 3, 2020 - Perl
Proposing to add installation of "gettext" package via brew for installing on mac os, since "envsubst" seems not to be included in mac's bash by default. envsubst is required by the installation scripts.
brew install gettext
brew link --force gettext
Taken from: https://stackoverflow.com/questions/23620827/envsubst-command-not-found-on-mac-os-x-10-8
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
-
Updated
Jul 6, 2017 - Rust
-
Updated
Aug 9, 2019 - C#
-
Updated
May 31, 2020 - C#
-
Updated
Apr 29, 2019 - Go
-
Updated
May 5, 2020 - C
-
Updated
Oct 17, 2017 - Python
Improve this page
Add a description, image, and links to the kerberos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kerberos topic, visit your repo's landing page and select "manage topics."
When we search for cached tickets, we ccall ccache.getCredential() specifying the SPN we want to connect. If there are tickets in the cache, those are returned, but we never check whether or not that ticket returned is for the username we want to authenticate with.
Should that matter? I think so.. At least we s