attributs: autorise les chiffres dans hash
Comme par exemple "SMD5".
This commit is contained in:
parent
06f3687dd4
commit
37f0de3cad
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue