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:
parent
61354b4c07
commit
1ce35785a9
1 changed files with 9 additions and 10 deletions
19
README.md
19
README.md
|
@ -6,22 +6,21 @@ Joomla! is an award-winning content management system https://www.joomla.org/ <b
|
|||
<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>
|
||||
|
||||
<b>Note:</b><br>
|
||||
There is installer.php added for bypassing the web installation process. see https://github.com/joomla/joomla-cms/pull/2764
|
||||
<b>Note:</b>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)
|
||||
Enable ldap plugin<br>
|
||||
Enter the following feilds:<br>
|
||||
**Host:**localhost<br>
|
||||
**Host:** localhost<br>
|
||||
**Port**:389<br>
|
||||
**LdapV3:**Yes<br>
|
||||
**LdapV3:** Yes<br>
|
||||
**Authorisation Method:** Bind and search<br>
|
||||
**Base DN:**dc=yunohost,dc=org<br>
|
||||
**uid:**uid=[search]<br>
|
||||
**User's DN:**ou=users,dc=yunohost,dc=org<br>
|
||||
**Map Full Name:**displayname<br>
|
||||
**Map Email:**mail<br>
|
||||
**Map User ID:**uid<br>
|
||||
**Base DN:** dc=yunohost,dc=org<br>
|
||||
**uid:** uid=[search]<br>
|
||||
**User's DN:** ou=users,dc=yunohost,dc=org<br>
|
||||
**Map Full Name:** displayname<br>
|
||||
**Map Email:** mail<br>
|
||||
**Map User ID:** uid<br>
|
||||
|
||||
# To-do
|
||||
- [X] Installation and remove script.
|
||||
|
|
Loading…
Reference in a new issue