1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-12 19:13:57 +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 ### inline
* syntax: `inline;<USERNAME>:<PASSWORDHASH>` * 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 ### file
* syntax: `file;<PATH_TO_FILE>` * syntax: `file;<PATH_TO_FILE>`
@@ -18,5 +18,5 @@ Currently there are three supported authentication sources:
### ldap ### ldap
* syntax: `ldap;<SERVER>;<ROOTDN>` * 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. * `<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. * `<ROOTDN>` specifies the rootdn. The IFM prepends "uid=" and the entered username.