Thnaks for your response !
Please find the attached output of the command. On Mon, Jul 7, 2014 at 9:45 AM, Rajani Karuturi <rajani.karut...@citrix.com> wrote: > images are stripped. > > Can you share the output of following two queries? > mysql> select * from ldap_configuration; > mysql> select * from configuration where name like '%ldap%'; > > ~Rajani > > > > On 07-Jul-2014, at 9:24 am, Deepak Yadav <deepak....@gmail.com> wrote: > > > Hi, > > > > > > I want to join my cloud stack application to Active Directory LDAP to get > > user ! > > > > I am following this Blog to configure my LDAP settings ! > > > > > http://shapeblue.com/cloudstack/using-cloudstack-4-3-with-microsoft-active-directory/ > > > > But I am unable to fetch user account from my LDAP data. I am also > > attaching screen shot of my Configuration ! > > > > Please let me know the correct way to configure LDAP in cloud stack ! > > > > > > > > > > -- > > Thanks & Regards > > Deepak Yadav > > > > > > > > > > > > -- > > Thanks & Regards > > Deepak Yadav > > M +91 9015150337 | > > E deepak.ya...@mind-infotech.com | www.mind-infotech.com | > > -- Thanks & Regards Deepak Yadav M +91 9015150337 | E deepak.ya...@mind-infotech.com | www.mind-infotech.com |
mysql> mysql> select * from ldap_configuration; +----+--------------------+------+ | id | hostname | port | +----+--------------------+------+ | 6 | mind.motherson.com | 389 | +----+--------------------+------+ 1 row in set (0.00 sec) mysql> select * from configuration where name like '%ldap%'; +----------+----------+-------------------+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------+---------------+---------+-------+------------+ | category | instance | component | name | value | description | default_value | updated | scope | is_dynamic | +----------+----------+-------------------+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------+---------------+---------+-------+------------+ | Secure | DEFAULT | management-server | ldap.basedn | Scdo/neUUE14ydzhDCAKNAIcaprhirXL6qkulPEh30aZFYkttfjxCQ== | Sets the basedn for LDAP | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.bind.password | QDsrP0R/nZaXf+s43rHcnG7cdflXE02J | Specifies the password to use for binding to LDAP | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.bind.principal | biGhyGaLwGDnsYELNyMNi2JKwzvjLso67XY8nQYJKKzc6MhKbldDJfL/USczJke1vaa0o6mROmKCsKOVChytDMnwivi4m8cwKF3DbSnk0SnRJ2jSmCbnkCiz+plpfOrN | Specifies the bind principal to use for bind to LDAP | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.email.attribute | ZL1ovTNW5ivXsb4fcRh0RQ== | Sets the email attribute used within LDAP | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.firstname.attribute | wGwEaK5Mk9U6G1vOuhqW6A/nLPQEQv9+ | Sets the firstname attribute used within LDAP | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.group.object | e8R0hCoAre0CvK04SFZnS9qvJnRGP3EKTfzSQab4mlY= | Sets the object type of groups within LDAP | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.group.user.uniquemember | SIuHP+e6AOFZ4RuVyuVD8NA1pX8ouIAo | Sets the attribute for uniquemembers within a group | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.lastname.attribute | OX0mwDAvFVSoUUIB/GAJrQ== | Sets the lastname attribute used within LDAP | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.search.group.principle | OVyioF108lIB4MhpNU5Q+8xmZfbLO4yAQLKJuKR/Jsr9Svvl7wigDPKmJtQaX/NkjGLYmS8lbi6tJCX+zfNPVCj80q2mAvCUcLB4dsBJJj1YC42q6p4EsmUDW3p6X8Gw | Sets the principle of the group that users must be a member of | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.truststore | NULL | Sets the path to the truststore to use for LDAP SSL | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.truststore.password | NULL | Sets the password for the truststore | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.user.object | X1cqBxysMZiCp5gndblHTw== | Sets the object type of users within LDAP | NULL | NULL | NULL | 0 | | Secure | DEFAULT | management-server | ldap.username.attribute | WpnCnh7FwXxRY1BJmRztDeiWfJKFIChR | Sets the username attribute used within LDAP | NULL | NULL | NULL | 0 | +----------+----------+-------------------+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------+---------------+---------+-------+------------+ 13 rows in set (0.00 sec)