quote identity and password
This commit is contained in:
parent
52a076e375
commit
65d1a1c993
1 changed files with 2 additions and 2 deletions
4
base.nix
4
base.nix
|
@ -25,8 +25,8 @@
|
||||||
pairwise=CCMP
|
pairwise=CCMP
|
||||||
auth_alg=OPEN
|
auth_alg=OPEN
|
||||||
proto=RSN
|
proto=RSN
|
||||||
identity=ext:identity
|
identity="ext:identity"
|
||||||
password=ext:password
|
password="ext:password"
|
||||||
phase1="peaplabel=0"
|
phase1="peaplabel=0"
|
||||||
phase2="auth=MSCHAPV2"
|
phase2="auth=MSCHAPV2"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue