Hi,
In the next version of SQLPage, adding the ability to send emails via the SMTP protocol is an excellent idea.
Would it be possible to consider support for the LDAP protocol with a function like sqlpage.read_ldap_entries()? This function would allow retrieving data for an LDAP entry and, in particular, a user’s email address.
I created a prototype with the help of an AI since I don’t code in Rust, and it works correctly. The function takes as parameters the search path and returns a JSON array. It also receives the LDAP connection parameters, since in an organization (like ours) multiple LDAP servers may be used.
What do you think?
Best regards
Olivier
Hi,
In the next version of SQLPage, adding the ability to send emails via the SMTP protocol is an excellent idea.
Would it be possible to consider support for the LDAP protocol with a function like
sqlpage.read_ldap_entries()? This function would allow retrieving data for an LDAP entry and, in particular, a user’s email address.I created a prototype with the help of an AI since I don’t code in Rust, and it works correctly. The function takes as parameters the search path and returns a JSON array. It also receives the LDAP connection parameters, since in an organization (like ours) multiple LDAP servers may be used.
What do you think?
Best regards
Olivier