Closed (works as designed)
Project:
LDAP integration
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
2 Oct 2009 at 14:57 UTC
Updated:
29 Oct 2009 at 17:35 UTC
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
Comment #1
miglius commentedThis is by design. LDAP authentication performs the authentication against the LDAP server, but the drupal user should be created in order to use drupal.
Comment #2
markDrupal commentedCreating 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