How to give an admin access to the users who have logged in using ldap username and password after authentication. And should we store this $_POST values in drupal database.
A:
If you are using the ldap_integration module after an LDAP user logs in for the first time a full local Drupal user is created for them. Install http://drupal.org/project/adminrole which lets you assign your users, even LDAP users, into an "Admin Role". This module gives all available permissions to users in this role.
AdamG
2010-07-24 21:14:57