Page 1 of 1
Ldap support
Posted: Sat Jun 24, 2006 2:47 am
by donutboy
To tie this into our ldap tree.
Posted: Tue Jun 27, 2006 3:24 pm
by zoneminder
Can you expand on this a little?
LDAP
Posted: Thu Jul 27, 2006 7:22 pm
by pkmminc
I think I might have a idea as I would like to see some kind of LDAP Support.
Use the LDAP for authentication into the ZoneMinder interface. Then be able to select from that ldap list the users to which can make changes to ZoneMinder and view/edit monitors.
I think it would a lot of additional programming. You'd need a basic connection file with the correct DN's for login and searchs. I have used a couple of apps that I like the way it works.
jive softwares wildfire is a nice example. It simple uses ldap for login and you fille in your groups via the database.
www.jive-software.org
Horde is a really good one, that allows you have groups within LDAP.
Another Idea with the use od LDAP is store ZoneMinder info with in a custom scheme. then you would be able to have a bunch of ZoneMinders using the LDAP server. Like a ZM farm. Then possible build the daemon to look at the LDAP for configs. Under one OU you could have <Server> and <device>. All the servers would only read the info that has their sever name. Then you would only need one Web Interface with shared storage.
Posted: Tue Aug 08, 2006 11:37 am
by uxbod
Personally, I would leave the configuration in MySQL as you can cluster that nicely aswell. Using LDAP is a good idea as you can integrate with AD aswell.
Starter for 10 :-
http://adldap.sourceforge.net/
Posted: Thu Mar 29, 2007 3:21 am
by donutboy
Wow. Thanks!
Posted: Wed Apr 04, 2007 10:29 am
by Solar
It's really easy to impliment LDAP authentication if you use the php libraries. I wrote an extension for ZoneMinder in about 2 hours.
All the user info is still held within mySQL, and just the password is sent to LDAP (AD in our case) for validation. If anyone is interested I can post the code here. It's only about 2 lines of changes in zm_funcs if you include my functions.
Check this out:
http://www.zoneminder.com/forums/viewtopic.php?t=8588
Regards,
Christiaan
Posted: Sat Apr 07, 2007 6:58 pm
by zoneminder
By all means post it here, or mail/pm it to me and I will ensure it gets added into the next release.
Posted: Wed Aug 19, 2009 2:54 pm
by bburton82
Hi. Whats about the ldap integration now? can we use it or is there maybe a good manual how to integrate it?
regards.
br.