Fix fake macros
This commit is contained in:
parent
dc9afffc33
commit
ab6efeff25
2 changed files with 4 additions and 4 deletions
|
|
@ -433,8 +433,8 @@ olcWriteTimeout: 180
|
|||
|
||||
[[s3-ldap-configuration-database]]
|
||||
==== Changing the Database-Specific Configuration
|
||||
indexterm:[OpenLDAP,configuration,database]indexterm:[OpenLDAP,files,/etc/openldap/slapd.d/cn=config/olcDatabase={1}bdb.ldif]
|
||||
By default, the OpenLDAP server uses Berkeley DB (BDB) as a database back end. The configuration for this database is stored in the `/etc/openldap/slapd.d/cn=config/olcDatabase={1}bdb.ldif` file. The following directives are commonly used in a database-specific configuration:
|
||||
indexterm:[OpenLDAP,configuration,database]indexterm:[OpenLDAP,files,/etc/openldap/slapd.d/cn=config/olcDatabase=\{1}bdb.ldif]
|
||||
By default, the OpenLDAP server uses Berkeley DB (BDB) as a database back end. The configuration for this database is stored in the `/etc/openldap/slapd.d/cn=config/olcDatabase=\{1}bdb.ldif` file. The following directives are commonly used in a database-specific configuration:
|
||||
|
||||
indexterm:[OpenLDAP,directives,olcReadOnly] [option]`olcReadOnly`:: The [option]`olcReadOnly` directive allows you to use the database in a read-only mode. It takes the following form:
|
||||
+
|
||||
|
|
@ -490,7 +490,7 @@ It accepts either a plain text string, or a hash. To generate a hash, type the f
|
|||
~]${nbsp}pass:attributes[{blank}][command]#slappaswd#
|
||||
New password:
|
||||
Re-enter new password:
|
||||
{SSHA}WczWsyPEnMchFf1GRTweq2q7XJcvmSxD
|
||||
\{SSHA}WczWsyPEnMchFf1GRTweq2q7XJcvmSxD
|
||||
----
|
||||
|
||||
[[example-ldap-configuration-olcrootpw]]
|
||||
|
|
|
|||
|
|
@ -1405,7 +1405,7 @@ The _format_ is a string consisting of options as described in xref:Web_Servers.
|
|||
|[option]`%s`|Represents the status code.
|
||||
|[option]`%t`|Represents the date and time of the request.
|
||||
|[option]`%u`|If the authentication is required, it represents the remote user. If not, a hyphen (that is, `-`) is used instead.
|
||||
|[option]`%{pass:attributes[{blank}]_field_pass:attributes[{blank}]}`|Represents the content of the HTTP header _field_. The common options include [option]`%{Referer}` (the URL of the web page that referred the client to the server) and [option]`%{User-Agent}` (the type of the web browser making the request).
|
||||
|[option]`%{pass:attributes[{blank}]_field_pass:attributes[{blank}]}`|Represents the content of the HTTP header _field_. The common options include [option]`%\{Referer}` (the URL of the web page that referred the client to the server) and [option]`%\{User-Agent}` (the type of the web browser making the request).
|
||||
|===
|
||||
|
||||
[[example-apache-httpdconf-logformat]]
|
||||
|
|
|
|||
Reference in a new issue