Project

General

Profile

1
<?xml version="1.0"?>
2

    
3
<metadataConfig>
4
	<group>
5
		<index>1</index>
6
		<name>Global Values</name>
7
		<description>Database Configuration Values.</description>
8
	</group>
9
	<group>
10
		<index>2</index>
11
		<name>Organizational Level Values</name>
12
		<comment>
13
			Select the organizations for which you have admin rights, and update
14
			the configuration information if necessary.
15
		</comment>
16
		<description>Server Configuration Values.</description>
17
	</group>
18

    
19
	<config>
20
		<key>ldap.url</key>
21
		<label>LDAP URL</label>
22
		<group>1</group>
23
		<index>1</index>
24
		<description>LDAP Server URL.</description>
25
		<helpFile>properties.html#ldap.url</helpFile>
26
	</config>
27

    
28
	<config>
29
		<key>ldap.surl</key>
30
		<label>LDAP Secure URL</label>
31
		<group>1</group>
32
		<index>2</index>
33
		<description>LDAP Secure Server URL.</description>
34
		<helpFile>properties.html#ldap.surl</helpFile>
35
	</config>
36

    
37
	<config>
38
		<key>ldap.administrators</key>
39
		<label>MetaCat Administrators</label>
40
		<group>1</group>
41
		<index>3</index>
42
		<description>LDAP Administrators.</description>
43
		<helpFile>properties.html#ldap.admin</helpFile>
44
	</config>
45
	
46
	<config>
47
		<key>ldap.allowedSubmitters</key>
48
		<label>Allowed Submitters</label>
49
		<group>1</group>
50
		<index>4</index>
51
		<description>Allowed Submitters</description>
52
		<helpFile>properties.html#ldap.allowed</helpFile>
53
	</config>
54

    
55
	<config>
56
		<key>ldap.deniedSubmitters</key>
57
		<label>Denied Submitters</label>
58
		<group>1</group>
59
		<index>5</index>
60
		<description>Denied Submitters</description>
61
		<helpFile>properties.html#ldap.denied</helpFile>
62
	</config>
63
	
64
	<config>
65
		<key>ldap.org</key>
66
		<label>LDAP Organization</label>
67
		<group>2</group>
68
		<index>1</index>
69
		<description>LDAP Organization</description>
70
		<helpFile>properties.html#ldap.org</helpFile>
71
	</config>
72
	
73
	<config>
74
		<key>ldap.base</key>
75
		<label>LDAP Base</label>
76
		<group>2</group>
77
		<index>2</index>
78
		<description>LDAP Base.</description>
79
		<helpFile>properties.html#ldap.base</helpFile>
80
	</config>
81
	
82
	<config>
83
		<key>ldap.user</key>
84
		<label>LDAP User Name</label>
85
		<group>2</group>
86
		<index>3</index>
87
		<description>LDAP User Name</description>
88
		<helpFile>properties.html#ldap.user</helpFile>
89
	</config>
90

    
91
	<config>
92
		<key>ldap.password</key>
93
		<label>LDAP Password</label>
94
		<group>2</group>
95
		<fieldType>password</fieldType>
96
		<index>4</index>
97
		<description>LDAP Password</description>
98
		<helpFile>properties.html#ldap.passwd</helpFile>
99
	</config>
100

    
101
</metadataConfig>
(18-18/26)