A dfaut de mieux on reviens une version qui marche pour la recherche
libre. darcs-hash:20050717191252-41617-5158f3ce14e84dace4e8209e04758e4be3e8ae91.gz
This commit is contained in:
parent
1aedddb031
commit
d7a984cdb7
1 changed files with 2 additions and 1 deletions
|
@ -461,7 +461,8 @@ class crans_ldap :
|
|||
el = '(%s=%s*)' % ( champ, expr)
|
||||
elif champ == 'macAddress' :
|
||||
# Formatage adresse mac
|
||||
el = '(macAddress=%s)' % format_mac(expr)
|
||||
try: el = '(macAddress=%s)' % format_mac(expr)
|
||||
except : pass
|
||||
elif champ == 'paiement' and expr == 'ok' :
|
||||
# Paiement donnant droit à une connexion maintenant ?
|
||||
# Deux cas :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue