dhcpd: corrige omapi (my fault)
This commit is contained in:
parent
9f23c4a5d9
commit
c0c36e50dc
2 changed files with 8 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue