Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/664#discussion_r36516193
  
    --- Diff: ui/scripts/ui-custom/accountsWizard.js ---
    @@ -130,89 +130,89 @@
                             dataType: "json",
                             async: false,
                             success: function(json) {
    -                           //for testing only (begin)
    -                           /*
    -                           json = {
    -                                       "ldapuserresponse": {
    -                                           "count": 11,
    -                                           "LdapUser": [
    -                                               {
    -                                                   "email": 
"t...@test.com",
    -                                                   "principal": 
"CN=Administrator,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "username": 
"Administrator",
    -                                                   "domain": 
"CN=Administrator"
    -                                               },
    -                                               {
    -                                                   "email": 
"t...@test.com",
    -                                                   "principal": 
"CN=Guest,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "username": "Guest",
    -                                                   "domain": "CN=Guest"
    -                                               },
    -                                               {
    -                                                   "email": 
"t...@test.com",
    -                                                   "principal": 
"CN=IUSR_HYD-QA12,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "username": 
"IUSR_HYD-QA12",
    -                                                   "domain": 
"CN=IUSR_HYD-QA12"
    -                                               },
    -                                               {
    -                                                   "email": 
"t...@test.com",
    -                                                   "principal": 
"CN=IWAM_HYD-QA12,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "username": 
"IWAM_HYD-QA12",
    -                                                   "domain": 
"CN=IWAM_HYD-QA12"
    -                                               },
    -                                               {
    -                                                   "email": 
"t...@test.com",
    -                                                   "principal": 
"CN=SUPPORT_388945a0,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "username": 
"SUPPORT_388945a0",
    -                                                   "domain": 
"CN=SUPPORT_388945a0"
    -                                               },
    -                                               {
    -                                                   "principal": 
"CN=jessica j,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "firstname": "jessica",
    -                                                   "lastname": "j",
    -                                                   "username": "jessica",
    -                                                   "domain": "CN=jessica j"
    -                                               },
    -                                               {
    -                                                   "principal": 
"CN=krbtgt,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "username": "krbtgt",
    -                                                   "domain": "CN=krbtgt"
    -                                               },
    -                                               {
    -                                                   "email": 
"sa...@sadhu.com",
    -                                                   "principal": 
"CN=sadhu,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "firstname": "sadhu",
    -                                                   "username": "sadhu",
    -                                                   "domain": "CN=sadhu"
    -                                               },
    -                                               {
    -                                                   "email": 
"t...@test.com",
    -                                                   "principal": 
"CN=sangee1 hariharan,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "firstname": "sangee1",
    -                                                   "lastname": "hariharan",
    -                                                   "username": "sangee1",
    -                                                   "domain": "CN=sangee1 
hariharan"
    -                                               },
    -                                               {
    -                                                   "email": 
"t...@test.com",
    -                                                   "principal": 
"CN=sanjeev n.,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "firstname": "sanjeev",
    -                                                   "username": "sanjeev",
    -                                                   "domain": "CN=sanjeev 
n."
    -                                               },
    -                                               {
    -                                                   "email": 
"t...@test.com",
    -                                                   "principal": 
"CN=test1dddd,CN=Users,DC=hyd-qa,DC=com",
    -                                                   "firstname": "test1",
    -                                                   "username": "test1dddd",
    -                                                   "domain": "CN=test1dddd"
    -                                               }
    -                                           ]
    -                                       }
    -                                   };                 
    -                           */              
    -                           //for testing only (end)
    -                           
    +                            //for testing only (begin)
    +                            /*
    +                            json = {
    +                                    "ldapuserresponse": {
    +                                        "count": 11,
    +                                        "LdapUser": [
    +                                            {
    +                                                "email": "t...@test.com",
    +                                                "principal": 
"CN=Administrator,CN=Users,DC=hyd-qa,DC=com",
    +                                                "username": 
"Administrator",
    +                                                "domain": 
"CN=Administrator"
    +                                            },
    +                                            {
    +                                                "email": "t...@test.com",
    +                                                "principal": 
"CN=Guest,CN=Users,DC=hyd-qa,DC=com",
    +                                                "username": "Guest",
    +                                                "domain": "CN=Guest"
    +                                            },
    +                                            {
    +                                                "email": "t...@test.com",
    +                                                "principal": 
"CN=IUSR_HYD-QA12,CN=Users,DC=hyd-qa,DC=com",
    +                                                "username": 
"IUSR_HYD-QA12",
    +                                                "domain": 
"CN=IUSR_HYD-QA12"
    +                                            },
    +                                            {
    +                                                "email": "t...@test.com",
    +                                                "principal": 
"CN=IWAM_HYD-QA12,CN=Users,DC=hyd-qa,DC=com",
    +                                                "username": 
"IWAM_HYD-QA12",
    +                                                "domain": 
"CN=IWAM_HYD-QA12"
    +                                            },
    +                                            {
    +                                                "email": "t...@test.com",
    +                                                "principal": 
"CN=SUPPORT_388945a0,CN=Users,DC=hyd-qa,DC=com",
    +                                                "username": 
"SUPPORT_388945a0",
    +                                                "domain": 
"CN=SUPPORT_388945a0"
    +                                            },
    +                                            {
    +                                                "principal": "CN=jessica 
j,CN=Users,DC=hyd-qa,DC=com",
    +                                                "firstname": "jessica",
    +                                                "lastname": "j",
    +                                                "username": "jessica",
    +                                                "domain": "CN=jessica j"
    +                                            },
    +                                            {
    +                                                "principal": 
"CN=krbtgt,CN=Users,DC=hyd-qa,DC=com",
    +                                                "username": "krbtgt",
    +                                                "domain": "CN=krbtgt"
    +                                            },
    +                                            {
    +                                                "email": "sa...@sadhu.com",
    +                                                "principal": 
"CN=sadhu,CN=Users,DC=hyd-qa,DC=com",
    +                                                "firstname": "sadhu",
    +                                                "username": "sadhu",
    +                                                "domain": "CN=sadhu"
    +                                            },
    +                                            {
    +                                                "email": "t...@test.com",
    +                                                "principal": "CN=sangee1 
hariharan,CN=Users,DC=hyd-qa,DC=com",
    +                                                "firstname": "sangee1",
    +                                                "lastname": "hariharan",
    +                                                "username": "sangee1",
    +                                                "domain": "CN=sangee1 
hariharan"
    +                                            },
    +                                            {
    +                                                "email": "t...@test.com",
    +                                                "principal": "CN=sanjeev 
n.,CN=Users,DC=hyd-qa,DC=com",
    +                                                "firstname": "sanjeev",
    +                                                "username": "sanjeev",
    +                                                "domain": "CN=sanjeev n."
    +                                            },
    +                                            {
    +                                                "email": "t...@test.com",
    +                                                "principal": 
"CN=test1dddd,CN=Users,DC=hyd-qa,DC=com",
    +                                                "firstname": "test1",
    +                                                "username": "test1dddd",
    +                                                "domain": "CN=test1dddd"
    +                                            }
    +                                        ]
    +                                    }
    +                                };
    +                            */
    --- End diff --
    
    remove


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to