On Wed, Oct 16, 2013 at 18:11:48, Tommaso Cucinotta wrote: > To: [email protected] > Subject: [Clearwater] Users database > > Hi,
Hi Tommaso - good to hear from you! > we're playing with AIO installation of clearwater, and we'd like to > know how to configure a bunch (like hundreds) of users in the system. > Is there any tool for doing that ? Or, should we modify manually some > database (and where?) ? Yes, we have a bulk-provisioning tool. In fact, we have two! - One for up to ~100k users - details at https://github.com/Metaswitch/crest/blob/dev/docs/Bulk-Provisioning%20Numbers.md - One for more (tested up to 25M users) - details at https://github.com/Metaswitch/crest/tree/dev/src/metaswitch/crest/tools/sstable_provisioning The former is much simpler to use and is fast enough for 100k users, but doesn't scale as well to the really large numbers of users. Note that bulk-provisioned users can't be accessed through ellis. Hopefully that's not a problem for you. > Also, do users always require to be associated a password or not ? Yes, currently all Clearwater users must use SIP digest authentication. In future, we intend to support AKA authentication. There aren't currently any plans to have un-authenticated users. Do you have a particular use case for this? Cheers, Matt _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
