1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

[Fix]Formatting problem in Readme

This commit is contained in:
anmol26s 2017-07-25 08:19:29 +05:30 committed by GitHub
parent 61354b4c07
commit 1ce35785a9

View file

@ -6,22 +6,21 @@ Joomla! is an award-winning content management system https://www.joomla.org/ <b
<h2>Why Joomla?</h2> <h2>Why Joomla?</h2>
<p>Hundreds of developers have been improving Joomla! since the first version was released in 2005. This immense effort has made Joomla! very popular, easy to use, stable and secure. <strong>See for more details:</strong>https://www.joomla.org/3/</p><br> <p>Hundreds of developers have been improving Joomla! since the first version was released in 2005. This immense effort has made Joomla! very popular, easy to use, stable and secure. <strong>See for more details:</strong>https://www.joomla.org/3/</p><br>
<b>Note:</b><br> <b>Note:</b>There is installer.php added for bypassing the web installation process. see https://github.com/joomla/joomla-cms/pull/2764
There is installer.php added for bypassing the web installation process. see https://github.com/joomla/joomla-cms/pull/2764
# Ldap configuration (For now you have to configure it youeself) # Ldap configuration (For now you have to configure it youeself)
Enable ldap plugin<br> Enable ldap plugin<br>
Enter the following feilds:<br> Enter the following feilds:<br>
**Host:**localhost<br> **Host:** localhost<br>
**Port**:389<br> **Port**:389<br>
**LdapV3:**Yes<br> **LdapV3:** Yes<br>
**Authorisation Method:** Bind and search<br> **Authorisation Method:** Bind and search<br>
**Base DN:**dc=yunohost,dc=org<br> **Base DN:** dc=yunohost,dc=org<br>
**uid:**uid=[search]<br> **uid:** uid=[search]<br>
**User's DN:**ou=users,dc=yunohost,dc=org<br> **User's DN:** ou=users,dc=yunohost,dc=org<br>
**Map Full Name:**displayname<br> **Map Full Name:** displayname<br>
**Map Email:**mail<br> **Map Email:** mail<br>
**Map User ID:**uid<br> **Map User ID:** uid<br>
# To-do # To-do
- [X] Installation and remove script. - [X] Installation and remove script.