mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-10 10:04:01 +02:00
Updated Authentication (markdown)
@@ -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.
|
Reference in New Issue
Block a user