yuangeqingian commented on issue #8910:
URL: https://github.com/apache/cloudstack/issues/8910#issuecomment-2059573804

   > @yuangeqingian the manual import you are trying is not really suitable for 
enterprise implementations I think , but it should work. You can try the 
autosync method as described in the docs.
   > 
   > You can ask question on 
[[email protected]](mailto:[email protected]). these are 
free style, so just state your problem with as much detail as possible and ask 
your questions. You can also ask here. In both cases you are relying on 
volunteers so answers may be late and not applicable to you exactly. This is 
open source.
   > 
   > There are options for commercial support, when you are ready for that.
   
   I did some changes and some other info came out, somehow I successfully bind 
the ldap to domain using cli below:
   root@kvm62:~# cloudmonkey add ldapconfiguration hostname=dir.slb.com\
                                     port=389\
                                     
domainid=b4218ed3-5e69-4d3b-93db-0d440d27ffed
   {
     "LdapAddConfiguration": {
       "domainid": "b4218ed3-5e69-4d3b-93db-0d440d27ffed",
       "hostname": "dir.slb.com",
       "port": 389
     }
   }
   root@kvm62:~# cloudmonkey link domaintoldap 
domainid=b4218ed3-5e69-4d3b-93db-0d440d27ffed\
                                 accounttype=2\
                                 ldapdomain="ou=acount,dc=dir,dc=slb,dc=com"\
                                 type=OU
   {
     "LinkDomainToLdap": {
       "accounttype": 2,
       "domainid": "b4218ed3-5e69-4d3b-93db-0d440d27ffed",
       "ldapdomain": "ou=acount,dc=dir,dc=slb,dc=com",
       "name": "ou=acount,dc=dir,dc=slb,dc=com",
       "type": "OU"
     }
   }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to