You are not logged in.
Our 0.71.5 GLPI server is linked to our Windows 2003 AD, and it authenticates the user accounts using the AD. All this works fine and well for most users, but some users have complained about having to manually enter their e-mail addresses, when they want to file a ticket.
I have checked their GLPI accounts, and they all have a red label named "Invalid email" next to the entry field for the e-mail address. I can manually enter their correct e-mail address and update their GLPI account, but if I then force a synchronisation with the AD, or if I ask the user to login to GLPI, then the e-mail address is wiped and replaced with the red "Invalid email" error message next to the then empty field.
I have tried looking at the AD accounts of the users in questions, and while some of them have e-mail aliases, others don't.
Any suggestions, please?
Offline
in ldap configuration of glpi ? what is the attribute of Mail ?
Xavier Caillaud
Blog GLPI Infotel
Offline
Actually, no. The error message "Invalid email" is shown under "Administration > Users > (username)".
If you just look at the list of users under "Administration > Users", and then sort the list by the e-mail address column, then the users having the problem will have no e-mail addresses listed.
This problem affects app. 10 users out of 190. So it works for most, but not for some.
Offline
No suggestions?
Offline
The message "invalid email" is just for information. It's would not block GLPI.
Could you give an example of problematic email adress ?
JMD / Jean-Mathieu Doléans - Glpi-project.org - Association Indepnet
Apportez votre pierre au projet GLPI : Soutenir
Offline
GLPI is not being blocked on the accounts.
The problem is as follows: The accounts show the "Invalid email", and the users in question are forced to enter their email addresses every time, they wish to log a case.
There are no special characters present in any of the e-mail addresses, which are having the problem. We keep a very simplistic account naming convention, yet the following accounts are having the problem:
ab@domain.dk
pb@domain.dk
bbp@domain.dk
mma@domain.dk
(Of course, domain.dk is not the domain name...)
Offline
such email match regular expression used in GLPI :
^[a-zA-Z0-9]+([_\\.-][a-zA-Z0-9]+)*@([a-zA-Z0-9]+([\.-][a-zA-Z0-9]+)*)+\\.[a-zA-Z0-9]{2,}$
I do not understand.
Do you have spaces at the begin or the end ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
I'm glad that I'm not the only one confused by this bizarre problem.
There are no spaces at all in any of the e-mail addresses.
Offline
I take it that nobody has any suggestions then?
Offline