python-kadmin
python-kadmin copied to clipboard
Python module for kerberos admin (kadm5)
Hi, We have ddjango application running with httpd server. when we use this module kadmin.init_with_password, it is causing httpd crash with segmentation fault. Any help is appreciated
In pip 20.1, I am unable to install python-kadmin. Here is my output: ``` (venv) [ec2-user@ ~]$ pip install python-kadmin Collecting python-kadmin Downloading python-kadmin-0.1.2.tar.gz (56 kB) |████████████████████████████████| 56 kB 2.1...
While using python-kadmin to administer kerberos principals(users), I am trying to use unlock method for unlocking a user but when I call the method, the call abruptly ends and terminates...
# Error :exclamation: When importing `kadmin` I get the following error: ``` (env) chris@x ~/lifecycle (master) » python3 main.py Traceback (most recent call last): File "main.py", line 4, in import...
in order to compile with Python 3.8.2, I had to OR METH_VARARGS with METH_KEYWORD. This seems to work for me, but I'm new to Python and uncertain of whether it's...
This should fix #58. `setup.py` calls `distutils.core.setup` twice, with two different `ext_modules`. This might have worked in the past, but the wheel mechanisms don't like it. Fix this by passing...
(gdb) run Starting program: /usr/bin/python3 warning: Loadable section ".note.gnu.property" outside of ELF segments [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Python 3.7.1 (default, Nov 23 2018, 10:01:49)...
Wheel cannot be built for python-kadmin. Installing directly works for some reason: ``` Running setup.py bdist_wheel for python-kadmin ... [?25l- \ | / - \ | / - \ |...
Upon startup the module loads the default realm from the configuration file and all subsequent operations are performed on on that system's default realm. We have three separate realms (development,...
> Python 3.5.3 (default, May 11 2017, 09:10:41) > [GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> import...