![]() |
|
ldap login - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: ldap login (/thread-13029.html) Pages:
1
2
|
ldap login - fretzl - 25-10-2017 I never use the command line but if I look at your code above I think you're creating a plugins folder in the zp-core folder which is not good. Correct me if I'm wrong. Anyway, I just downloaded and installed the fork too. alt lib-auth.diff []... ldap login - fretzl - 25-10-2017 His email address is on his GitHub overview page. ldap login - acrylian - 25-10-2017 Indeed, he lists one. However, you need to be loggedin on GitHub to see it. ldap login - MyAGzenphoto - 25-10-2017 Hello, ldap login - fretzl - 25-10-2017 You're correct. In a fresh install there is no backup folder but there should be an albums folder. If you downloaded the plugin from here: https://github.com/blind-coder/zenLdap you'll see that there are 2 files in the alt folder. Just a silly idea: ldap login - MyAGzenphoto - 25-10-2017 I was looking for the plugin "ldapLogon" and I did not find it. ldap login - fretzl - 26-10-2017 Yes, you should look for the "ldapLogon" plugin. ldap login - MyAGzenphoto - 30-10-2017 Hello, MyAGzenphoto ldap login - acrylian - 30-10-2017 Having both plugins might be the reason why you don't see any. One is a fork of the other so they both use the same functions which might cause an error. You should see something about that in the error logs I already suggested to review. Remove the older plugin and try again please. The fork one does show up fine for me. ldap login - MyAGzenphoto - 30-10-2017 Hello, WARNING: require_once(/var/www/html/zenphoto/zp-core/../../zp-core/classes.php): failed to open stream: No such file or directory in /var/www/html/zenphoto/zp-core/lib-auth.php on line 44 require_once called from require_once (lib-auth.php [44]) from require_once (auth_zp.php [14]) from require_once (load_objectClasses.php [42]) from require_once (functions.php [33]) from require_once (admin-functions.php [8]) from require_once (admin-globals.php [15]) maybe, this can help. Best Regards. MyAGzenphoto ldap login - acrylian - 30-10-2017 I looked at the newer plugin internally and it seems not be setup correctly. Line 44+ of It probably should be something like: Or just try the actual absolute paths: (I did not test these changes) ldap login - MyAGzenphoto - 31-10-2017 Hello, Best Regards. MyAGzenphoto ldap login - acrylian - 31-10-2017 Then try to contact its developer. Sorry, I cannot help with this plugin. ldap login - MyAGzenphoto - 31-10-2017 OK. Best Regards. MyAGzenphoto ldap login - MyAGzenphoto - 31-10-2017
Can you help me or shall I send this info to the developer ? MyAGzenphoto ldap login - acrylian - 31-10-2017 Glad you got it working again. Best the instructions are update on the plugin itself, too. It would probably be useful if the issue tracker on the plugin's repo was enabled. Since I cannot tell anyhting about that error except what it tells, best ask the plugin developer about it. Especially if it does not appear without the plugin. ldap login - MyAGzenphoto - 31-10-2017 OK, I will let it now to the devolopper |