From a59c06551922159d9fe67262ee0933a7990bed92 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Thu, 27 Jul 2017 23:27:28 +0200 Subject: [PATCH] Updated Authentication (markdown) --- Authentication.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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