Commit Graph

13 Commits

Author SHA1 Message Date
Christian Scheible
7cf90d3db2 [DS-1518] Support of StartTLS in LDAPAuthentication. 2016-02-10 16:50:19 +01:00
Ivan Masár
fb0e6b879d DS-3014 LDAP authentication not working 2016-02-01 20:05:09 +01:00
Tim Donohue
08d3e961be Configuration cleanup. Restore authentication.cfg. Add example of configuring AuthN to local.cfg. Move default logging settings to dspace.cfg. Uncomment all module configs 2016-01-25 14:36:17 -06:00
Tim Donohue
a428d5a24e Prepend all configs with module name (to ensure unique keys). Load all module configs from dspace.cfg via "include" statements. 2016-01-25 14:35:23 -06:00
Davor Cubranic
8145ded0d2 Fix the name of the master authentication config file
It's 'authentication.cfg', not 'authenticate.cfg'.
2015-06-29 13:09:43 -07:00
Ivan Masár
46a63583cf fix typos 2014-06-27 13:32:12 +02:00
Ivan Masár
e41d5818df DS-1690 assign DSpace group based on LDAP attribute value 2013-10-07 16:33:21 +02:00
Ivan Masár
9e24d11d10 authentication-ldap.cfg comment about slash in URL 2013-02-25 15:57:13 +01:00
Ivan Masár
8c4341357b fix the special case of anonymous LDAP search
Hierarchical LDAP originally assumed that when search.user is not
set, anonymous search is performed. We now assume that if it's
not set, simple LDAP authentication is performed. That retains
configuration backward comaptibility for the two most common cases.
The special case of anonymous search now requires search.anonymous
to be set to true, which means old installations using this setup
will have to add this config property.
2012-09-17 10:29:40 +02:00
Ivan Masár
3c45c1bc67 consolidate LDAP and LDAPHierarchical auth
Thanks to the previously merged DS-1180, the LDAPHierarchicalAuthentication
method gaind the capabilities of LDAPAuthentication. This commit renames
LDAPHierarchicalAuthentication to LDAPAuthentication and removes the
original LDAPAuthentication.
2012-09-17 10:29:40 +02:00
Tim Donohue
eae5ddf3d7 Comment changes: Updating the configurations files in "[src]/dspace/config/module/" to have a common header style which explains the purpose of the configuration file. Several config files had no/minimal context information, others were just reformatted slightly.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6799 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-11 20:29:09 +00:00
Tim Donohue
e1dc657272 Enhanced the comments at the top of all authentication configuration files. Added some basic info about available Authentication Plugins to 'authentication.cfg' header. Also updated all other authentication config files headers to refer back to 'authenticate.cfg'.
The end goal here is to try and make Authentication configuration a little more self-explanatory. Obviously, these comments are not meant to take the place of good documentation, but I think they will be helpful to sysadmins.

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6749 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-29 15:15:35 +00:00
Stuart Lewis
ebc67a4ae8 New modules/authenticate-ldap.cfg
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6568 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-19 04:13:44 +00:00