rjancewicz / python-kadmin

Python module for kerberos admin (kadm5)
MIT License
35 stars 40 forks source link

kadmin.init_with_password with python 2.7 causing httpd crashes with segmantation fault #69

Open KeerthigaKrishnan opened 2 years ago

KeerthigaKrishnan commented 2 years ago

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

tucked commented 2 years ago

might be the same as #63 or #68

KeerthigaKrishnan commented 2 years ago

When i test in python shell, it is working fine. with django & httpd, it is getting segmentation fault.