Project

General

Profile

« Previous | Next » 

Revision 8198

Added by Jing Tao about 11 years ago

Add a new property ldap.template.organizationList to control the list of the organization in the ldap templates.
It can be overwitten by the skin property with the same name.
Also add the Account organization.

View differences:

lib/metacat.properties
202 202
ldap.templates.failed=ldapRegisterFailed.tmpl
203 203
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
204 204
ldap.templates.searchResults=searchResults.tmpl
205
#The property defines a default value which controls the list of organization names showing in the account registeration, password reset and change password templates for all skins.
206
#The value of the property will be overwritten if a skin properties file defines the property as well.
207
#The value of the property should be defined in the organization.org.VALUE=something in the organization part.
208
#Multiple vlaues will be separated by ";".
209
ldap.templates.organizationList=Account
205 210

  
206 211
############### Session Values ###############
207 212
session.timeoutMinutes=360
......
232 237
organization.name.NAPIER=
233 238
organization.configured.SANPARKS=false
234 239
organization.name.SANPARKS=Kruger National Park
240
organization.org.SANPARKS=o=SANPARKS
235 241
organization.configured.SAEON=false
236 242
organization.name.SAEON=South African Environmental Observation Network Repository
243
organization.org.SAEON=o=SAEON
237 244

  
238 245
organization.name.unaffiliated=unaffiliated
239 246
organization.base.unaffiliated=dc=ecoinformatics,dc=org
......
241 248
organization.user.unaffiliated=cn=Manager
242 249
organization.password.unaffiliated=
243 250

  
251
organization.name.Account=Account
252
organization.base.Account=dc=ecoinformatics,dc=org
253
organization.org.Account=ou=Account
254
organization.user.Account=cn=Manager
255
organization.password.Account=
256

  
244 257
######## XML / EML  #########################################
245 258

  
246 259
xml.saxparser=org.apache.xerces.parsers.SAXParser

Also available in: Unified diff