Hi Ahmad
Django-wiki uses the built-in Django permission system from django.contrib.auth
I'm not sure what LDAP integration that you use and how it handles the Django permission groups. But quite likely, all of this is not handled anymore, hence no one can see them.
You would have to either remove the permissions from all pages or write your own integration that matches your LDAP.
While customization of permission stuff hasn't been widely applied, you can find many settings (wiki.conf.settings.CAN_*) which you can replace with callables that return True/False given a user account and an article:
https://django-wiki.readthedocs.io/en/master/settings.html
Good luck!
B
--
You received this message because you are subscribed to the Google Groups "django-wiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-wiki...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-wiki/b8c0dbb0-5ae9-4739-b6d9-900af98e6aean%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-wiki/36114426-c904-dd12-d532-b49263ea0d8b%40gmail.com.