diff --git a/Authentication.md b/Authentication.md index fb9467d..07b3ee9 100644 --- a/Authentication.md +++ b/Authentication.md @@ -10,7 +10,7 @@ Currently there are three supported authentication sources: ### inline * syntax: `inline;:` -* has to be a password hash which was generated by PHPs `password_hash` function. +* `` has to be a password hash which was generated by PHPs `password_hash` function. ### file * syntax: `file;` @@ -18,5 +18,5 @@ Currently there are three supported authentication sources: ### ldap * syntax: `ldap;;` -* has to be the ip or name of the server. You can optional specify the port separated with a colon. -* specifies the rootdn. The IFM prepends "uid=" and the entered username. \ No newline at end of file +* `` has to be the ip or name of the server. You can optional specify the port separated with a colon. +* `` specifies the rootdn. The IFM prepends "uid=" and the entered username. \ No newline at end of file