70 |
70 |
<div class="index-entry"><a href="#application.metacatVersion">Application Values</a></div>
|
71 |
71 |
<div class="index-entry"><a href="#database.connectionURI">Database Values</a></div>
|
72 |
72 |
<div class="index-entry"><a href="#auth.class">Authorization Values</a></div>
|
73 |
|
<div class="index-entry"><a href="#ldap.administrators">LDAP Values</a></div>
|
|
73 |
<div class="index-entry"><a href="#auth.administrators">Authentication Values</a></div>
|
74 |
74 |
<div class="index-entry"><a href="#xml.saxparser">XML/EML Values</a></div>
|
75 |
75 |
|
76 |
76 |
<a name="GlobalMetacatProperties"></a><h1>Global Metacat Properties - (metacat.properties) </h1>
|
... | ... | |
938 |
938 |
</div>
|
939 |
939 |
<div class="property-description-line">
|
940 |
940 |
<h2 class="property-inline"> Set Method: </h2>
|
941 |
|
<p class="property-text">Manual</p>
|
|
941 |
<p class="property-text">Configuration Utility</p>
|
942 |
942 |
</div>
|
943 |
943 |
<div class="property-description-line">
|
944 |
944 |
<h2 class="property-inline"> Description: </h2>
|
945 |
945 |
<p class="property-text"> The class that is used for user authentication. Currently,
|
946 |
946 |
only the AuthLdap class is included in the Metacat distribution, but it is possible
|
947 |
947 |
for an admin to implement other authentication strategies by implementing a Java
|
948 |
|
class that extends the AuthInterface interface and rebuilding Metacat.</p>
|
|
948 |
class that extends the AuthInterface interface and rebuilding Metacat. Change this to
|
|
949 |
be the fully qualified class name of your custom authentication mechanism.</p>
|
949 |
950 |
</div>
|
950 |
951 |
<div class="property-description-line">
|
951 |
952 |
<h2 class="property-inline"> Example: </h2>
|
... | ... | |
973 |
974 |
|
974 |
975 |
<br>
|
975 |
976 |
|
976 |
|
<a name="ldap.administrators"></a><h1 class="property-main"> ldap.administrators </h1>
|
|
977 |
<a name="auth.administrators"></a><h1 class="property-main"> auth.administrators </h1>
|
977 |
978 |
<div class="property-description-line">
|
978 |
979 |
<h2 class="property-inline"> Default Value: </h2>
|
979 |
980 |
<p class="property-text">(none)</p>
|
... | ... | |
998 |
999 |
<p class="property-text">cn=yourgroup,o=NCEAS,dc=ecoinformatics,dc=org</p>
|
999 |
1000 |
</div>
|
1000 |
1001 |
|
1001 |
|
<a name="ldap.url"></a><h1 class="property-main"> ldap.url </h1>
|
|
1002 |
<a name="auth.url"></a><h1 class="property-main"> auth.url </h1>
|
1002 |
1003 |
<div class="property-description-line">
|
1003 |
1004 |
<h2 class="property-inline"> Default Value: </h2>
|
1004 |
1005 |
<p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
|
... | ... | |
1009 |
1010 |
</div>
|
1010 |
1011 |
<div class="property-description-line">
|
1011 |
1012 |
<h2 class="property-inline"> Description: </h2>
|
1012 |
|
<p class="property-text"> The url of the ldap server that Metacat
|
|
1013 |
<p class="property-text"> The url of the server that Metacat
|
1013 |
1014 |
should use for authentication.</p>
|
1014 |
1015 |
</div>
|
1015 |
1016 |
<div class="property-description-line">
|
... | ... | |
1017 |
1018 |
<p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
|
1018 |
1019 |
</div>
|
1019 |
1020 |
|
1020 |
|
<a name="ldap.surl"></a><h1 class="property-main"> ldap.surl </h1>
|
|
1021 |
<a name="auth.surl"></a><h1 class="property-main"> auth.surl </h1>
|
1021 |
1022 |
<div class="property-description-line">
|
1022 |
1023 |
<h2 class="property-inline"> Default Value: </h2>
|
1023 |
1024 |
<p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
|
... | ... | |
1028 |
1029 |
</div>
|
1029 |
1030 |
<div class="property-description-line">
|
1030 |
1031 |
<h2 class="property-inline"> Description: </h2>
|
1031 |
|
<p class="property-text"> The url of the ldap server that Metacat
|
|
1032 |
<p class="property-text"> The url of the server that Metacat
|
1032 |
1033 |
should use for secure authentication.</p>
|
1033 |
1034 |
</div>
|
1034 |
1035 |
<div class="property-description-line">
|
... | ... | |
1036 |
1037 |
<p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
|
1037 |
1038 |
</div>
|
1038 |
1039 |
|
1039 |
|
<a name="ldap.allowedSubmitters"></a><h1 class="property-main"> ldap.allowedSubmitters </h1>
|
|
1040 |
<a name="auth.allowedSubmitters"></a><h1 class="property-main"> auth.allowedSubmitters </h1>
|
1040 |
1041 |
<div class="property-description-line">
|
1041 |
1042 |
<h2 class="property-inline"> Default Value: </h2>
|
1042 |
1043 |
<p class="property-text">(none)</p>
|
... | ... | |
1056 |
1057 |
<p class="property-text">uid=youruser,o=NCEAS,dc=ecoinformatics,dc=org</p>
|
1057 |
1058 |
</div>
|
1058 |
1059 |
|
1059 |
|
<a name="ldap.deniedSubmitters"></a><h1 class="property-main"> ldap.deniedSubmitters </h1>
|
|
1060 |
<a name="auth.deniedSubmitters"></a><h1 class="property-main"> auth.deniedSubmitters </h1>
|
1060 |
1061 |
<div class="property-description-line">
|
1061 |
1062 |
<h2 class="property-inline"> Default Value: </h2>
|
1062 |
1063 |
<p class="property-text">(none)</p>
|
change generic authentication properties from ldap.* to auth.*