Importing Users from a Active Directory Export

Does any one know the format for importing a csv or xml file into Ejabberd (latest). Can seem to figure it out using ejabberdctl.
Thanks

Authenticate against AD

This feature is not implemented: 'Importing Users from a Active Directory Export'. In fact, this is the first time I hear about it.

On the other hand, if you have an Active Directory with users, you can configure ejabberd to authenticate users against it.

Importing

I want to avoid authentication, trying to keep it seperate. I have an exported CSV file of my users, how would I import this into ejabberd using ejabberdctl for example?

Thanks

register users one by one

how would I import this into ejabberd using ejabberdctl for example?

You can register users one by one:

ejabberd_ctl NODENAME register USER SERVER PASSWORD

If you can write a script to do that, the only problem is that it will be quite slow.

Syndicate content