1
0
Commit Graph

10 Commits

Author SHA1 Message Date
Bharat Mediratta
7898bf2b04 Pick up some straggling copyrights. 2013-01-21 01:30:22 -05:00
Bharat Mediratta
ef14a265dd Update copyright to 2013. 2013-01-21 01:24:24 -05:00
Bharat Mediratta
9cb4264560 (patch thanks to Reklov Nesalk).
ldap: Several fixes and improvements
* changed ldap_installer::install() to activate() so that ldap can be
enabled again after failing the first time
* if some information is not available from ldap server return
"better" values (e.g. no group instead of group = NULL)
* added function Ldap_User::loaded() which is called by user profile
* added configurable admin email address if not given by server
* make ldap work when there is no group management on ldap server
(create local groups for everybody and registered_users) and allow
guest user to be managed by server (configurable guest name)
* require everybody_group and registered_users_group to be in groups
The changes regarding renaming install() to activate() could be superfluous with the other fixes since there should not go anything wrong during install and uninstall. However, they do no harm and are really practical if something does go wrong.
Hope you can make some use of those (I diffed against current git checkouts).

Fixes #1834.
2012-05-07 11:59:14 -07:00
Bharat Mediratta
c144af904a Update copyright to 2012 2012-02-27 10:04:35 -08:00
Bharat Mediratta
4aa41c78d2 Add author_name, author_url, info_url, discuss_url for all modules/themes 2011-04-23 14:56:44 -07:00
Bharat Mediratta
8d0f624743 Update copyright to 2011. 2011-01-21 23:12:44 -08:00
Michał Sawicz
7ed701b471 [ldap] Use cn when displayName is empty
When the optional 'displayName' attribute is empty, use 'cn', which is
mandatory and never empty. This prevents empty names being displayed.
2011-01-04 00:22:01 +01:00
Bharat Mediratta
6ae1741f05 Don't mark add_user_to_group() and remove_user_from_group() static since they not static in IdentityProvider_Driver. 2010-12-14 16:19:46 -08:00
Bharat Mediratta
5a9c6d6063 use sample values 2010-11-27 22:27:22 -08:00
Bharat Mediratta
fefc65534f Move all modules/themes/client code for the 3.0 codebase into a 3.0 directory. 2010-10-08 12:51:32 -07:00