As per the title really. I want to be able to add Contacts as customers. My LDAP setting is working fine with this setting:
Code: Select all
$Self->{'AuthModule::LDAP::AlwaysFilter'} = '(mail=*)';
When I change to this setting:
Code: Select all
$Self->{'AuthModule::LDAP::AlwaysFilter'} = '';
Do you know if this is possible please?