summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_ldap.php
AgeCommit message (Collapse)Author
2011-09-20- Make group's "member" attibute name configurablealec
git-svn-id: https://svn.roundcube.net/trunk@5248 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Don't set (wrong) error on groups listing actionalec
git-svn-id: https://svn.roundcube.net/trunk@5243 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Set group_bind_dn outside of list_groups()alec
git-svn-id: https://svn.roundcube.net/trunk@5242 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Hide PHP warning on ldap_search()alec
git-svn-id: https://svn.roundcube.net/trunk@5241 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Make rcube_ldap bind() and sasl_bind() methods publicalec
git-svn-id: https://svn.roundcube.net/trunk@5237 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-13- Fix encoding of LDAP contacts identifiers (#1488079)alec
git-svn-id: https://svn.roundcube.net/trunk@5214 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12- Fix required_fields checking per discussion in #1488073alec
git-svn-id: https://svn.roundcube.net/trunk@5208 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05Fallback to mail_domain in LDAP variable replacements; add 'host' to ↵thomasb
'user_create' hook arguments (#1488024) git-svn-id: https://svn.roundcube.net/trunk@5162 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-24Fix group members listing for ldap directoriesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5126 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16Correctly quote group filterthomasb
git-svn-id: https://svn.roundcube.net/trunk@5074 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-12- Add debug for operations on groupsalec
git-svn-id: https://svn.roundcube.net/trunk@5051 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-12- Remove double semicolonalec
git-svn-id: https://svn.roundcube.net/trunk@5050 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-11Fix saving and deleting LDAP contacts; skip client-side input validation for ↵thomasb
contacts, this is done server-side git-svn-id: https://svn.roundcube.net/trunk@5049 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-17Filter LDAP groups by search querythomasb
git-svn-id: https://svn.roundcube.net/trunk@4931 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-17Fix ldap group members listingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4928 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-08- Make Undo action optional by setting undo_timeout=0alec
git-svn-id: https://svn.roundcube.net/trunk@4919 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-18Use numSubOrdindates inconjuction with VLV to count totalthomasb
git-svn-id: https://svn.roundcube.net/trunk@4868 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-16- Add addressbook name in contact info frame (#1487958)alec
git-svn-id: https://svn.roundcube.net/trunk@4857 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15Allow to specify multiple sort columns as array (currently only used for VLV)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4851 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-13Use dechex() instead of sprintf() for base conversionthomasb
git-svn-id: https://svn.roundcube.net/trunk@4849 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-13Show more debug outputthomasb
git-svn-id: https://svn.roundcube.net/trunk@4848 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-13- Support array in 2nd argument of search() when searching by primary key, ↵alec
as in rcube_contacts class git-svn-id: https://svn.roundcube.net/trunk@4846 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-10Only select dn for count queriesthomasb
git-svn-id: https://svn.roundcube.net/trunk@4845 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-09Implement LDAPv3 Virtual List View (VLV) for paged results listingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4844 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Added addressbook advanced searchalec
git-svn-id: https://svn.roundcube.net/trunk@4834 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Add popup with basic fields selection for addressbook searchalec
git-svn-id: https://svn.roundcube.net/trunk@4823 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-12Improve display name composition when saving contacts (#1487143), with ↵thomasb
plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export git-svn-id: https://svn.roundcube.net/trunk@4752 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-04- Stop execution when LDAP addressbook is configured but PHP's ldap ↵alec
functions doesn't exists git-svn-id: https://svn.roundcube.net/trunk@4730 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-15Fixed LDAP patchthomasb
git-svn-id: https://svn.roundcube.net/trunk@4662 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-15Replace LDAP vars in group queries (#1487837)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4660 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-01Fix LDAP group identifiersthomasb
git-svn-id: https://svn.roundcube.net/trunk@4586 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-17- Add LDAP SASL bind and proxy authentication (#1486692)alec
git-svn-id: https://svn.roundcube.net/trunk@4560 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-15Allow group identifiers to be changed upon renaming (used in LDAP)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4552 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomasb
git-svn-id: https://svn.roundcube.net/trunk@4541 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-09Codestyle and formatting; don't attempt to save empty array valuesthomasb
git-svn-id: https://svn.roundcube.net/trunk@4513 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
git-svn-id: https://svn.roundcube.net/trunk@4484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-29Add groups support for LDAP address books, contributed by Andreas Dickthomasb
git-svn-id: https://svn.roundcube.net/trunk@4467 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Add option do bind for an individual LDAP address book (#1486997)alec
git-svn-id: https://svn.roundcube.net/trunk@4021 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-20- Add %dc variable support in base_dn/bind_dn config (#1486779)alec
git-svn-id: https://svn.roundcube.net/trunk@3773 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)alec
git-svn-id: https://svn.roundcube.net/trunk@3701 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-10- Fix autocomplete shows entries without email (#1486452)alec
git-svn-id: https://svn.roundcube.net/trunk@3608 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21- Add sizelimit and timelimit variables in LDAP config (#1486544)alec
git-svn-id: https://svn.roundcube.net/trunk@3520 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-25- typoalec
git-svn-id: https://svn.roundcube.net/trunk@3418 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-22- added lost param descriptionalec
git-svn-id: https://svn.roundcube.net/trunk@3280 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- add file/line definitions to raise_error() callsalec
git-svn-id: https://svn.roundcube.net/trunk@3231 208e9e7b-5314-0410-a742-e7e81cd9613c