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

Do we have a KGS of dependencies? #31

Closed hvelarde closed 7 years ago

hvelarde commented 7 years ago

pas.plugins.ldap has a lot of dependencies that need to be pinned; do we have a known good set of versions that we must use with current release 1.5.1?

rnixx commented 7 years ago

AFAIK a lot of this dependencies are defined because the plugin works in plain Zope. I also think that there are some redundant dependencies (@jensens?) which are basically subsequent dependencies of other packages. Plone related packages should also not be pinned, because the plugin works with Plone 4 and Plone 5 and the related versions are pinned down at other places. Are some bluedynamics originated packages left for which we can define latest releases if we want, not sure whether it makes much sense though.

Do you have some specific problems with your setup right now you're trying to solve with a KGS?

hvelarde commented 7 years ago

no, I just wanted to know how to pin it in production.