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.
Member Since:
2010-05-17