On Wed, Aug 5, 2015, at 07:46 AM, Denis Taranushin wrote: > > For the 9005, my guess is that the device doesn?t want to give up the > > password field. > > Thanks for advice. > So, i tried to change auth.js: return ["acs", "acs"]; > there are the same user\pass on the router, > > but there is no password given to router (in debug): > # REQUEST Wed Aug 05 2015 09:16:34 GMT+0500 (YEKT) > ... > <ParameterValueStruct> > <Name>InternetGatewayDevice.ManagementServer.Username</Name> > <Value xsi:type="xsd:string">acs</Value> > </ParameterValueStruct> > <ParameterValueStruct> > <Name>InternetGatewayDevice.ManagementServer.Password</Name> > <Value xsi:type="xsd:string"/> > </ParameterValueStruct> > <ParameterValueStruct> > > Is it ok?
Yes. Most devices report password parameters as being empty string regardless of the actual value for obvious security reasons. Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
