mirror of https://github.com/apache/cloudstack.git
bug 13005: added response object name casuing this
This commit is contained in:
parent
f4de2b2cd8
commit
be6642bf37
|
|
@ -3237,6 +3237,7 @@ public class ApiResponseHelper implements ResponseGenerator {
|
|||
lr.setQueryFilter(queryFilter);
|
||||
lr.setBindDN(bindDN);
|
||||
lr.setSearchBase(searchBase);
|
||||
lr.setObjectName("ldapconfig");
|
||||
return lr;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue