1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-10 10:04:01 +02:00

Updated Authentication (markdown)

Marco Dickert
2017-07-27 23:27:28 +02:00
parent 2c2ce9bd1a
commit a59c065519

@@ -10,7 +10,7 @@ Currently there are three supported authentication sources:
### inline
* syntax: `inline;<USERNAME>:<PASSWORDHASH>`
* <PASSWORDHASH> has to be a password hash which was generated by PHPs `password_hash` function.
* `<PASSWORDHASH>` has to be a password hash which was generated by PHPs `password_hash` function.
### file
* syntax: `file;<PATH_TO_FILE>`
@@ -18,5 +18,5 @@ Currently there are three supported authentication sources:
### ldap
* syntax: `ldap;<SERVER>;<ROOTDN>`
* <SERVER> has to be the ip or name of the server. You can optional specify the port separated with a colon.
* <ROOTDN> specifies the rootdn. The IFM prepends "uid=" and the entered username.
* `<SERVER>` has to be the ip or name of the server. You can optional specify the port separated with a colon.
* `<ROOTDN>` specifies the rootdn. The IFM prepends "uid=" and the entered username.