ZenphotoCMS Forum
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 3 4


ldap login - MyAGzenphoto - 16-10-2017

Hello,
I would like to use ldap authentication with zenphoto.
how to install and configure the zenldap plugin ?
Best Regards.

MyAGzenphoto




ldap login - acrylian - 16-10-2017

You find the instructions her: https://github.com/f1dot4/zenLdap

Given the plugin still works as it is unsupported and seems not to have been update for 5 years. I never used it.




ldap login - MyAGzenphoto - 17-10-2017

I have followed the instructions and now how can I launch the login procedure. Till now I use the following URL from my browser:
http://zenphoto.private.vki.eu/zenphoto/ (location of my gallery).
I never get a login prompt even before.
Maybe the way I access my gallery is wrong.

Best Regards.

MyAGzenphoto




ldap login - acrylian - 17-10-2017

The general login url is http://zenphoto.private.vki.eu/zenphoto/admin if using modrewrite.

Besides that I cannot help with the plugin. I don't know it and never used it. It very well may not work anymore.




ldap login - MyAGzenphoto - 17-10-2017

Hello,
Trying to reset my zenphoto site.
By the way, can you tell me where I can find a zenphoto user's guide in pdf format.
Thanks in advance.

Best Regards.

MyAGzenphoto




ldap login - acrylian - 17-10-2017

There is no user guide besides all that is on the site and the explainations on the backend.




ldap login - MyAGzenphoto - 23-10-2017

Hello,
About the LDAP plugin: " https://github.com/f1dot4/zenLdap",
I have followed the instructions mentionned:
cd /home/giuseppe/
unzip zenLdap-master.zip
mkdir /alt/plugins/alt/
cd /alt/plugins/alt
cp /home/giuseppe/zenLdap-master/alt/lib-auth.php .
cd /alt/plugins/alt
cp /home/giuseppe/zenLdap-master/alt/lib-auth.php .

At this point how can I make zenphoto aware that the plugin is installed ?
Maybe from the admin Backend ?
Indeed , there is a "Plugins" tag.
Can you help me please.

Best Regards.

MyAGzenphoto




ldap login - acrylian - 23-10-2017

Please review the plugin install info here that you installed correctly:
http://www.zenphoto.org/news/using-plugins-and-third-party-features/
And again, it is old and third party and may not work anymore.




ldap login - MyAGzenphoto - 25-10-2017

Hello,
Thanks for your answer.
I have followed the instructions at http://www.zenphoto.org/news/using-plugins-and-third-party-features/

Here is wath I did:

             cd /var/www/html/zenphoto/zp-core
              mkdir plugins
              cd plugins
              cp ~giuseppe/zenLdap-master/ldapLogon.php .
              mkdir ldaplogon
              cp ~giuseppe/zenLdap-master/alt/lib-auth.php ./ldaplogon/.

Nothing changes, I still cannot see my ldapLogon plugin from the admin Backend
It is a pity, because to go on I really need LDAP authentication.
Any help will be welcome.Best Regards.

MyAGzenphoto




ldap login - acrylian - 25-10-2017

So the plugin file itself is within /plugins and also the alt folder?

Sorry but if that all does not work the plugin is probably just not compatible anymore. Again I have never used it, it is five years old and not supported.

It seems there is a pull request by someone who apparently updated the plugin. Here is the repo so I sugggest to try that: https://github.com/blind-coder/zenLdap

It's always best if someone actually using and needing a feature maintains it.