Project

General

Profile

« Previous | Next » 

Revision 8519

Added by Jing Tao over 10 years ago

Add a new config for the user-management-url.

View differences:

lib/auth.properties.metadata.xml
31 31
		if you allow authentication password change and account creation functionality
32 32
		from within Metacat.</description>
33 33
	</group>-->
34
	<config>
35
        <key>auth.class</key>
36
        <label>Authentication Class</label>
37
        <group>1</group>
38
        <index>1</index>
39
        <required>true</required>
40
        <fieldType>select</fieldType>
41
        <option>
42
              <name>edu.ucsb.nceas.metacat.authentication.AuthFile</name>
43
              <value>edu.ucsb.nceas.metacat.authentication.AuthFile</value>
44
        </option>
45
        <option>
46
           <name>edu.ucsb.nceas.metacat.AuthLdap</name>
47
           <value>edu.ucsb.nceas.metacat.AuthLdap</value>
48
         </option>
49
        <description>Authentication Class.</description>
50
        <helpFile>docs/metacat-properties.html#auth-class</helpFile>
51
    </config>
34 52
	
35 53
	<config>
36 54
        <key>auth.administrators</key>
37 55
        <label>Metacat Administrators</label>
38 56
        <group>1</group>
39
        <index>1</index>
57
        <index>2</index>
40 58
        <required>true</required>
41 59
        <description>Authentication users or groups for Metacat administration. 
42 60
            Typically, this holds LDAP credentials.
......
46 64
        <helpFile>docs/metacat-properties.html#auth-administrators</helpFile>
47 65
        <isRequired>true</isRequired>
48 66
    </config>
67
    
68
    <config>
69
        <key>auth.userManagementUrl</key>
70
        <label>Users Management URL</label>
71
        <group>1</group>
72
        <index>3</index>
73
        <required>true</required>
74
        <description>Web page provides the user management such as creating a new user and changing password.</description>
75
        <helpFile>docs/metacat-properties.html#auth-user-management-url</helpFile>
76
    </config>
49 77

  
50
	<config>
51
		<key>auth.class</key>
52
		<label>Authentication Class</label>
53
		<group>1</group>
54
		<index>2</index>
55
		<required>true</required>
56
		<fieldType>select</fieldType>
57
        <option>
58
              <name>edu.ucsb.nceas.metacat.authentication.AuthFile</name>
59
              <value>edu.ucsb.nceas.metacat.authentication.AuthFile</value>
60
        </option>
61
        <option>
62
           <name>edu.ucsb.nceas.metacat.AuthLdap</name>
63
           <value>edu.ucsb.nceas.metacat.AuthLdap</value>
64
         </option>
65
		<description>Authentication Class.</description>
66
		<helpFile>docs/metacat-properties.html#auth-class</helpFile>
67
	</config>
68 78
	
79
	
69 80
	<config>
70 81
        <key>auth.file.path</key>
71 82
        <label>Password File Path</label>

Also available in: Unified diff