John Bazik

Results 4 comments of John Bazik

I am seeing this, too. I'm using - Python 3.7 - Django 2.2.24 - Django-cms 3.9.0 It's just as @darbula says. I have simple auth backend that provides object permissions...

So, it shouldn't be this? ``` cred_store = ccache:FILE:/tmp/krb5cc_%U allow_any_uid = yes ``` I was expecting gssproxy to chown the ccache to the user, which it doesn't do.

I think I understand now that the cred_store ccache is for gssproxy's internal use. After I got things working, I could see in strace that gssd actually creates the ccache...

The release tagged v3.2.0 identifies itself as version="3.3.1" in setup.py.