Skip to content

Commit 0d3da59

Browse files
committed
Merge branch '4.0' into 'main'
2 parents ad255d8 + 4a23d0b commit 0d3da59

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

docs/installation.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ To set the default language in your browser, you have to set a variable that get
233233
How this is done depends on the browser you are using.
234234

235235
- Mozilla Firefox: Tools -> Options -> Content -> Languages
236-
- Google Chrome / Microsoft Edge / Opera: Settings -> Details -> Language settings
237-
- Safari uses the macOS system preferences to determine your preferred language: System preferences -> International
238-
-> Language
236+
- Google Chrome / Microsoft Edge / Opera: Settings Details Language settings
237+
- Safari uses the macOS system preferences to determine your preferred language: System preferences International
238+
Language
239239

240240
## 2.10 Enabling LDAP or Microsoft Active Directory support
241241

@@ -250,6 +250,13 @@ If you want to add LDAP support later, you can use the file **content/core/confi
250250
if you rename it to **content/core/config/ldap.php** you can use the LDAP features as well after you enabled it in the
251251
administration backend.
252252

253+
Please note that you have to use the correct LDAP attributes for your LDAP server.
254+
The LDAP server address must be in the format "ldap://ldap.example.com"
255+
or "ldaps://ldap.example.com" for secure connections.
256+
257+
The "samAccountName" attribute is used for the user's login name,
258+
and the "mail" attribute is used for the email address.
259+
253260
## 2.11 PDF export
254261

255262
Main features of the PDF export:

phpmyfaq/assets/templates/setup/index.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<label class="col-sm-3 col-form-label" for="ldap_server">Host:</label>
149149
<div class="col-sm-9">
150150
<input type="text" name="ldap_server" id="ldap_server" class="form-control"
151-
placeholder="127.0.0.1">
151+
placeholder="ldap://127.0.0.1">
152152
<small class="form-text text-muted">Please enter the host of your LDAP server.</small>
153153
</div>
154154
</div>

0 commit comments

Comments
 (0)