Project

General

Profile

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

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

    
14
	<config>
15
		<key>organization.name</key>
16
		<label>Organization Name</label>
17
		<group>1</group>
18
		<index>1</index>
19
		<description>The display name of organization</description>
20
		<helpFile>properties.html#ldap.org</helpFile>
21
	</config>
22
	
23
	<config>
24
		<key>organization.org</key>
25
		<label>LDAP Organization</label>
26
		<group>1</group>
27
		<index>2</index>
28
		<description>LDAP Organization</description>
29
		<helpFile>properties.html#ldap.org</helpFile>
30
	</config>
31
	
32
	<config>
33
		<key>organization.base</key>
34
		<label>LDAP Base</label>
35
		<group>1</group>
36
		<index>3</index>
37
		<description>LDAP Base.</description>
38
		<helpFile>properties.html#organization.base</helpFile>
39
	</config>
40
	
41
	<config>
42
		<key>organization.user</key>
43
		<label>LDAP User Name</label>
44
		<group>1</group>
45
		<index>4</index>
46
		<description>LDAP User Name</description>
47
		<helpFile>properties.html#ldap.user</helpFile>
48
	</config>
49

    
50
	<config>
51
		<key>organization.password</key>
52
		<label>LDAP Password</label>
53
		<group>1</group>
54
		<fieldType>password</fieldType>
55
		<index>5</index>
56
		<description>LDAP Password</description>
57
		<helpFile>properties.html#ldap.passwd</helpFile>
58
	</config>
59

    
60
</metadataConfig>
(53-53/75)