Finalement, j'ai compris pourquoi
darcs-hash:20041007132801-d1718-9364b0d8e7f44b900c63a48b2cb74a6265ec785a.gz
This commit is contained in:
parent
61b000c085
commit
b867039895
1 changed files with 2 additions and 1 deletions
|
@ -438,7 +438,8 @@ class crans_ldap :
|
||||||
el = '(%s=%s*)' % ( champ, expr)
|
el = '(%s=%s*)' % ( champ, expr)
|
||||||
elif champ == 'macAddress' :
|
elif champ == 'macAddress' :
|
||||||
# Formatage adresse mac
|
# Formatage adresse mac
|
||||||
el = '(macAddress=%s)' % format_mac(expr)
|
try : el = '(macAddress=%s)' % format_mac(expr)
|
||||||
|
except : return ''
|
||||||
elif champ == 'paiement' and expr=='ok' :
|
elif champ == 'paiement' and expr=='ok' :
|
||||||
# Paiement donnant droit à une connexion maintenant ?
|
# Paiement donnant droit à une connexion maintenant ?
|
||||||
if localtime()[1] == 9 :
|
if localtime()[1] == 9 :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue