]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0R2: Add password to DB in case of machine managed subscription
authorSreenath S <sreenath.mailing.lists@gmail.com>
Thu, 10 Apr 2014 10:46:45 +0000 (16:16 +0530)
committerJouni Malinen <j@w1.fi>
Sun, 1 Feb 2015 20:21:01 +0000 (22:21 +0200)
commit6a6569b8bdee332ab2969b53f5d31da541fe2513
treec9161e71aca02bdf0fdd19f755b9912bc136222f
parentf0d0a5d23bd406a60358add9fa101b49dc9f9039
HS 2.0R2: Add password to DB in case of machine managed subscription

Add password and machine_managed flag to database in case of machine
managed subscription to fix EAP-TTLS connection failure to production
AP. In case of user managed subscription, the entered password is added
to DB from the PHP script. However in machine managed subscription,
machine generated password is added only in SOAP messages and PPS MO. So
connection to production will fail as the generated password is not
present in the database used by AAA server.

Signed-off-by: Sreenath Sharma <sreenath.mailing.lists@gmail.com>
hs20/server/spp_server.c