| | |
| | | private boolean useSSL; |
| | | private boolean useStartTLS; |
| | | private String replicationServer; |
| | | private String referencedHostName; |
| | | |
| | | /** |
| | | * Sets the database directories located outside the installation which must |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns the server host name as referenced in other servers. |
| | | * @return the server host name as referenced in other servers. |
| | | */ |
| | | public String getReferencedHostName() { |
| | | return referencedHostName; |
| | | } |
| | | |
| | | /** |
| | | * Sets the server host name as referenced in other servers. |
| | | * @param referencedHostName server host name as referenced in other |
| | | * servers. |
| | | */ |
| | | public void setReferencedHostName(String referencedHostName) { |
| | | this.referencedHostName = referencedHostName; |
| | | } |
| | | |
| | | /** |
| | | * Returns the LDAP URL that we used to connect to the local server. |
| | | * @return the LDAP URL that we used to connect to the local server. |
| | | */ |