Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
fda67c24
Commit
fda67c24
authored
Dec 22, 2018
by
Carsten Rose
Browse files
Manual.rst: small fixes
parent
b967db8d
Pipeline
#1227
passed with stage
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
fda67c24
...
...
@@ -306,8 +306,8 @@ config.qfq.php
+-------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| DB_
<n>
_NAME | DB_1_NAME=qfq_db | Database name |
+-------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| LDAP_1_RDN | LDAP_1_RDN='ou=Admin,ou=example,dc=com' | Credentials for non-anonymous LDAP access.
At the moment only one set of
|
| LDAP_1_PASSWORD | LDAP_1_PASSWORD=mySecurePassword
| |
| LDAP_1_RDN | LDAP_1_RDN='ou=Admin,ou=example,dc=com' | Credentials for non-anonymous LDAP access.
Only one set supported.
|
| LDAP_1_PASSWORD | LDAP_1_PASSWORD=
'
mySecurePassword
'
| |
+-------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
...
...
@@ -325,16 +325,16 @@ Example: *typo3conf/config.qfq.php*: ::
'DB_1_PASSWORD' => '<DBPW>',
'DB_1_NAME' => '<DB>',
//DB_2_USER = <DBUSER>
//DB_2_SERVER = <DBSERVER>
//DB_2_PASSWORD = <DBPW>
//DB_2_NAME = <DB>
//DB_2_USER =
>
<DBUSER>
//DB_2_SERVER =
>
<DBSERVER>
//DB_2_PASSWORD =
>
<DBPW>
//DB_2_NAME =
>
<DB>
// DB_n ...
// ...
// LDAP_1_RDN =
// LDAP_1_PASSWORD =
// LDAP_1_RDN =
> 'ou=Admin,ou=example,dc=com'
// LDAP_1_PASSWORD =
> 'mySecurePassword'
];
.. _extension-manager-qfq-configuration:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment