Skip to content

Commit

Permalink
Merge branch '4.0' into 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Feb 7, 2025
2 parents ad255d8 + 4a23d0b commit 0d3da59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ To set the default language in your browser, you have to set a variable that get
How this is done depends on the browser you are using.

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

## 2.10 Enabling LDAP or Microsoft Active Directory support

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

Please note that you have to use the correct LDAP attributes for your LDAP server.
The LDAP server address must be in the format "ldap://ldap.example.com"
or "ldaps://ldap.example.com" for secure connections.

The "samAccountName" attribute is used for the user's login name,
and the "mail" attribute is used for the email address.

## 2.11 PDF export

Main features of the PDF export:
Expand Down
2 changes: 1 addition & 1 deletion phpmyfaq/assets/templates/setup/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<label class="col-sm-3 col-form-label" for="ldap_server">Host:</label>
<div class="col-sm-9">
<input type="text" name="ldap_server" id="ldap_server" class="form-control"
placeholder="127.0.0.1">
placeholder="ldap://127.0.0.1">
<small class="form-text text-muted">Please enter the host of your LDAP server.</small>
</div>
</div>
Expand Down

0 comments on commit 0d3da59

Please sign in to comment.