[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16998009#comment-16998009
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2148:
------------------------------------------------

I would use REST/SOAP integration and one-time hashes for the rooms (so users 
will be able to enter to room without password)
This will also allow to perform load balancing ...

In case you prefer user import:

You can use MsSQL server as DB
And perform import using pure SQL script
The only showstopper might be password encrypting

latest OM uses SCrypt as hashing algorithm with salt (with SHA256 and MD5 for 
backward compatibility)
https://github.com/apache/openmeetings/blob/master/openmeetings-util/src/main/java/org/apache/openmeetings/util/crypt/SCryptImplementation.java
https://github.com/apache/openmeetings/blob/master/openmeetings-util/src/main/java/org/apache/openmeetings/util/crypt/SHA256Implementation.java
https://github.com/apache/openmeetings/blob/master/openmeetings-util/src/main/java/org/apache/openmeetings/util/crypt/MD5Implementation.java
(backward methods need to be dropped)
So you will need to create hashes in SQL ...

> Problème API SOAP Add User
> --------------------------
>
>                 Key: OPENMEETINGS-2148
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2148
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Admin, Command line Admin
>    Affects Versions: 4.0.8
>         Environment: Microsoft Windows Server 2019 standard, SQL 2017, RED5
>            Reporter: Wilfried
>            Assignee: Maxim Solodovnik
>            Priority: Blocker
>
> Bonjour,
>  
> Nous essayons d'utiliser l'API SOAP d'Openmeetings afin d'automatiser via des 
> scripts en POWERSHELL l'ajout d'utilisateurs via une liste prédéfinie ainsi 
> que l'ajout de room
> Nous cherchons la façon d'utiliser la syntaxe add pour ajouter l'utilisateur 
> nous nous apercevons que la syntaxe n'est pas documentée sur internet.
>  
> Est ce que quelqu'un aurait déjà essayer d'ajouter des users via powershell ?
> Merci de votre aide
>  
> Hello,
>  
> We are trying to use the Openmeetings SOAP API to automate via POWERSHELL 
> scripts the addition of users via a predefined list as well as the addition 
> of room
> We are looking for a way to use the add syntax to add the user we find that 
> the syntax is not documented on the internet.
>  
> Has anyone already tried to add users via powershell?
> Thank you for your help
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to