mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-10 10:04:01 +02:00
fix ldap auth example
This commit is contained in:
2
ifm.php
2
ifm.php
@@ -62,7 +62,7 @@ class IFMConfig {
|
||||
examples:
|
||||
const auth_source = 'inline;admin:$2y$10$0Bnm5L4wKFHRxJgNq.oZv.v7yXhkJZQvinJYR2p6X1zPvzyDRUVRC';
|
||||
const auth_source = 'file;/path/to/file';
|
||||
const auth_source = 'ldap;<ldap_sever_host>:<rootdn>';
|
||||
const auth_source = 'ldap;<ldap_sever_host>;<rootdn>';
|
||||
*/
|
||||
const auth = 0;
|
||||
const auth_source = 'inline;admin:$2y$10$0Bnm5L4wKFHRxJgNq.oZv.v7yXhkJZQvinJYR2p6X1zPvzyDRUVRC';
|
||||
|
@@ -62,7 +62,7 @@ class IFMConfig {
|
||||
examples:
|
||||
const auth_source = 'inline;admin:$2y$10$0Bnm5L4wKFHRxJgNq.oZv.v7yXhkJZQvinJYR2p6X1zPvzyDRUVRC';
|
||||
const auth_source = 'file;/path/to/file';
|
||||
const auth_source = 'ldap;<ldap_sever_host>:<rootdn>';
|
||||
const auth_source = 'ldap;<ldap_sever_host>;<rootdn>';
|
||||
*/
|
||||
const auth = 0;
|
||||
const auth_source = 'inline;admin:$2y$10$0Bnm5L4wKFHRxJgNq.oZv.v7yXhkJZQvinJYR2p6X1zPvzyDRUVRC';
|
||||
|
Reference in New Issue
Block a user