Project

General

Profile

« Previous | Next » 

Revision 4580

Added by daigle about 16 years ago

move ldap.properties.metadata.xml to auth.properties.metadata.xml

View differences:

lib/ldap.properties.metadata.xml
1
<?xml version="1.0"?>
2

  
3
<metadataConfig>
4
	<group>
5
		<index>1</index>
6
		<name>LDAP Configuration Values</name>
7
		<comment>
8
			LDAP Setup
9
		</comment>
10
		<description>LDAP Configuration Values.</description>
11
	</group>
12
	
13
	<config>
14
		<key>ldap.url</key>
15
		<label>LDAP URL</label>
16
		<group>1</group>
17
		<index>1</index>
18
		<description>LDAP Server URL.</description>
19
		<helpFile>properties.html#ldap.url</helpFile>
20
	</config>
21

  
22
	<config>
23
		<key>ldap.surl</key>
24
		<label>LDAP Secure URL</label>
25
		<group>1</group>
26
		<index>2</index>
27
		<description>LDAP Secure Server URL.</description>
28
		<helpFile>properties.html#ldap.surl</helpFile>
29
	</config>
30

  
31
	<config>
32
		<key>ldap.administrators</key>
33
		<label>MetaCat Administrators</label>
34
		<group>1</group>
35
		<index>3</index>
36
		<description>LDAP users or groups for Metacat administration. 
37
			&lt;font color="red"&gt; Note: this must be set to a username or
38
			group that you belong to in order to continue with 
39
			configuration&lt;/font&gt;.</description>
40
		<helpFile>properties.html#ldap.administrators</helpFile>
41
		<isRequired>true</isRequired>
42
	</config>
43

  
44
</metadataConfig>
45 0

  
lib/auth.properties.metadata.xml
1
<?xml version="1.0"?>
2

  
3
<metadataConfig>
4
	<group>
5
		<index>1</index>
6
		<name>Authentication Configuration Values</name>
7
		<comment>
8
			Authentication Setup
9
		</comment>
10
		<description>Authentication Configuration Values.</description>
11
	</group>
12

  
13
	<config>
14
		<key>auth.class</key>
15
		<label>Authentication Class</label>
16
		<group>1</group>
17
		<index>1</index>
18
		<description>Authentication Class.</description>
19
		<helpFile>properties.html#auth.class</helpFile>
20
	</config>
21
	
22
	<config>
23
		<key>auth.url</key>
24
		<label>Authentication URL</label>
25
		<group>1</group>
26
		<index>2</index>
27
		<description>Authentication Server URL.</description>
28
		<helpFile>properties.html#auth.url</helpFile>
29
	</config>
30

  
31
	<config>
32
		<key>auth.surl</key>
33
		<label>Authentication Secure URL</label>
34
		<group>1</group>
35
		<index>3</index>
36
		<description>Authentication Secure Server URL.</description>
37
		<helpFile>properties.html#auth.surl</helpFile>
38
	</config>
39

  
40
	<config>
41
		<key>auth.administrators</key>
42
		<label>MetaCat Administrators</label>
43
		<group>1</group>
44
		<index>4</index>
45
		<description>Authentication users or groups for Metacat administration. 
46
			Typically, this holds LDAP credentials.
47
			&lt;font color="red"&gt; Note: this must be set to a username or
48
			group that you belong to in order to continue with 
49
			configuration&lt;/font&gt;.</description>
50
		<helpFile>properties.html#auth.administrators</helpFile>
51
		<isRequired>true</isRequired>
52
	</config>
53

  
54
</metadataConfig>
0 55

  

Also available in: Unified diff