Hello List,
i have changed some parts of the current LDAP code in the nightly snapshot 20070108 to meet our needs. We have a company addressbook stored in LDAP for which we wanted to have access from RoundCube. The directory needs user credentials for access, so i added a bind_dn and bind_pass parameter to the code. I have also extended the search criterias with a "company" field.
I hope this is usefull for someone else :)
This is very useful for me since we like to have our address book open but not accessable to just anyone, I was looking for this and didn't realize it wasn't part of the original code. I really should be added in to the trunk IMO. Thanks!
On Wed, 2007-02-07 at 13:50 +0100, Andreas Oster wrote:
Hello List,
i have changed some parts of the current LDAP code in the nightly snapshot 20070108 to meet our needs. We have a company addressbook stored in LDAP for which we wanted to have access from RoundCube. The directory needs user credentials for access, so i added a bind_dn and bind_pass parameter to the code. I have also extended the search criterias with a "company" field.
I hope this is usefull for someone else :)
Dear Ellis,
there is actually some code for authentication in the rcube_ldap.inc file, but unfortunately i could not find any information how to use it :(
Mit freundlichen Grüßen
Andreas Oster NOVA Elektroanlagen GmbH Carl-Zeiss-Str. 3
D-76275 Ettlingen
Tel: 07243/5490-22 FAX: 07243/5490-55 Web: http://www.novanetwork.de HRB 1711E, Karlsruhe
Steve Ellis schrieb:
This is very useful for me since we like to have our address book open but not accessable to just anyone, I was looking for this and didn't realize it wasn't part of the original code. I really should be added in to the trunk IMO. Thanks!
On Wed, 2007-02-07 at 13:50 +0100, Andreas Oster wrote:
Hello List,
i have changed some parts of the current LDAP code in the nightly snapshot 20070108 to meet our needs. We have a company addressbook stored in LDAP for which we wanted to have access from RoundCube. The directory needs user credentials for access, so i added a bind_dn and bind_pass parameter to the code. I have also extended the search criterias with a "company" field.
I hope this is usefull for someone else :)
Hello list,
unfortunately my code seems to break the 'selection'-code. Entries in the LDAP-search results table cannot be selected and the 'compose new message' window will not pop up when an entry is double clicked.
Can someone with a little more coding knowledge please check my code changes and give me a hint where it breaks the mentioned function ?
Thanks for your help
best regards
Andreas
Hello List,
i have changed some parts of the current LDAP code in the nightly snapshot 20070108 to meet our needs. We have a company addressbook stored in LDAP for which we wanted to have access from RoundCube. The directory needs user credentials for access, so i added a bind_dn and bind_pass parameter to the code. I have also extended the search criterias with a "company" field.
I hope this is usefull for someone else :)