<help name="START_CONAN_SERVER">
Shall conan server be started.
</help>

<help name="CONAN_SERVER_DIR">
Directory where conan server shall store package data.
</help>

<help name="CONAN_SERVER_PORT">
Port number the server shall listen on for incoming 
connections.
</help>

<help name="CONAN_SERVER_HOSTNAME">
The host name used for the server's URL.
</help>

<help name="CONAN_SERVER_AUTH_TIMEOUT">
Time in seconds until users have to log in again.
</help>

<help name="CONAN_SERVER_NUM_WORKERS">
Number of worker threads that shall be spawned to handle
simultanious incoming requests.
</help>

<help name="CONAN_SERVER_USER_N">
Number of users known to this server for standard 
authentication method.
</help>

<help name="CONAN_SERVER_USER_%_NAME">
Name of user.
</help>

<help name="CONAN_SERVER_USER_%_PASSWD">
Password of user.
</help>

<help name="CONAN_SERVER_RD_ACL_N">
Number of ACL entries for read access permissions.
</help>

<help name="CONAN_SERVER_RD_ACL_%_NAME">
Selection mask for package names to apply this access rule to. You may enter
a specific package name or may use a wildcard character like '*' to select
all package names at once. <br/>
<br/>
example: opencv
</help>

<help name="CONAN_SERVER_RD_ACL_%_VER">
Selection mask for package versions to apply this access rule to. You may enter
a specific package version or may use a wildcard character like '*' to select
all package versions at once. <br/>
<br/>
example: 1.2.3
</help>

<help name="CONAN_SERVER_RD_ACL_%_OWNER">
Selection mask for package owner (user) to apply this access rule to. You may enter
a specific package owner or may use a wildcard character like '*' to select
all package owners at once. <br/>
<br/>
example: eisfair_user
</help>

<help name="CONAN_SERVER_RD_ACL_%_CHAN">
Selection mask for package channel to apply this access rule to. You may enter
a specific package channel or may use a wildcard character like '*' to select
all package channels at once. <br/>
<br/>
example: testing
</help>

<help name="CONAN_SERVER_RD_ACL_%_USERS">
List of users to be assigned to this access rule. You may enter a comma separated
list of user names or a wildcard, to select multiple users at once.
<br/>
<br/>
example: user1,users2
</help>

<help name="CONAN_SERVER_WR_ACL_N">
Number of ACL entries for write access permissions.
</help>

<help name="CONAN_SERVER_WR_ACL_%_NAME">
Selection mask for package names to apply this access rule to. You may enter
a specific package name or may use a wildcard character like '*' to select
all package names at once. <br/>
<br/>
example: opencv
</help>

<help name="CONAN_SERVER_WR_ACL_%_VER">
Selection mask for package versions to apply this access rule to. You may enter
a specific package version or may use a wildcard character like '*' to select
all package versions at once. <br/>
<br/>
example: 1.2.3
</help>

<help name="CONAN_SERVER_WR_ACL_%_OWNER">
Selection mask for package owner (user) to apply this access rule to. You may enter
a specific package owner or may use a wildcard character like '*' to select
all package owners at once. <br/>
<br/>
example: eisfair_user
</help>

<help name="CONAN_SERVER_WR_ACL_%_CHAN">
Selection mask for package channel to apply this access rule to. You may enter
a specific package channel or may use a wildcard character like '*' to select
all package channels at once. <br/>
<br/>
example: testing
</help>

<help name="CONAN_SERVER_WR_ACL_%_USERS">
List of users to be assigned to this access rule. You may enter a comma separated
list of user names or a wildcard, to select multiple users at once.
<br/>
<br/>
example: user1,users2
</help>