Name: | python2-krbcontext |
---|---|
Version: | 0.8 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 88682 |
License: | GPLv3 |
RPM: | python2-krbcontext-0.8-2.el7.noarch.rpm |
Source RPM: | python-krbcontext-0.8-2.el7.src.rpm |
Build Date: | Sun Oct 29 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/krbcontext/python-krbcontext |
Summary: | A Kerberos context manager |
Description: | krbcontext provides a Kerberos context that you can put code inside, which requires a valid ticket in credential cache. krbcontext is able to initialize credential cache automatically on behalf of you according to the options you specify. It can initialize with keytab or a regular user's Kerberos name and password. You can use krbcontext as a context manager with with statement, or call API directly to check credential cache and even initialize by yourself. |