Hello Carlos,
 
You might be better off handling this outside the server code. My reasoning is that since the source of information is created by some other process, it is not feasible to duplicate the information inside the jabber server. This would give birth to a need for synchronizing the duplicates of data and more complexity. However, doing the duplication from the process which creates and updates the data might reduce complexity.
 
zad
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carlos del Castillo
Sent: Thursday, January 31, 2002 1:01 AM
To: [EMAIL PROTECTED]
Subject: [JDEV] Registration (Urgent)


Hello everybody, I have done a simple module to authenticate with LDAP,
but I would like to get user info from LDAP when a user is registered.

So when a new account is created, first I authenticate with LDAP then I
would like that the user info will be filled with the info from the LDAP. And may be registered into jud.

Any ideas on how to do this? what functions to call and where to call them?

I haver tried to create the file, but when my authentication function is called there is already a  user.xml file so I can't determine if it is a new user or an old one.


Thank you very much.

Carlos del Castillo

Reply via email to