collective / pas.plugins.ldap

Zope (and Plone) PAS Plugin providing users and groups from LDAP directory
http://pypi.python.org/pypi/pas.plugins.ldap
Other
13 stars 20 forks source link

Implement uninstall #36

Open rnixx opened 7 years ago

rnixx commented 7 years ago

Related #35 #34 #25 #15

hvelarde commented 7 years ago

you have a weird way of managing projects…

rnixx commented 7 years ago

We don't need 4 open issues for one and the same thing.

rnixx commented 7 years ago
rnixx commented 7 years ago

you have a weird way of managing projects...

Héctor, please stick to facts if possible

hvelarde commented 7 years ago

the facts are we have different issues here and you assume they are all the same; by closing the original issue reports, and not leaving information on them, you're wasting time (yours and other people) because when you implement the solution we will not be able to track and check that easily.

you have partially fixed that by adding a list of the original issues to this issue, but we lost the participants list; complex problems must be divided in smaller, simpler ones.

I have reopened one of the issues that I think is not related with the uninstaller; correct me if I'm wrong.

ghost commented 4 years ago

Two years ago I installed version 1.5.1. and the performance was not acceptable. We "unistalled" the plugin, but the configuration settings still exists in the configuration menu. No problem at all, we used the site without LDAP connector.

Two months ago we used a newer version of the pas.plugin.ldap in another project and now the performance works fine, because we can configure the memcached.

No I thought I can update the old plone Instance with the new pas.plugin.ldap version. I did a upgrade to version 1.7.2 but I get no new interface displayed and I am not able to configure the memcached settings.

What do I have to remove in the ZMI to get the new interface /plone_ldapcontrolpanel to set the memcached?

grafik

rnixx commented 4 years ago

ICacheSettingsRecordProvider utility is missing. Normally it gets registered via https://github.com/collective/pas.plugins.ldap/blob/master/src/pas/plugins/ldap/plonecontrolpanel/profiles/base/componentregistry.xml

jensens commented 4 years ago

Go to portal_setup and reapply the profile.

ghost commented 4 years ago

I went under portal_setup to the "Import" Tab, I choose

in all combinations. I deleted /acl_users/pasldap and renew it with the above reapplies.

I entered all settings in the LDAP configuration again and the connection works fine. But all the time I see "feature is not available" in the "memcached server to use" text field, also if I enter a correct information. The same happens, if I enter the setting in /acl_users/pasldap.

grafik