TECHZEN Zenoss User Community ARCHIVE  

Zenoss 5 Core - LDAP Authentication

Subject: Zenoss 5 Core - LDAP Authentication
Author: [Not Specified]
Posted: 2015-03-06 11:52

In previous versions of Zenoss, we could install some plugins for allowing LDAP authentication. Is this still the case Without a 'zenoss' user on the server now, it doesn't appear so. What is everyone doing for LDAP in version 5



Subject: unsuccessful so far
Author: [Not Specified]
Posted: 2015-03-06 13:09

I've been trying to get this working for the last couple of days and I haven't been successful.



Subject: Zenoss 5 Core - LDAP Authentication
Author: Ken Jenkins
Posted: 2015-03-07 14:31

I am interested to know now to authenticate LDAP with Control Center and the Zenoss Core 5 Dashboard.



Subject: Bump, we're still looking
Author: [Not Specified]
Posted: 2015-03-24 10:17

Bump, we're still looking into this.



Subject: Hey guys,
Author: Matt
Posted: 2015-03-24 17:19

Hey guys,

I've managed to install the LDAP plugin on my Zenoss 5 server.

Instructions:
Start a new shell in the running zope service and save the service instance with a new name:
serviced service shell -s LDAP_Plugin -i zope bash

Install the prerequisite packages:
yum -y install gcc python-devel openldap-devel

Remove the data cached by yum:
yum clean all

Switch to the Zenoss user:
su - zenoss

Install the required packages using easy_install:
easy_install python-ldap-2.4.19.tar.gz
easy_install setuptools-git-1.1.tar.gz
easy_install dataflake.fakeldap-1.1.tar.gz
easy_install Products.LDAPUserFolder-2.27.tar.gz
easy_install Products.LDAPMultiPlugins-1.14.tar.gz

Exit twice

Commit the changes you have made:
serviced snapshot commit LDAP_Plugin

Restart zope:
serviced service restart zope

That's it.

Now you can follow the instructions for Zenoss 4 to configure the LDAP plugin.

Edit: Instructions can also be found on the wiki: http://wiki.zenoss.org/Enabling_LDAP_Authentication_in_Zenoss_Core_5



< Previous
New to Zenoss Core 5
  Next
Zenoss 5 serviced can't pull serviced-isvcs image
>