Project

General

Profile

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
	</config>
42

    
43
</metadataConfig>
(11-11/29)