Closed (fixed)
Project:
Lightweight Directory Access Protocol
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
20 Apr 2011 at 19:45 UTC
Updated:
31 May 2011 at 11:31 UTC
I'm trying to use this module in conjunction with CAS. I've got the CAS part working and have this module configured. It's successfully passing the test to bind to the LDAP server. However, it's not automatically pulling in the LDAP groups as Drupal roles. Any suggestions on how to debug this?
Comments
Comment #1
johnbarclay commentedThe bad news is authorization is broken in unstable 6. When its working again, we'll issue unstable 7. The good news is you are the use case that ldap authorization was rewritten for: ldap authorization without ldap authentication so you'll get extra special support when its ready. You might try unstable 5 just to see if it works for you, but your best bet is to wait a bit. I'll ping you when its working in head.
Comment #2
wernercd commentedGood to know Authorization is broken. Was testing right and not creating.
Is this the same issue that's causing this error?
Notice: Undefined variable: ldap_entry in _ldap_authorizations_user_authorizations() (line 189 of /var/www/sites/all/modules/ldap/ldap_authorization/ldap_authorization.inc).
Notice: Undefined variable: ldap_entry in _ldap_authorizations_user_authorizations() (line 189 of /var/www/sites/all/modules/ldap/ldap_authorization/ldap_authorization.inc).
Fresh-Updated install of Drupal 7, Unstable 6 ontop of Ubuntu Server 10.10. That error appears when Authorization is enabled so I assume it's related.
Comment #3
helmo commentedsubscribe
Comment #4
johnbarclay commentedCan you try this against 7.x-1.x-dev that. I committed the ldap authorization fixes and some simpletests.
Comment #5
helmo commentedA short test showed me that a role was now created, and no further error messages were shown.
Thanks
Comment #6
johnbarclay commentedI confirmed this also with simpletests in ldap authorization.