View Issue Details

IDProjectCategoryView StatusLast Update
0000156easycwmpHelppublic2016-08-16 13:00
Reporterandy_yang Assigned Tomohamed.kallel  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
PlatformubuntuOSubuntuOS Versionubuntu
Summary0000156: How to enable Digest auth on the easycwmp
DescriptionHi,guy
  I have a question that how to configure our eascwmp to enable Digest Auth. In other words,whether we have a swith to enable or disable it by CPE
  My configure is as following:

root@andy:/home/andy# cat /etc/config/easycwmp

config local
        option interface 'eth0'
        option port '5474'
        option ubus_socket '/var/run/ubus.sock'
        option date_format '%FT%T%z'
        option username 'vigor'
        option password 'password'
        option logging_level '3'

config acs
        option url 'http://192.168.20.88:8080/openacs/acs'
        option username 'acs'
        option password 'password'
        option periodic_enable '1'
        option periodic_time '0001-01-01T00:00:00Z'
        option periodic_interval '1800'
        option parameter_key 'unsetCommandKey'

config device
        option manufacturer 'easycwmp'
        option oui 'FFFFFF'
        option product_class 'easycwmp'
        option serial_number 'FFFFFF123456'
        option hardware_version 'example_hw_version'
        option software_version 'example_sw_version'
TagsNo tags attached.
e-mail notification

Activities

andy_yang

2016-07-29 10:47

reporter   ~0000517

for exampel the command:
  uci set easycwmp.@local[0].digest_enable='1'

mohamed.kallel

2016-07-29 16:43

administrator   ~0000518

1) If you mean digest authentication requested by the ACS, then you have only to set the user name and the password and then the CPE will send them upon the ACS request of digest authentication

2) If you mean digest authentication requested by the CPE upon a connection request, then you can enable the digest authentication by setting username and password and disable the authentication request by removing the options @local[0].username and @local[0].password

andy_yang

2016-08-04 03:55

reporter   ~0000523

Ok,thanks!

Issue History

Date Modified Username Field Change
2016-07-29 10:45 andy_yang New Issue
2016-07-29 10:47 andy_yang Note Added: 0000517
2016-07-29 16:43 mohamed.kallel Note Added: 0000518
2016-08-04 03:55 andy_yang Note Added: 0000523
2016-08-16 13:00 mohamed.kallel Status new => resolved
2016-08-16 13:00 mohamed.kallel Resolution open => no change required
2016-08-16 13:00 mohamed.kallel Assigned To => mohamed.kallel