[Dev] [WSO2 IS] Can't login with tenant users: password is hashed in external LDAP

2017-01-03 Thread Hanen Ben Rhouma
Hello, I have a question regarding user password hashing when using external LDAP user store. After creating a CustomUserStore I created some users from WSO2 IS Management Console and assigned them a custom role which has enough permissions (including login). Once they're created I tried to login

Re: [Dev] Integration tests for WSO2 IOT Server

2017-01-03 Thread Menaka Jayawardena
Hi Sumedha, When using the single script, it does not start the servers. It hangs until timeout. I think as Nuwan mentioned, we have to write a custom extension to start the servers that we need. But the problem it, if we do so we have to rewrite the whole flow as test framework has concrete

Re: [Dev] Willing to Contribute in Machine Learning Projects

2017-01-03 Thread Sameera Ramasinghe
Hi Satyarth, To have an idea about the current features and the state of our Machine Learner product, please go through the documentation[1], and you can download the latest released version from [2]. As you may already know, we support a number of popular algorithms (mentioned in the

Re: [Dev] Integration tests for WSO2 IOT Server

2017-01-03 Thread Menaka Jayawardena
Looping IOT team On Tue, Jan 3, 2017 at 5:04 PM, Menaka Jayawardena wrote: > Hi Nuwan, > > The Server does not start and the testing process hangs at 'INFO: Starting > Carbon Server...' until the timeout. > > Another way is that You can write an extension to start the

Re: [Dev] Integration tests for WSO2 IOT Server

2017-01-03 Thread Nuwan Wimalasekara
Hi Menaka, Is the server started on port 9763? Please make sure that service is started properly Another ways is that You can write a extension to start the servers separately. Thanks, Nuwanw On Tue, Jan 3, 2017 at 12:48 PM, Menaka Jayawardena wrote: > Hi, > > In IOTS we

Re: [Dev] [Architecture] [C5] MSF4J Interceptors need to be configurable.

2017-01-03 Thread Ishara Cooray
Hi, What could be the status of this? Do we have a time line defined? Thanks & Regards, Ishara Cooray Senior Software Engineer Mobile : +9477 262 9512 WSO2, Inc. | http://wso2.com/ Lean . Enterprise . Middleware On Fri, Dec 9, 2016 at 2:18 PM, Sagara Gunathunga wrote: > > >

[Dev] Willing to Contribute in Machine Learning Projects

2017-01-03 Thread Satyarth Praveen
Hi, I am Satyarth and I am willing to contribute to WSO2. I have been involved in the field of Machine Learning for a while now and wish to contribute to a similar project. I found *carbon-ml* and *product-ml* repositories in WSO2 that match this profile. It'll be great if someone could help me

Re: [Dev] Bug on AskPassword feature

2017-01-03 Thread Sherene Mahanama
Hi, Thank you for raising this. The documentation is now updated [1]. [1] https://docs.wso2.com/display/IS530/Creating+Users+using+the+Ask+Password+Option#CreatingUsersusingtheAskPasswordOption-UsingtheRESTAPI Thanks, Sherene Mahanama Associate Technical Writer WSO2 (pvt.) Ltd. Colombo, Sri

Re: [Dev] Integration tests for WSO2 IOT Server

2017-01-03 Thread Menaka Jayawardena
Hi Nuwan, The Server does not start and the testing process hangs at 'INFO: Starting Carbon Server...' until the timeout. Another way is that You can write an extension to start the servers > separately Yes. I also think this would be a better option. I'll look into that. Thank you

Re: [Dev] [WSO2 IS] Regression in user permissions management in 5.3.0-rc1

2017-01-03 Thread Isura Karunaratne
Hi Hanen, We have done some permission refactoring and it is required "/permission/admin/manage/identity/usermgt" permission to view user management UI in management console. Anyway, we reverted that change[ 1] to support backward compatibility. So, In IS 5.3.0 RC2 pack users who have only login

Re: [Dev] Wso2 carbon identity server

2017-01-03 Thread Isura Karunaratne
Hi kone, There are two ways to support Ask Password feature in IS 5.3.0. You can follow [1] for more details. If you are using old method (SOAP based) the confirmation codes are stored in the registry in "/_system/config/repository/components/org.wso2.carbon.identity.mgt/data" location. If

Re: [Dev] Wso2 carbon identity server

2017-01-03 Thread Koné Alioune Badara
Hi, Thank you for your answer, is the Rest based AskPassword will be enable through the management console, if yes when willl that be? Regards. 2017-01-03 16:37 GMT+01:00 Isura Karunaratne : > Hi kone, > > There are two ways to support Ask Password feature in IS 5.3.0. You can

Re: [Dev] [VOTE] Release WSO2 Identity Server 5.3.0- RC1

2017-01-03 Thread Lahiru Manohara
Tested with Oracle db and found an issue in oauth openid flow. Reported the issue with IDENTITY-5552. [-] Broken - do not release On Jan 3, 2017 12:18 PM, "Rasika Perera" wrote: Tested out component version 5.7.0 with IoT pack. [+] Stable - go ahead and release On Mon,

[Dev] [WSO2 IS] Regression in user permissions management in 5.3.0-rc1

2017-01-03 Thread Hanen Ben Rhouma
Hello, When I create a user and assign him a role having "Login" as permission he can only login without any further actions within his Management Console, while in the previous version 5.2 the same kind of permission gives him the possibility to change his password. Is it a regression? If I

Re: [Dev] [Architecture] [VOTE] Release WSO2 Identity Server 5.3.0- RC1

2017-01-03 Thread Pulasthi Mahawithana
Hi all, Thanks for testing. We are calling off this vote due to the issue reported above. We'll fix it and do a RC2 soon. On Tue, Jan 3, 2017 at 6:44 PM, Lahiru Manohara wrote: > Tested with Oracle db and found an issue in oauth openid flow. Reported > the issue with

[Dev] Logs in Wso2 IS

2017-01-03 Thread Koné Alioune Badara
Hello, Where can I find the logs of user created/updated/deleted in Wso2IS management console? Regards, -- Cordialement, Alioune B KONÉ. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Logs in Wso2 IS

2017-01-03 Thread Chamila Wijayarathna
Hi Koné, You can find logs for user creation and deletion at /repository/logs/audit file. It also logs change password events. However it does not seem to log user profile update events which IMO should be logged as well. @Johann : Is there any particular reason for not logging user profile

Re: [Dev] Logs in Wso2 IS

2017-01-03 Thread Chamila Wijayarathna
I reporter issue with audit logs in profile update at [1 ]. Please feel free to close if not relevant. [1]. https://wso2.org/jira/browse/IDENTITY-5557 On Wed, Jan 4, 2017 at 10:01 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > Hi Koné,

Re: [Dev] [Architecture] [IS] [C5] Self sign-up in C5 User Portal

2017-01-03 Thread Dimuthu Leelarathne
On Tue, Jan 3, 2017 at 1:00 PM, Ishara Karunarathna wrote: > > > On Tue, Jan 3, 2017 at 12:52 PM, Johann Nallathamby > wrote: > >> What are the new user stories we are trying to implement that are not >> already there in IS 5.3.0? Can we come up with a list of

Re: [Dev] Integration tests for WSO2 IOT Server

2017-01-03 Thread Sumedha Rubasinghe
Menaka, For now, shall we not start the servers using this single script?. It's bit complex to trouble shoot with all logs going to a single file. On Tue, Jan 3, 2017 at 12:48 PM, Menaka Jayawardena wrote: > Hi, > > In IOTS we have 3 separate servers (Analytics, Broker and IOT

Re: [Dev] Willing to Contribute in Machine Learning Projects

2017-01-03 Thread Vinod Kavinda
[Adding Nirmal, Seshika] On Tue, Jan 3, 2017 at 4:40 PM, Satyarth Praveen wrote: > Hi, > > I am Satyarth and I am willing to contribute to WSO2. > I have been involved in the field of Machine Learning for a while now and > wish to contribute to a similar project. > > I

Re: [Dev] [Architecture] [IS] [C5] Self sign-up in C5 User Portal

2017-01-03 Thread Nuwan Dias
Having a captcha should be supported OOTB in the default portal. I assume we've considered that to be so in C5? On Wed, Jan 4, 2017 at 9:22 AM, Dimuthu Leelarathne wrote: > > > On Tue, Jan 3, 2017 at 1:00 PM, Ishara Karunarathna > wrote: > >> >> >> On Tue,