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

verta’s picture

Anyone have any ideas for me?

b_kim’s picture

Not sure if this will help but here's a link for you.

http://www.pingidentity.com/support-and-downloads/product-documentation/...

dgeo’s picture

same problem here: see http://drupal.org/node/533762 (CAS sso, but it seems to apply with any !ldapauth authentication system)

geste’s picture

Verta, 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

verta’s picture

I 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)