Project

General

Profile

« Previous | Next » 

Revision 852

Added by Matt Jones over 22 years ago

Updated metacat login semantics. Now, metacat assumes the username passed
in is the 'full' distinguished name of the user. If that fails, then
instead it tries looking up the string and seeing if it can determine
what the DN is, then uses it. The preferred method of logging in via
a client is to send the FULL DN as the username parameter to login.

View differences:

metacat.properties
23 23
accessdoctype=-//NCEAS//eml-access-2.0//EN
24 24
server=@server@
25 25
authclass=edu.ucsb.nceas.metacat.AuthLdap
26
ldapurl=ldap://ldap.nceas.ucsb.edu:389/
27
ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
28
ldapbase=o=NCEAS,c=US
26
ldapurl=ldap://ldap.ecoinformatics.org:389/
27
ldapsurl=ldap://ldap.ecoinformatics.org:389/
28
ldapbase=dc=ecoinformatics,dc=org
29
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
30
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
31
#ldapbase=o=NCEAS,c=US
29 32
deltaT=60
30 33
replicationpath=@replication-path@
31 34
replicationlog=@replication-log@

Also available in: Unified diff