This commit is contained in:
Zhang Huangbin 2016-12-13 09:02:09 +08:00
parent fa698fc4ab
commit c16dbde99b
2 changed files with 4 additions and 4 deletions

View File

@ -164,7 +164,7 @@ Restarting Nginx service is required.
### OpenLDAP ### OpenLDAP
> If OpenLDAP is listening on localhost and not accessible from external > If OpenLDAP is listening on localhost and not accessible from external
> network, this could be optional setup. > network, this is OPTIONAL.
* On Red Hat and CentOS, it's defined in `/etc/openldap/slapd.conf`. * On Red Hat and CentOS, it's defined in `/etc/openldap/slapd.conf`.
* On Debian and Ubuntu, it's defined in `/etc/ldap/slapd.conf`. * On Debian and Ubuntu, it's defined in `/etc/ldap/slapd.conf`.
@ -216,7 +216,7 @@ ldapsearch -x -W \
### MySQL, MariaDB ### MySQL, MariaDB
> If MySQL/MariaDB is listening on localhost and not accessible from external > If MySQL/MariaDB is listening on localhost and not accessible from external
> network, this could be optional setup. > network, this is OPTIONAL.
* On Red Hat and CentOS, it's defined in `/etc/my.cnf` * On Red Hat and CentOS, it's defined in `/etc/my.cnf`
* On Debian and Ubuntu, it's defined in `/etc/mysql/my.cnf`. * On Debian and Ubuntu, it's defined in `/etc/mysql/my.cnf`.

View File

@ -178,7 +178,7 @@ certificates in the combined file:</p>
<h3 id="openldap">OpenLDAP</h3> <h3 id="openldap">OpenLDAP</h3>
<blockquote> <blockquote>
<p>If OpenLDAP is listening on localhost and not accessible from external <p>If OpenLDAP is listening on localhost and not accessible from external
network, this could be optional setup.</p> network, this is OPTIONAL.</p>
</blockquote> </blockquote>
<ul> <ul>
<li>On Red Hat and CentOS, it's defined in <code>/etc/openldap/slapd.conf</code>.</li> <li>On Red Hat and CentOS, it's defined in <code>/etc/openldap/slapd.conf</code>.</li>
@ -226,7 +226,7 @@ error message like <code>Peer's Certificate issuer is not recognized</code>.</p>
<h3 id="mysql-mariadb">MySQL, MariaDB</h3> <h3 id="mysql-mariadb">MySQL, MariaDB</h3>
<blockquote> <blockquote>
<p>If MySQL/MariaDB is listening on localhost and not accessible from external <p>If MySQL/MariaDB is listening on localhost and not accessible from external
network, this could be optional setup.</p> network, this is OPTIONAL.</p>
</blockquote> </blockquote>
<ul> <ul>
<li>On Red Hat and CentOS, it's defined in <code>/etc/my.cnf</code></li> <li>On Red Hat and CentOS, it's defined in <code>/etc/my.cnf</code></li>