Re: Bug in updateUser API in CS 4.1.0

2013-06-10 Thread Chiradeep Vittal
Please see the recommendations in Prasanna's email in the thread I linked to earlier. On 6/10/13 12:26 PM, "Anoop Rajendra" wrote: >Hi Chiradeep, > >My componentContext.xml has the following entries for the security >adapter section > >class="com.cloud.utils.component.AdapterList"> > >

Re: Bug in updateUser API in CS 4.1.0

2013-06-10 Thread Anoop Rajendra
Hi Chiradeep, My componentContext.xml has the following entries for the security adapter section So clearly MD5UserAuthenticator is present, and being used. However the updateUser api isn't working as documentation states. Here's pr

Re: Bug in updateUser API in CS 4.1.0

2013-06-10 Thread Chiradeep Vittal
There should be a configuration file called componentContext.xml in your install path. Search for Authenticator in the file. The order of the Authenticators matter. On 6/9/13 10:59 PM, "Anoop Rajendra" wrote: >How would I install the MD5Authenticator as the default >authenticator? > >Thanks, >-a

Re: Bug in updateUser API in CS 4.1.0

2013-06-09 Thread Anoop Rajendra
How would I install the MD5Authenticator as the default authenticator? Thanks, -a On Jun 7, 2013 5:56 PM, "Chiradeep Vittal" wrote: > See this discussion > http://markmail.org/thread/7r6ia3ckkt6fzlic > > You might have to install the MD5Authenticator as the default > authenticator. > > On 6/7/13

Re: Bug in updateUser API in CS 4.1.0

2013-06-07 Thread Chiradeep Vittal
See this discussion http://markmail.org/thread/7r6ia3ckkt6fzlic You might have to install the MD5Authenticator as the default authenticator. On 6/7/13 3:44 PM, "Anoop Rajendra" wrote: >Hi, When I try to run the updateUser API for the admin user, the >password field requires a cleartext unhashed

Bug in updateUser API in CS 4.1.0

2013-06-07 Thread Anoop Rajendra
Hi, When I try to run the updateUser API for the admin user, the password field requires a cleartext unhashed password. With previous versions I could provide the hashed MD5 password, and the admin password would get updated. -a