attributs: autorise les chiffres dans hash

Comme par exemple "SMD5".
This commit is contained in:
Daniel STAN 2015-06-10 11:38:58 +02:00
parent 06f3687dd4
commit 37f0de3cad

View file

@ -58,7 +58,7 @@ from gestion import config
from gestion import annuaires_pg
#: Format d'un hash de mdp ldap
HASH_RE = re.compile(r'{(?P<method>[a-zA-Z]+)}(?P<hash>.*)')
HASH_RE = re.compile(r'{(?P<method>[a-zA-Z0-9]+)}(?P<hash>.*)')
#: Serveur SMTP
smtpserv = "smtp.crans.org"