Hello
I'm facing a cosmetic problem with email aliases.
Some users has aliases for their email adresses some has not.
For example a professor named Jean Dupont has two valid email adresses :
[email protected] ( which is [email protected] )
[email protected] ( which is the alias that point to
[email protected] )
Students have only one email adress of the form : [email protected]
In many applications we use LDAP to fetch the user's email address and
other data.
The problem is sometime we get [email protected] and sometime we get
[email protected]
I would like to do the following :
if a user has an alias of the form [email protected] then display it
first
Is it possible to reorder my LDAP database to do so ?
Thanks a lot !