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

    https://github.com/apache/cloudstack/pull/919#discussion_r41707263
  
    --- Diff: test/integration/component/test_ldap.py ---
    @@ -151,13 +156,18 @@ def test_02_validateldapsecuritypatch(self):
                 self.services["configurableData"]["ldap_configuration"])
             self.assertEqual(self.ldapconfRes, 1, "Ldap Configuration failed")
             loginRes = self._checklogin(
    -            
self.services["configurableData"]["ldap_configuration"]["ldapUsername"], "")
    +            
self.services["configurableData"]["ldap_configuration"]["ldapUsername"], "","")
             self.assertNotEqual(loginRes, 1, "login API Successful with empty 
password")
     
         @data("basedn", "ldapPassword")
         def test_03_validateldapbindnobasedn(self, value):
             """
             This test is to verify ldapbind functionality without passing 
required bind parameters.
    +
    +        Changes made in September,2015 by Sarath Koundinya : Since 
ldapbind functionality is moved to Global Settings, Configuring ldap is
    --- End diff --
    
    You don't have to mention the date and your name, this info can be 
retrieved from Git. Please remove it from the comment. The rest of the comment 
is fine.


---
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