dhcpd: corrige omapi (my fault)

This commit is contained in:
Daniel STAN 2015-02-24 16:39:55 +01:00
parent 9f23c4a5d9
commit c0c36e50dc
2 changed files with 8 additions and 3 deletions

View file

@ -16,9 +16,10 @@ delattr(sys, 'argv')
auth.instantiate(())
# Test avec l'interface wifi d'apprentis
p=(
('Calling-Station-Id', 'b0:79:94:cf:d1:9a'),
('User-Name', 'moo-torola'),
('Calling-Station-Id', '02:69:75:42:24:03'),
('User-Name', 'apprentis-wifi'),
)
print repr(auth.authorize_wifi(p))