Hello all.
System: Linux - FC3; Apache 1.3.33; PHP 5.0.5; OpenLDAP 2.2.13-2; Active Directory 2003
Is the default Email attribute in conf.php correct?
'homeDirectory' => array('mailto', 'textfield', t('Email'), 64, 64, ''),
I changed mine to 'mail' so that the field would map properly.
'mail' => array('mailto', 'textfield', t('Email'), 64, 64, ''),
If anyone makes a similar change, please note that Attributes displayed on user pages has to be reconfigured in settings=>ldap_integration before any changes to conf.php's $GLOBALS['ldap_attributes'] is visible in my account=>LDAP attributes. Otherwise, the edited field will disappear from a user's LDAP attributes.
Comments
Comment #1
pablobm commentedMy "error", sorry. It's just that last time I did tests against a user DB that mapped like that. I forgot to roll those changes back.
Comment #2
pablobm commentedAs this is fixed in the latest version, I'm closing this thread.