Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm working on using ldap_integration and have run into a couple of problems. For some reason, I am not able to use TLS encrypted connections to communicate with my LDAP server(eDirectory 8.7.3). Cleartext does work though.
After doing some research, it has been pointed out that a possible cause is this:
"The LDAP client does not trust the Certificate Authority that signed the LDAP Server's certificate. Typically, each LDAP client keeps a list of all the Certificate Authorities that it trusts. If the CA has been recreated, the LDAP client must update its list."
I've created an administration module to browse, edit, delete and chmod files on the server and would like to contribute it to Drupal's modules list. I do searching the whole site with several keywords but found nothing about how to do that. I do create a project using create content menu but nothing happends. Anybody here could give me some hint on how to do this, please?
Searching for some pathauto analogs. This module doesn't fit my needs, 'cos its only adding tons of pa aliases. Maybe there are some implementation of true auto path module - I mean, smth user/1 changed to user/root, user/1/edit changed to user/root/edit and so on.