fix: ldap auth failed auth and added test scripts

This commit is contained in:
simon
2020-02-23 01:09:28 +01:00
parent 9fe25a8b49
commit 5e5005cf6b
5 changed files with 29 additions and 8 deletions

1
tests/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*hokify*

BIN
tests/eapol_test Executable file

Binary file not shown.

16
tests/ttls-pap.conf Normal file
View 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"
}