grails - LDAP-authentication and local roles don't work -


Authentication by LDAP works like a charm, however, when I play a user role and secure a page in the requestmap;

/ books / show / ** and ROLE_USER ) This works only for local-only users, not authenticated by LDAP for users. ( IS_AUTHTHICATED_FULLY works, though)

How can I fix this?


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -