Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCC7110853 for ; Fri, 28 Feb 2014 06:32:22 +0000 (UTC) Received: (qmail 28129 invoked by uid 500); 28 Feb 2014 06:32:22 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 27925 invoked by uid 500); 28 Feb 2014 06:32:20 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 27907 invoked by uid 500); 28 Feb 2014 06:32:19 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 27902 invoked by uid 99); 28 Feb 2014 06:32:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 06:32:19 +0000 Date: Fri, 28 Feb 2014 06:32:19 +0000 (UTC) From: "Kiran Koneti (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-6188) LDAP Server for User Authentication doc doesn't specify how authenticate a user MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kiran Koneti created CLOUDSTACK-6188: ---------------------------------------- Summary: LDAP Server for User Authentication doc doesn't specify how authenticate a user Key: CLOUDSTACK-6188 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6188 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: Doc Affects Versions: 4.2.0, 4.2.1 Reporter: Kiran Koneti Priority: Critical Fix For: 4.2.1, 4.2.0 In the documentation for the Ldap user authentication located at http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/LDAPserver-for-user-authentication.html ,it is specified on how to add the Ldap serevr to the CS but steps are not provided on how to authenticate the Ldap users from the CS.Please add the below steps in the document to make that clear. In the version 4.2 and 4.2.1 there is no way to directly import the Ldap users into the CS,hence we nee to manually create the Ldap users in the CS with the desired role which we want to give for that particular ldap user in the CS giving some random password. The Ldap user can then login to the CS using this password or else can login to the CS using the LDap password. When the user tries to login CS initially validates the password with the local db and if the password doesn't match it tries to validate with the ldap password for the same user and provides the authentication for the user. -- This message was sent by Atlassian JIRA (v6.1.5#6160)