Hello,

I put up with the module LDAP_integration the opportunity to users in my directory to connect it works fine but there is one thing that is annoying because every time any user in my LDAP , the user is automatically created in Drupal out I do not want. Is there something that I forgot to configure the module?

Thank you

Comments

miglius’s picture

This is by design. LDAP authentication performs the authentication against the LDAP server, but the drupal user should be created in order to use drupal.

markDrupal’s picture

Status: Active » Closed (works as designed)

Creating users is a requirement of using Drupal.

If you want to use LDAP authentication with out drupal integration, you are able to do so with Apache. This would require users to log in via LDAP but no user would be created in the user table.
http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html