Thanks for a great module. I am really starting to use it in a lot of cool ways. I have all aspects of the LDAP modules working but I am stuck on this one.

We have an custom ObjectClass called *ServiceAccess*. We add this class and an custom attribute(*servicename*) to accounts to provide ACCESS to certain URLS, most of which are NOT Drupal sites. We use Apache Authentication that checks for the *servicename* attribute. If the value is set properly, then access is granted.

Now, we have some accounts that may have 10 of these *servicename* attributes- some may have only one. Here is the challenge: I want to use the LDAP Data module and the profile fields to access this. My attempts with textarea didn't work- only the first value was returned.

So it appears that field/attribute will require some additions to ldapdata.conf.php.

Can you guide me as to how to do this?

Thanks!
DaveA

Comments

miglius’s picture

Here is the discussion on the multivalued fields: http://drupal.org/node/80015