[ https://issues.apache.org/jira/browse/CLOUDSTACK-5529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851570#comment-13851570 ]
Kiran Koneti edited comment on CLOUDSTACK-5529 at 12/18/13 10:54 AM: --------------------------------------------------------------------- I can still reproduce this issue in the latest build.The api call used is as below http://10.147.38.142:8096/client/api?command=createUser&account=admin&email=fchri...@royalnavy.mod.uk&firstname=Fletcher&lastname=Christian&password=pass&username=fchristi1 The Db details are as follows mysql> select * from user where username='fchristi1'\G id: 11 uuid: a38409ab-24d0-4522-abbb-96f7f523114a username: fchristi1 password: /4ND5DnRIgM0SjkPIt93puXxSsl08a+/ylVjE83y3AU=:ah1zExG8jyLUYmAYUR69DZXpgmkLVDzWXq7XyhXFXUI= account_id: 2 firstname: Fletcher lastname: Christian email: fchri...@royalnavy.mod.uk state: enabled api_key: NULL secret_key: NULL created: 2013-12-18 15:57:05 removed: NULL timezone: NULL registration_token: NULL is_registered: 0 incorrect_login_attempts: 0 default: 0 1 row in set (0.00 sec) But the user is not displayed in the UI will attach the screen shot. was (Author: kiran_koneti): I can still reproduce this issue in the latest build.The api call used is as below http://10.147.38.142:8096/client/api?command=createUser&account=admin&email=fchri...@royalnavy.mod.uk&firstname=Fletcher&lastname=Christian&password=pass&username=fchristi1 The Db details are as follows mysql> select * from user where username='fchristi1'\G *************************** 1. row *************************** id: 11 uuid: a38409ab-24d0-4522-abbb-96f7f523114a username: fchristi1 password: /4ND5DnRIgM0SjkPIt93puXxSsl08a+/ylVjE83y3AU=:ah1zExG8jyLUYmAYUR69DZXpgmkLVDzWXq7XyhXFXUI= account_id: 2 firstname: Fletcher lastname: Christian email: fchri...@royalnavy.mod.uk state: enabled api_key: NULL secret_key: NULL created: 2013-12-18 15:57:05 removed: NULL timezone: NULL registration_token: NULL is_registered: 0 incorrect_login_attempts: 0 default: 0 1 row in set (0.00 sec) But the user is not displayed in the UI will attach the screen shot. > Users/Accounts created through the API are not displayed in the UI after the > Ldap integration is done. > ------------------------------------------------------------------------------------------------------ > > Key: CLOUDSTACK-5529 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5529 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Management Server > Affects Versions: 4.3.0 > Reporter: Kiran Koneti > Assignee: Rajani Karuturi > Priority: Critical > Fix For: 4.3.0 > > Attachments: User.jpg > > > Created a CS setup and integrated the same with an Ldap server and tried to > import some users from the Ldapthe users in the Ldap are imported > successfully,and when i created a USer through the API call the user is > created successfully,but the user is not displyed in the UI .When checked in > the DB the user is listed. -- This message was sent by Atlassian JIRA (v6.1.4#6159)