fix: ldap auth failed auth and added test scripts
This commit is contained in:
1
tests/.gitignore
vendored
Normal file
1
tests/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*hokify*
|
||||
BIN
tests/eapol_test
Executable file
BIN
tests/eapol_test
Executable file
Binary file not shown.
16
tests/ttls-pap.conf
Normal file
16
tests/ttls-pap.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# eapol_test -c ttls-pap.conf -s testing123
|
||||
#
|
||||
network={
|
||||
ssid="example"
|
||||
key_mgmt=WPA-EAP
|
||||
eap=TTLS
|
||||
identity="user"
|
||||
anonymous_identity="anonymous"
|
||||
password="pwd"
|
||||
phase2="auth=PAP"
|
||||
|
||||
#
|
||||
# Uncomment the following to perform server certificate validation.
|
||||
ca_cert="./ssl/cert/ca.pem"
|
||||
}
|
||||
Reference in New Issue
Block a user