Closes BookStackApp/BookStack#207.
Closes BookStackApp/BookStack#214.
BookStack has similar requirements to Laravel:
* PHP >= 5.6.4, Will need to be usable from the command line.
-* PHP Extensions: `OpenSSL`, `PDO`, `MBstring`, `Tokenizer`, `GD`, `MySQLND`
+* PHP Extensions: `OpenSSL`, `PDO`, `MBstring`, `Tokenizer`, `GD`, `MySQLND`, `Tidy`
* MySQL >= 5.6
* Git (Not strictly required but helps manage updates)
* [Composer](https://getcomposer.org/)
AUTH_METHOD=ldap
# The LDAP host, Adding a port is optional
-LDAP_SERVER=ldap://example.com:389
+LDAP_SERVER=example.com:389
# The base DN from where users will be searched within.
LDAP_BASE_DN=ou=People,dc=example,dc=com
A user in BookStack will be linked to a LDAP user via a 'uid'. If a LDAP user uid changes it can be updated in BookStack by an admin by changing the 'External Authentication ID' field on the user's profile.
-You may find that you cannot log in with your initial Admin account after changing the `AUTH_METHOD` to `ldap`. To get around this set the `AUTH_METHOD` to `standard`, login with your admin account then change it back to `ldap`. You get then edit your profile and add your LDAP uid under the 'External Authentication ID' field. You will then be able to login in with that ID.
\ No newline at end of file
+You may find that you cannot log in with your initial Admin account after changing the `AUTH_METHOD` to `ldap`. To get around this set the `AUTH_METHOD` to `standard`, login with your admin account then change it back to `ldap`. You get then edit your profile and add your LDAP uid under the 'External Authentication ID' field. You will then be able to login in with that ID.
@section('header')
<div class="row hero">
<div class="col-md-4 spaced">
- <h2 >Simple & Free <br>Wiki Software</h2>
+ <h2>Simple & Free <br>Wiki Software</h2>
<p>BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.</p>
<p>
<a href="https://github.com/ssddanbrown/BookStack">GitHub</a> -