Web MeetMe Password problem and LDAP connection

typiquement
Posts: 2
Member Since:
2010-05-17

Hi,

I downloaded the TrixBox CE 2.8.0.3 version and I found a problem when I tried to connect to the Web MeetMe interface. This problem is solved in this topic :
http://trixbox.org/forums/trixbox-forums/help/web-meetme-password... (title :Code error in user_add_sqldb.php)

As you can see, it is a 2008 thread and I am quite surprised this problem doesn't have been fixed yet. Maybe it is solved in the 2.8.0.4 version but I didn't test.

I also worked on using LDAP to authenticate user on the Web MeetMe interface. There is a solution using an AD but it can't work as I use an LDAP installed with Zimbra.
I used the script described in this topic :
http://www.trixbox.org/forums/trixbox-forums/open-discussion/meet... (title : one more tip)
and I modified it with one change :
133c134
_user_dn=$username.$this->_account_suffix;
---
> $this->_user_dn="uid=".$username.",".$this->_account_suffix;

This script (I will post it later) uses an LDAP directly.

I hope this topic will help anyone and I will be happy to answer questions.



typiquement
Posts: 2
Member Since:
2010-05-17
connection scripts

I wrote two php scripts to access to OpenLDAP. I had to make the difference between accessing a simple OpenLDAP installed normally and on installed with Zimbra. Indeed accessing methods are not the same.

http://www.megaupload.com/?d=0J28QM4R



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.