From ea3f3922f3b7e8fc309e990f8d8d21a3a96c5daf Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Tue, 4 Jul 2017 12:58:23 +0200 Subject: [PATCH] fix ldap auth example --- ifm.php | 2 +- src/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ifm.php b/ifm.php index 65d8c0a..78d5c1e 100644 --- a/ifm.php +++ b/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;:'; + const auth_source = 'ldap;;'; */ const auth = 0; const auth_source = 'inline;admin:$2y$10$0Bnm5L4wKFHRxJgNq.oZv.v7yXhkJZQvinJYR2p6X1zPvzyDRUVRC'; diff --git a/src/config.php b/src/config.php index 5527666..2b8d6a5 100644 --- a/src/config.php +++ b/src/config.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;:'; + const auth_source = 'ldap;;'; */ const auth = 0; const auth_source = 'inline;admin:$2y$10$0Bnm5L4wKFHRxJgNq.oZv.v7yXhkJZQvinJYR2p6X1zPvzyDRUVRC';