Koozali.org: home of the SME Server

LDAP and pseudonyms

Rick

LDAP and pseudonyms
« on: May 09, 2003, 12:58:02 PM »
Is it possible to show the pseudonyms as emaildresses in the webmail LDAP address book?

Rick

Re: LDAP and pseudonyms
« Reply #1 on: May 15, 2003, 12:28:30 AM »
Nobody?

huflueck

LDAP and pseudonyms
« Reply #2 on: September 07, 2004, 05:37:06 PM »
Hello Rick

Did you never ever have some reply or feedback?

I'd need also to add pseudonyms to LDAP for SMTP-LDAP verification in the battle against SPAM.
Should we post something to the devinfo mailing list to get implementation help?

Could you help in some way to implement/test an extension?

Regards, John

Offline hmuhammad

  • ***
  • 65
  • +0/-0
Re: LDAP and pseudonyms
« Reply #3 on: September 10, 2004, 12:39:53 AM »
Rick,

Here's a possibility:
(consider the following as development hints--try it on a test box first)

--install the two rpms from here...
http://mirror.contribs.org/smeserver/contribs/hmuhammad/

--put the pseudonyms in a tab-delimited file
(read the 'Configuration/Contacts' panel for details--but don't enable the service yet)

--delete line 35 of /etc/e-smith/events/actions/ldap-contacts-import
(so make sure there are no 'regular' email address for your domain in the tab-delimited file--pseudonyms and non-your-domain addresses are OK)

--enable the service via the panel


The following would apply when accessing the LDAP directory

--local (regular) accounts would be found using
  dc=local,dc=yourdomain,dc=com

--global (pseudonyms & external) accounts would be found using
  dc=global,dc=yourdomain,dc=com

--all accounts would be found using
  dc=yourdomain,dc=com


Other relevant issues are discussed here...
http://lists.contribs.org/mailman/public/devinfo/msg06942.html


Happy hacking,
Hasan
...............