From: K Sai Kiran Date: Wed, 27 May 2020 11:00:10 +0000 (+0530) Subject: Bug 1078 fixed by using try block for user update X-Git-Tag: release-v8.0-start~11 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=974276d1b4e7fe9cf177702eb6d657aa42618a41;hp=974276d1b4e7fe9cf177702eb6d657aa42618a41;ds=sidebyside Bug 1078 fixed by using try block for user update Following the documentation of LDAP in devops repo, the user profiles are read only. Try Except block resolves the issue. Raise error to NBI when change for username/password is requested. Change-Id: Id5919af575ec7cd128424fc53f7365d6cd4c29a7 Signed-off-by: K Sai Kiran ---