The majority of my configuration is handled from a settings file, and I'd like my usage and configuration of pyramid_ldap to use this as well. I'm happy to do the development work, but want to check the feature will be suitable for inclusion in this package.
My thinking is that some additional work can be done in the includeme() function, after the existing directives are added, to read the relevant configuration in from the settings, and then have that call these existing LDAP configuration functions. Backwards compatibility is maintained, and then all LDAP configuration can be carried out in a settings file.
Thoughts?
The majority of my configuration is handled from a settings file, and I'd like my usage and configuration of pyramid_ldap to use this as well. I'm happy to do the development work, but want to check the feature will be suitable for inclusion in this package.
My thinking is that some additional work can be done in the includeme() function, after the existing directives are added, to read the relevant configuration in from the settings, and then have that call these existing LDAP configuration functions. Backwards compatibility is maintained, and then all LDAP configuration can be carried out in a settings file.
Thoughts?