@DaanHoogland
sorry, can't test
By error message I founded src here (**can not link a domain unless a basedn is
configured for it**):
[src](https://github.com/apache/cloudstack/blob/1d05fead49f5c856257a741b07122f5633d2e359/plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/LdapManagerImpl.java#L315)
~~~
@Override
public LinkDomainToLdapResponse linkDomainToLdap(LinkDomainToLdapCmd cmd) {
Validate.isTrue(_ldapConfiguration.getBaseDn(cmd.getDomainId()) ==
null, "can not link a domain unless a basedn is configured for it.");
Validate.notEmpty(cmd.getLdapDomain(), "ldapDomain cannot be empty,
please supply a GROUP or OU name");
return
linkDomainToLdap(cmd.getDomainId(),cmd.getType(),cmd.getLdapDomain(),cmd.getAccountType());
}
~~~
I upgraded cloudstack installation from 4.11.0 through yum REPO
(http://cloudstack.apt-get.eu/centos/$releasever/4.11/)
[ Full content available at: https://github.com/apache/cloudstack/issues/2843 ]
This message was relayed via gitbox.apache.org for [email protected]