Did anyone run pas.plugins.ldap successfully with plone 6.0.9? OR have any other LDAP solution?

I use these addons in my mx.ini

[settings]
version-overrides =
    yafowil.plone==5.0.0a2
    yafowil.bootstrap==2.0.0a1
    yafowil.widget.array==2.0a1
    yafowil.widget.dict==2.0a1

[pas.plugins.ldap]
url = https://github.com/collective/pas.plugins.ldap.git
branch = p6

LDAP works, but i can't configure (add/remove fields) properties of the ldap plugin. neither in the plone controlpanel or in the zmi under acl_user/pasldap plugin. the save operation works.

2 Likes

I can test it with the following configurations:

[settings]
github = https://github.com
main-package = -e .[test]

version-overrides =
    yafowil.plone==5.0.0a2
    yafowil.bootstrap==2.0.0a1
    yafowil.widget.array==2.0a1
    yafowil.widget.dict==2.0a1

[pas.plugins.ldap]
url = ${settings:github}/collective/pas.plugins.ldap.git
branch = p6

It's working very well the following:

  • The add-on installation
  • The i18n support and translation

I hope the next week test it with a real LDAP server.

@jensens One question: Do you think we can include support for a GenericSetup uninstall profile? I can review the Issue #36 · collective/pas.plugins.ldap and I try to update it.

@jensens One question: Do you think we can include support for a GenericSetup uninstall profile? I can review the Issue #36 · collective/pas.plugins.ldap and I try to update it.

Sure, I would love to get a Pull Request from you for this!

1 Like