cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk upload of Users and Groups in Alfresco 1.4

munwar
Champ in-the-making
Champ in-the-making
Can anybody suggest me a way to bulk upload users and groups into Alfresco 1.4.

I have large number of users and groups … and I do not want to go through 100s of clicks to add them in to Alfresco.

NOTE: Earlier there is use to be a command line utility
org.alfresco.tools.Import -user

Any help will be greatly appreciated.
3 REPLIES 3

andy
Champ on-the-rise
Champ on-the-rise
Hi

You could use

1) The bootstrap process.
2) LDAP integration.
3) Generate import XML yourself from some source data and wire it up like the LDAP import process.

Regards

Andy

nicolasraoul
Star Contributor
Star Contributor
There is now a much easier way to do so, via a Web Script:
http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference#Add_Person

dnallsopp
Champ in-the-making
Champ in-the-making
How does one create groups and users through the bootstrap process? Presumably one registers a bean, but what class?

Is this using the org.alfresco.repo.module.ImporterModuleComponent?