Tweaks and reformatting
This commit is contained in:
parent
80d59423a2
commit
c480c692af
1 changed files with 24 additions and 6 deletions
|
@ -910,7 +910,29 @@
|
||||||
directive
|
directive
|
||||||
and update as follows:
|
and update as follows:
|
||||||
</p>
|
</p>
|
||||||
<pre> <br> <Host name="localhost" appBase="webapps"<br> <br> DeployOnStartup="false"<br> <br> unpackWARs="true" autoDeploy="false"<br> <br> xmlValidation="false" xmlNamespaceAware="false"><br> <br> <br> <Alias>example.com</Alias><br> <br> <Context path=""<br> <br> docBase="/usr/local/tomcat/webapps/vivo"<br> <br> reloadable="true"<br> <br> cookies="true" ><br> <br> <Manager pathname="" /><br> <br> <Environment type="java.lang.String" override="false" <br> <br> name="path.configuration" <br> <br> value="deploy.properties"<br> <br> /><br> <br> </Context><br> <br> ...<br> </pre>
|
<pre> <Host name="localhost" appBase="webapps"
|
||||||
|
DeployOnStartup="false"
|
||||||
|
unpackWARs="true" autoDeploy="false"
|
||||||
|
xmlValidation="false" xmlNamespaceAware="false">
|
||||||
|
|
||||||
|
<Alias>example.com</Alias>
|
||||||
|
|
||||||
|
<Context path=""
|
||||||
|
docBase="/usr/local/tomcat/webapps/vivo"
|
||||||
|
reloadable="true"
|
||||||
|
cookies="true" >
|
||||||
|
|
||||||
|
<Manager pathname="" />
|
||||||
|
|
||||||
|
<Environment type="java.lang.String" override="false"
|
||||||
|
name="path.configuration"
|
||||||
|
value="deploy.properties"
|
||||||
|
/>
|
||||||
|
</Context>
|
||||||
|
|
||||||
|
...
|
||||||
|
</pre>
|
||||||
|
|
||||||
<h3 id="external_auth">XI. Using an External Authentication System
|
<h3 id="external_auth">XI. Using an External Authentication System
|
||||||
with VIVO </h3>
|
with VIVO </h3>
|
||||||
<p>
|
<p>
|
||||||
|
@ -989,11 +1011,7 @@
|
||||||
<li>
|
<li>
|
||||||
<h5>Associating a User with a profile page.</h5>
|
<h5>Associating a User with a profile page.</h5>
|
||||||
<p>
|
<p>
|
||||||
If VIVO has an account for the user, the user will be given the
|
VIVO will try to associate the user with a profile
|
||||||
privileges assigned to that account.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
In addition, VIVO will try to associate the user with a profile
|
|
||||||
page, so the user may edit his own profile data. VIVO will search the
|
page, so the user may edit his own profile data. VIVO will search the
|
||||||
data model for a person with a property that matches the User’s network
|
data model for a person with a property that matches the User’s network
|
||||||
ID (the value of the property must be either a String literal or an
|
ID (the value of the property must be either a String literal or an
|
||||||
|
|
Loading…
Add table
Reference in a new issue