ldap_provisioning does not fully implement hook_user()
jgraham - November 2, 2009 - 19:40
| Project: | LDAP provisioning |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have read through #189273: User created on database but not on LDAP and it is clear that the standard drupal user registration process should not be used with this module.
Can you please explain the choice to not fully implement hook_user() for manipulating users?
We are currently working on a site build and having a more robust hook_user() in LDAP provisioning would make this site build easier and cleaner. At the moment we are considering writing a small helper module that implements the missing hook_user() implementation, but wanted to see if there are any major pitfalls to be aware of in this approach.

#1
Can you please give more details on which hooks are missing? Ldap_provisioning was originally implemented for D47, after that I just ported it to D5 and D6. I agree that not all possible hooks can be implemented do D6.