1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00
joomla_ynh/doc/ADMIN.md
Éric Gaspar 18b7b898b6 v2
2023-10-30 09:43:36 +01:00

1.1 KiB

Ldap configuration (For now you have to configure it yourself)

Enable ldap Extension
Enter the following feilds:
Host: localhost
Port:389
LdapV3: Yes
Authorisation Method: Bind and search
Base DN: dc=yunohost,dc=org
uid: uid=[search]
User's DN: ou=users,dc=yunohost,dc=org
Map Full Name: displayname
Map Email: mail
Map User ID: uid

UPDATE TO 4.1.0 REQUIRES MANUAL FIX WITH PHPMYADMIN

  1. Run phpmyadmin after applying the update

  2. Select 'joomla' database in the left panel

step 1

  1. Select all tables in the right panel

step 2

  1. Clic on the action menu

step 3

  1. Clic add prefix to table

step 4

  1. Enter the database prefix you see in the error message of joomla :
Table 'joomla.JuzW_menu' doesn't exist

it looks like 'JuzW_' in the prefix box and validate

step 5

  1. You're done, all tables are prefixed with your prefix

step 6