Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63223E781 for ; Wed, 19 Dec 2012 16:48:13 +0000 (UTC) Received: (qmail 11402 invoked by uid 500); 19 Dec 2012 16:48:13 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 11358 invoked by uid 500); 19 Dec 2012 16:48:13 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 11350 invoked by uid 99); 19 Dec 2012 16:48:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 16:48:12 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.149.84] (HELO na3sys009aog135.obsmtp.com) (74.125.149.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 16:48:07 +0000 Received: from mail-lb0-f197.google.com ([209.85.217.197]) (using TLSv1) by na3sys009aob135.postini.com ([74.125.148.12]) with SMTP ID DSNKUNHvsvzDB8fqlnYd9pTdUCbtCT0nCdmC@postini.com; Wed, 19 Dec 2012 08:47:47 PST Received: by mail-lb0-f197.google.com with SMTP id go10so1793667lbb.8 for ; Wed, 19 Dec 2012 08:47:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=pLEd9LQQScu++Fs2V+Xmf3N3sz5UMCNVy6RMrFRkhjI=; b=JCHN6ULhgCf9scIpKcUD5rjxQb8hSnw0ZKCiTtWvPwioOcKGr63MJS7yB61uqOnE0f cvnoFBisP/fV5/Z4MMLguFS/E+SNxrMXaO68YE+e6zoQF5EehvTH8f2kaUEZZpw/Zdaf +5kPB9i5rtY1dg512JLaUr8pTqVXYcoD0/wXsu317BsGBO693end16jYpAVrFAGT2ldF FnCUzixKN5g7HIuBC6lMGt7fST3ytYgYPvDqARduZrFFfuCnd2ikbmb+yJOBiU3wUroC Ot06qubVRY5DXiwMLP5zYju6HwtqTd0jA4nAzb3UIkOt7AAH47+jwyZp/FipmqjjSZi3 112w== X-Received: by 10.194.71.140 with SMTP id v12mr12692151wju.36.1355935664893; Wed, 19 Dec 2012 08:47:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.71.140 with SMTP id v12mr12692134wju.36.1355935664722; Wed, 19 Dec 2012 08:47:44 -0800 (PST) Received: by 10.194.28.170 with HTTP; Wed, 19 Dec 2012 08:47:44 -0800 (PST) In-Reply-To: References: <8f24a63bd05f81720db9736015de0f3b@mail.gmail.com> Date: Wed, 19 Dec 2012 11:47:44 -0500 Message-ID: Subject: Re: [DISCUSS] Cloudstack to manage User objects in LDAP From: Chip Childers To: "cloudstack-dev@incubator.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkv8enln+lLn65RdQePJ7OwKGg+iWznklzuAZqT4UUMhhcOMskG7hAnm4Y1M9mzlPfEPNrYuxb4BZdY+fAAQGV9odXPeDuzkTvq39J/mVNJEJAzheSqozHgx6dnUssiiez71OEiyTAVLcozyQjzCLeZmAkfkDRQIW/DjXb/qkBfOWsXE/2RJPrRDcmfHlsGxLqMZ/yl X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Dec 19, 2012 at 11:44 AM, David Nalley wrote: > On Wed, Dec 19, 2012 at 12:59 AM, Manikanta Kattamuri > wrote: >> Hi, >> >> >> >> We'd like to be able to have CloudStack manage the user objects from LDAP. >> >> The reason would, be we have a set of other service offerings for the users >> of cloudstack service. >> >> >> >> Are there any others facing this type of scenarios and any solutions or >> on-going development to resolve this. >> >> >> >> Inputs and thoughts are very much welcome. > > > Define 'manage'? > Create, update, delete OU's and users via LDAP calls. > Do I understand this to mean you want to offer service offerings based > on user account in LDAP (or attributes of that account, like OU?) > > --David >