Re: openldap and cloudstack

2013-07-16 Thread Shanker Balan
On 16-Jul-2013, at 9:21 PM, Dean Kamali mailto:dean.kam...@gmail.com>> wrote: shanker Thank you so much, I have used CloudMonkey and worked from the first try, I haven't had much success with using the URL and browser. CloudMonkey is wonderful. Never had success with the URL and browser myself.

Re: openldap and cloudstack

2013-07-16 Thread Shanker Balan
On 16-Jul-2013, at 9:25 PM, Chip Childers mailto:chip.child...@sungard.com>> wrote: Not easily, no. However, there is work in progress to add the capability to manage LDAP accounts via CloudStack (creating a user in CloudStack would create them in LDAP). That's a Google Summer of Code student pr

Re: openldap and cloudstack

2013-07-16 Thread David Nalley
On Tue, Jul 16, 2013 at 4:21 PM, Dean Kamali wrote: > shanker > > Thank you so much, I have used CloudMonkey and worked from the first try, I > haven't had much success with using the URL and browser. > > I'm now able to use ldap passwords to log in,for existing users > in CloudStack, now the natu

Re: openldap and cloudstack

2013-07-16 Thread Chip Childers
Not easily, no. However, there is work in progress to add the capability to manage LDAP accounts via CloudStack (creating a user in CloudStack would create them in LDAP). That's a Google Summer of Code student project, so it's probably not going to be out until 4.3 (end of year). On Tue, Jul 16,

Re: openldap and cloudstack

2013-07-16 Thread Dean Kamali
shanker Thank you so much, I have used CloudMonkey and worked from the first try, I haven't had much success with using the URL and browser. I'm now able to use ldap passwords to log in,for existing users in CloudStack, now the natural question follows, is there is away I could sync ldap users wi

Re: openldap and cloudstack

2013-07-16 Thread Shanker Balan
On 15-Jul-2013, at 9:05 PM, Dean Kamali mailto:dean.kam...@gmail.com>> wrote: okay, I have been trying to excite the following in my browser http://10.0.10.5:8080/client/api?command=ldapConfig&hostname=10.0.10.43&searchbase=OU%3DUsers,DC%3Dmidnetworks,DC%3Dcorp&queryfilter=%28%26%28uid%3D%25u%29

RE: openldap and cloudstack

2013-07-15 Thread Suresh Sadhu
Message- From: Dean Kamali [mailto:dean.kam...@gmail.com] Sent: 16 July 2013 01:35 To: users@cloudstack.apache.org Subject: Re: openldap and cloudstack okay, I have been trying to excite the following in my browser http://10.0.10.5:8080/client/api?command=ldapConfig&hostname=10.0.1

Re: openldap and cloudstack

2013-07-15 Thread Kirk Jantzer
Did you create an account in CS to match that of the one on the leap server you're using to bind with the authentication? Regards, Kirk Jantzer (678) 561-5475 http://about.me/kirkjantzer On Jul 15, 2013 5:42 PM, "Dean Kamali" wrote: > I just did, getting the same output > > I am expecting to se

Re: openldap and cloudstack

2013-07-15 Thread Dean Kamali
I just did, getting the same output I am expecting to see some sort of a sucsess message? On Jul 15, 2013 5:30 PM, "Kirk Jantzer" wrote: > Try enabling the api on port 8096 in global settings, then changing you url > to use that port. > > Regards, > > Kirk Jantzer > (678) 561-5475 > http://about

Re: openldap and cloudstack

2013-07-15 Thread Kirk Jantzer
Try enabling the api on port 8096 in global settings, then changing you url to use that port. Regards, Kirk Jantzer (678) 561-5475 http://about.me/kirkjantzer On Jul 15, 2013 4:06 PM, "Dean Kamali" wrote: > okay, I have been trying to excite the following in my browser > > > http://10.0.10.5:80

Re: openldap and cloudstack

2013-07-15 Thread Dean Kamali
okay, I have been trying to excite the following in my browser http://10.0.10.5:8080/client/api?command=ldapConfig&hostname=10.0.10.43&searchbase=OU%3DUsers,DC%3Dmidnetworks,DC%3Dcorp&queryfilter=%28%26%28uid%3D%25u%29%29&binddn=CN%3Dadmin,DC%3Dmidnetworks,DC%3Dcorp&bindpass=password&port=389&resp

Re: openldap and cloudstack

2013-07-15 Thread Dean Kamali
In fact, I will set it up today, and let you guys know On Mon, Jul 15, 2013 at 11:33 AM, Gavin Henry wrote: > > Installation of OpenLDAP: > > http://imduffy15.blogspot.ie/2013/06/setting-up-openldap-server.html > > Hi all, > > If you're doing this for a production system please don't use any >

Re: openldap and cloudstack

2013-07-15 Thread Gavin Henry
> Installation of OpenLDAP: > http://imduffy15.blogspot.ie/2013/06/setting-up-openldap-server.html Hi all, If you're doing this for a production system please don't use any distro bundled version of OpenLDAP especially on Red Hat and CentOS distros. Debian isn't too bad and either is Ubuntu. Plea

Re: openldap and cloudstack

2013-07-12 Thread Ian Duffy
es you can use it,It will also work with openldap. > > Regards > sadhu > > -Original Message- > From: Nguyen Anh Tu [mailto:ng.t...@gmail.com] > Sent: 12 July 2013 09:03 > To: Ian Duffy; d...@cloudstack.apache.org > Subject: Fwd: openldap and cloudstack > >

答复: openldap and cloudstack

2013-07-11 Thread Jerry Jiang
Yes, it supports as long as openldap sticks to LDAP standard. Jerry -邮件原件- 发件人: Dean Kamali [mailto:dean.kam...@gmail.com] 发送时间: 2013年7月12日 星期五 10:39 收件人: users@cloudstack.apache.org 主题: openldap and cloudstack Hello everyone Just wondering if I could use openldap for authentication

openldap and cloudstack

2013-07-11 Thread Dean Kamali
Hello everyone Just wondering if I could use openldap for authentication with CS? docs says it works with apacheDS but no where it says openldap. Dose anyone know if it is possible? openldap is more popular and I'm more familiar with it. Thank you