Active
Project:
LDAP integration
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2010 at 19:18 UTC
Updated:
16 Jul 2010 at 21:07 UTC
I have this module installed and working great against our AD LPAP, but what I was hoping for was a SSO interface, as done in this older module:
http://drupal.org/project/webserver_auth
Any advice on how I can get the authentication (using the IIS server) for an automatic login PLUS the role and information synch I get from the LDAP Integration module?
Comments
Comment #1
verta commentedAnyone have any ideas for me?
Comment #2
b_kim commentedNot sure if this will help but here's a link for you.
http://www.pingidentity.com/support-and-downloads/product-documentation/...
Comment #3
dgeo commentedsame problem here: see http://drupal.org/node/533762 (CAS sso, but it seems to apply with any !ldapauth authentication system)
Comment #4
geste commentedVerta, All,
I had same issue. Using webserver_auth (against Pubcookie SSO on Apache) but wanted local LDAP groups for Drupal roles. I did it with some crude hacks to force 'ldapauth" into authmap records in place of "webserver_auth" and bypassing a couple of ifs. My memory is fuzzy.
I am now trying to clean it up a bit and apply against latest ldap_integration with included ldap_sync. I'll see if I can come up with something I can share.
Jim
Comment #5
verta commentedI may have time to try the patch on this issue, which seems to be working on this also.
#324732: Webserver authentication (http://drupal.org/node/324732)