Revision 4582
Added by daigle about 16 years ago
metacat.properties | ||
---|---|---|
8 | 8 |
|
9 | 9 |
configutil.propertiesConfigured=false |
10 | 10 |
## configutil.organizationsConfigured=false |
11 |
configutil.ldapConfigured=false
|
|
11 |
configutil.authConfigured=false
|
|
12 | 12 |
configutil.skinsConfigured=false |
13 | 13 |
configutil.databaseConfigured=false |
14 | 14 |
configutil.geoserverConfigured=false |
... | ... | |
112 | 112 |
#datamanager.srb.endpoint= |
113 | 113 |
#datamanager.srb.machinename= |
114 | 114 |
|
115 |
######## LDAP ############################################## |
|
115 |
######## Authentication and LDAP ##############################################
|
|
116 | 116 |
|
117 | 117 |
auth.class=edu.ucsb.nceas.metacat.AuthLdap |
118 | 118 |
auth.timeoutMinutes=180 |
119 |
|
|
120 |
# ldap.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org |
|
121 |
ldap.administrators= |
|
122 |
ldap.url=ldap://ldap.ecoinformatics.org:389/ |
|
123 |
ldap.surl=ldap://ldap.ecoinformatics.org:389/ |
|
124 |
ldap.allowedSubmitters= |
|
125 |
ldap.deniedSubmitters= |
|
119 |
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org |
|
120 |
auth.administrators= |
|
121 |
auth.url=ldap://ldap.ecoinformatics.org:389/ |
|
122 |
auth.surl=ldap://ldap.ecoinformatics.org:389/ |
|
123 |
auth.allowedSubmitters= |
|
124 |
auth.deniedSubmitters= |
|
126 | 125 |
# time in milliseconds allowed for ldap server connections |
127 | 126 |
ldap.connectTimeLimit=5000 |
128 | 127 |
# time in milliseconds allowed for ldap server searches |
Also available in: Unified diff
change generic authentication properties from ldap.* to auth.*