komarova
2007-02-26 10:54:48 UTC
Hello,
I use Xsupplicant-1.2.8 and it works very well with standard eap
methods. But I need to implement my own eap type with xsupplicant and
when I add its name to xsupplicant.conf
eap-md5 {
username = “username”
password = “psw”
}
myType {
}
I get
General Parse Error!
There was a problem with the config file. We cannot continue.
I have added myType’s declaration to
../lib/libxsupconfig/xsupconfig.h
../lib/libxsupconfig/xsupconfig.c
../src/config_grammar.y
../src/config_lexicon.l
../lib/libxsupconfwrite/xsupconfwrite.c
../lib/libxsupconfcheck/xsupconfcheck.c
after that I did ./configure, make, make install
and I have got the same error.
What should I do to make xsupplicant “understand” the modified conf file?
Thank you in advance for help!
Sincerely,
Maryna
I use Xsupplicant-1.2.8 and it works very well with standard eap
methods. But I need to implement my own eap type with xsupplicant and
when I add its name to xsupplicant.conf
eap-md5 {
username = “username”
password = “psw”
}
myType {
}
I get
General Parse Error!
There was a problem with the config file. We cannot continue.
I have added myType’s declaration to
../lib/libxsupconfig/xsupconfig.h
../lib/libxsupconfig/xsupconfig.c
../src/config_grammar.y
../src/config_lexicon.l
../lib/libxsupconfwrite/xsupconfwrite.c
../lib/libxsupconfcheck/xsupconfcheck.c
after that I did ./configure, make, make install
and I have got the same error.
What should I do to make xsupplicant “understand” the modified conf file?
Thank you in advance for help!
Sincerely,
Maryna