You can subscribe to this list here.
2014 |
Jan
(3) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
|
Oct
(3) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2015 |
Jan
(20) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(15) |
Jul
(1) |
Aug
(7) |
Sep
(13) |
Oct
(2) |
Nov
(10) |
Dec
(1) |
2016 |
Jan
|
Feb
(2) |
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(11) |
Oct
(7) |
Nov
(6) |
Dec
(11) |
2017 |
Jan
(10) |
Feb
(5) |
Mar
(27) |
Apr
(34) |
May
(25) |
Jun
(14) |
Jul
(7) |
Aug
(17) |
Sep
(11) |
Oct
(6) |
Nov
(14) |
Dec
(10) |
2018 |
Jan
(8) |
Feb
(19) |
Mar
(40) |
Apr
(9) |
May
(16) |
Jun
(23) |
Jul
(31) |
Aug
(7) |
Sep
(9) |
Oct
(6) |
Nov
(14) |
Dec
(19) |
2019 |
Jan
(4) |
Feb
(6) |
Mar
(1) |
Apr
(2) |
May
(6) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(19) |
Dec
(14) |
2020 |
Jan
(10) |
Feb
(24) |
Mar
(49) |
Apr
(26) |
May
(12) |
Jun
(4) |
Jul
(13) |
Aug
(32) |
Sep
(13) |
Oct
(10) |
Nov
(4) |
Dec
(16) |
2021 |
Jan
(2) |
Feb
(8) |
Mar
(15) |
Apr
(19) |
May
(5) |
Jun
(13) |
Jul
(6) |
Aug
(38) |
Sep
(11) |
Oct
(18) |
Nov
(11) |
Dec
(13) |
2022 |
Jan
(10) |
Feb
(21) |
Mar
(28) |
Apr
(3) |
May
(7) |
Jun
(9) |
Jul
(14) |
Aug
(13) |
Sep
(8) |
Oct
(29) |
Nov
(1) |
Dec
(21) |
2023 |
Jan
(19) |
Feb
(9) |
Mar
|
Apr
(10) |
May
(7) |
Jun
(10) |
Jul
(14) |
Aug
(17) |
Sep
(1) |
Oct
(9) |
Nov
(5) |
Dec
(14) |
2024 |
Jan
(12) |
Feb
(2) |
Mar
(8) |
Apr
(1) |
May
(6) |
Jun
(6) |
Jul
(24) |
Aug
(15) |
Sep
(1) |
Oct
(6) |
Nov
(20) |
Dec
(14) |
2025 |
Jan
(12) |
Feb
(2) |
Mar
(10) |
Apr
(11) |
May
(13) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
(8) |
Oct
|
Nov
|
Dec
|
From: Krzysztof B. <kb...@un...> - 2018-03-27 04:12:29
|
Dear Willem, W dniu 26.03.2018 o 14:34, Willem Elbers pisze: > Dear Krzysztof, > > When doing a password reset, users need to copy and paste a code from an > email to the password reset dialog. > If UnityIDM allows to send a 1-time URL instead this would be a nice and > user-friendly alternative. > > Would this be something you would consider implementing? This is a quite insecure way of resetting password. Everybody having read access to user mail (as any mail admin) can then easily overtake Unity account using that email (triggering sending of email code is easy). On the other hand this is (should be) a very infrequent operation so coping few characters shouldn't be too demanding. In the next version there will be a new feature allowing for even more secure password reset with use of mobile, however requiring retyping the code. So sorry, but I wouldn't go for it. Best, Krzysztof |
From: Krzysztof B. <kb...@un...> - 2018-03-27 03:57:05
|
Hi Willem, W dniu 26.03.2018 o 14:29, Willem Elbers pisze: > > Hi Krzysztof, > > did this conversion materialize in an issue? If not I would like to > request this as a feature. > UY-601, released since 2.4.0. Hopefully in all places where truncation was used the full value should be displayed now (no special config required). Best Krzysztof |
From: Willem E. <wi...@cl...> - 2018-03-26 12:34:21
|
Dear Krzysztof, When doing a password reset, users need to copy and paste a code from an email to the password reset dialog. If UnityIDM allows to send a 1-time URL instead this would be a nice and user-friendly alternative. Would this be something you would consider implementing? Best, Willem -- Willem Elbers CLARIN ERIC www.clarin.eu | tel: +31-(0)85-0091277 | skype: wjm.elbers |
From: Willem E. <wi...@cl...> - 2018-03-26 12:32:40
|
Dear Krzysztof, do you have an indication when https://dev.unity-idm.eu/jira/browse/UY-680 could be implemented? Best, Willem On 17/09/2017 21:30, Krzysztof Benedyczak wrote: > Hi Willem, > > W dniu 14.09.2017 o 14:20, Willem Elbers pisze: >> Hello Krzysztof, >> >> does unity (we are still on version 1.9.6) support multiple assertion >> consumer (ACS) endpoints (with different hostnames) for a single SAML >> SP? >> >> We have integrated a SAML SP with a separate ACS for each application >> they host via that SP, as described in the shibboleth documentation [1] >> under 'Applications'. See the attached metadata for an example. >> >> None of these locations seems to work and throw a >> "eu.unicore.samly2.exceptions.SAMLRequesterException: >> AssertionConsumerServiceURL in request >> (https://registries.clarin-dariah.eu/Shibboleth.sso/SAML2/POST) is not >> among trusted endpoints of the issuer." error. >> >> There is no information in the unity log file (log level = DEBUG) >> indicating any issue with this SP >> (entityID="https://clarin.oeaw.ac.at/shibboleth"). >> >> Any help to fix this issue is greatly appreciated. Please let me know if >> you need more information. > > Unfortunately as of now we support only one endpoint per each type of > endpoint for trusted SP (i.e. one HTTP Web-SSO, one HTTP SLO-Redirect, > ...). The first one from metadata is taken. > > If you need support for multiple endpoints please write or open a > ticket directly. > > Best, > Krzysztof -- Willem Elbers CLARIN ERIC www.clarin.eu | tel: +31-(0)85-0091277 | skype: wjm.elbers |
From: Willem E. <wi...@cl...> - 2018-03-26 12:29:56
|
Hi Krzysztof, did this conversion materialize in an issue? If not I would like to request this as a feature. Best, Willem On 08/05/2017 09:29, Willem Elbers wrote: > > Hi Krzysztof, Shiraz, > > +1 for toggle behavior. An alternative could be to show a popup with > the full text. > > If toggle behavior is added, a toggle all option might also be useful. > > Best, > > Willem > > > On 05/05/2017 16:55, Shiraz Memon wrote: >> Krzysztof, >> >> On Thu, May 4, 2017 at 8:54 PM, Krzysztof Benedyczak <kb...@un... >> <mailto:kb...@un...>> wrote: >> >> Willem, Shiraz, >> >> W dniu 01.05.2017 o 13:03, Willem Elbers pisze: >> > Dear Krzysztof, >> > >> > we have noticed that for one of our attributes (unlimited free >> text), >> > supplied via a registration form, the content is truncated >> "[...]" in >> > the accept registration window. >> > >> > Is there any way to view the full content of the attribute, before >> > accepting the request from the UI? >> >> >> Right, this is something to be improved. >> We have a special reusable component used to display attribute with >> values. It truncates the values, in different ways to fit to the UI >> without cluttering it. >> >> What I can propose: >> a) currently attribute's type description (if present) is added as a >> tooltip for all the values. We can assign it to the attribute >> name only >> and on values add the full text representation. >> >> b) in selected cases (as those two that you mentioned) we can >> change the >> UI to put the full representation. >> >> >> With proposal a (if I understand it correctly) users have to go >> through multiple truncated attributes (if there are many) one by one >> and wait for the tooltip to appear, I'd prefer proposal b instead to >> show the whole attribute value(s), ideally without cluttering. >> >> >> If you have any better ideas please write, >> >> >> Perhaps enhanced b with toggle behavior, that is, expanding the value >> by clicking the [...] or [>] or [+] and hide back after the second >> mouse click, do you think it make sense and/or technically feasible. >> However, other ideas from the subscribers of this list are most welcome. >> >> Cheers, >> Shiraz >> >> >> Krzystof >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> <http://sdm.link/slashdot> >> _______________________________________________ >> Unity-idm-discuss mailing list >> Uni...@li... >> <mailto:Uni...@li...> >> https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss >> <https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss> >> >> >> >> >> -- >> Shiraz Memon >> Federated Systems and Data >> Jülich Supercomputing Centre (JSC) >> >> Phone: +49 2461 61 6899 >> Fax: +49 2461 61 6656 >> >> >> ------------------------------------------------------------------------------------------------ >> ------------------------------------------------------------------------------------------------ >> Forschungszentrum Juelich GmbH >> 52425 Juelich >> Sitz der Gesellschaft: Juelich >> Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 >> Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher >> Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), >> Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, >> Prof. Dr. Sebastian M. Schmidt >> ------------------------------------------------------------------------------------------------ >> ------------------------------------------------------------------------------------------------ >> > > -- > Willem Elbers > CLARIN ERIC > www.clarin.eu | tel: +31-(0)85-0091277 | skype: wjm.elbers -- Willem Elbers CLARIN ERIC www.clarin.eu | tel: +31-(0)85-0091277 | skype: wjm.elbers |
From: Willem E. <wi...@cl...> - 2018-03-26 12:27:01
|
Dear Krzysztof, we are indeed using the users email as login. This checkbox in the registration form config sounds good. Please add this as a feature request. Do not however that we want to have the confirmation link included in the acceptance email in this case, so that the user only receives a single email. Best, Willem On 10/02/2018 18:54, Krzysztof Benedyczak wrote: > Hi Willem, > > W dniu 08.02.2018 o 10:35, Willem Elbers pisze: >> Dear Krzysztof, >> >> we have been been noticing a pattern with some end-user being confused >> with our current workflow where account acceptance and email >> confirmation are running in parallel. >> >> Especially when accounts are accepted before the email address is >> confirmed (sometime the confirmation email might end up in the spam >> folder or the user ignored the email). If users try to login or reset >> the password they get the generic error message "invalid username, >> credential or external authentication failed". There is no indication >> that the account is not active because of the unconfirmed email address. >> >> 1. Ideally we would like to switch to a sequential accept and confirm >> workflow, where the email confirmation link is included in the >> acceptance email. So (1) an admin accepts the account request, (2) this >> triggers sending the acceptance email to the user with a confirmation >> link included, (3) after confirming the email address the account is >> ready to be used. Is such a workflow currently supported? If not we >> would like to make this a feature request. > > OK, understood. No this is not possible currently. Do you use user's > email as login? I.e. email identity is subject of confirmation? > If so then it should be possible to achieve the above with the > following feature: additional checkbox in registration form config: > [ ] trigger email verification only after request acceptance > > Does it sound OK? >> 2. Additionally the error message in this case be improved, so it is >> clear to the user that confirmation is still required? I guess the >> downside here is that this could be abused to leak information about >> what accounts might exist or not. > well, we can think about something like this but only if a proper > password is provided (i.e. valid password and existing but not > verified email as login). > > As a short term solution you can change the generic authN failure > message to something better matching your needs. > > Thanks, > Krzysztof -- Willem Elbers CLARIN ERIC www.clarin.eu | tel: +31-(0)85-0091277 | skype: wjm.elbers |
From: Nikolaos E. <ni...@ad...> - 2018-03-26 11:28:26
|
Hello Krzysztof, What I mean is when I register to b2access using my orcid account (through the form in web UI) and get entity information using the restAPI I get this response: { "comparableValue": "XXXX-XXXX-XXXX-XXXX", "confirmationInfo": { "confirmationDate": 0, "confirmed": false, "sentRequestAmount": 0 }, "creationTs": 1518000192796, "entityId": XXX, "remoteIdp": "https://pub.orcid.org/oauth/token", "translationProfile": "orcidProfile", "typeId": "identifier", "updateTs": 1518000192796, "value": “XXXX-XXXX-XXXX-XXXX" } Would it be possible to register a user using the restAPI instead of the web form? If so, how could I set the remote idp and the translation profile? Regards, Nick > On 19 Mar 2018, at 18:55, Krzysztof Benedyczak <kb...@un...> wrote: > > Hi Nikolaos, > > W dniu 19.03.2018 o 08:52, Nikolaos Evangelou pisze: >> Hello Krzysztof, >> >> We are developing a new platform and the users must register to 3 different services (service A, service B and B2ACCESS). So we don’t want the user to register in 3 different services and we are trying to register the user at once. In that way the user will fill a single form and he will be registered in the background. > Sounds good. > >> Now service A, will be added as IdP to B2ACCESS in the future and this is where the remoteIDP and translation profile are needed to be added to the user’s account. Any idea how we will achieve this? > I'm not sure what do you mean here. Translation profile is not added to user's profile, nor remoteIDP is. If you want to allow the user to use the service then you have to add it to its group of authorized users (what can be done with REST call or via registration process above). > > Best, > > Krzysztof > |
From: Krzysztof B. <kb...@un...> - 2018-03-19 16:55:57
|
Hi Nikolaos, W dniu 19.03.2018 o 08:52, Nikolaos Evangelou pisze: > Hello Krzysztof, > > We are developing a new platform and the users must register to 3 different services (service A, service B and B2ACCESS). So we don’t want the user to register in 3 different services and we are trying to register the user at once. In that way the user will fill a single form and he will be registered in the background. Sounds good. > Now service A, will be added as IdP to B2ACCESS in the future and this is where the remoteIDP and translation profile are needed to be added to the user’s account. Any idea how we will achieve this? I'm not sure what do you mean here. Translation profile is not added to user's profile, nor remoteIDP is. If you want to allow the user to use the service then you have to add it to its group of authorized users (what can be done with REST call or via registration process above). Best, Krzysztof |
From: Nikolaos E. <ni...@ad...> - 2018-03-19 07:53:10
|
Hello Krzysztof, We are developing a new platform and the users must register to 3 different services (service A, service B and B2ACCESS). So we don’t want the user to register in 3 different services and we are trying to register the user at once. In that way the user will fill a single form and he will be registered in the background. Now service A, will be added as IdP to B2ACCESS in the future and this is where the remoteIDP and translation profile are needed to be added to the user’s account. Any idea how we will achieve this? Regards, Nick > On 17 Mar 2018, at 01:39, Krzysztof Benedyczak <kb...@un...> wrote: > > Hi, > > W dniu 16.03.2018 o 12:19, Nikolaos Evangelou pisze: >> Hello Krzysztof, >> >> The scenario is that a service register users using API calls. I have created an entity using API calls and I wonder if it’s possible to add a remoteIdP and translationProfile. >> > No, adding translation profiles is not exposed by REST admin. Regarding 'remoteIDP' - it depends on what you mean by that? > > In any way do you need to add translation profile to register users? > > Best > Krzysztof |
From: Krzysztof B. <kb...@un...> - 2018-03-16 23:39:18
|
Hi, W dniu 16.03.2018 o 12:19, Nikolaos Evangelou pisze: > Hello Krzysztof, > > The scenario is that a service register users using API calls. I have created an entity using API calls and I wonder if it’s possible to add a remoteIdP and translationProfile. > No, adding translation profiles is not exposed by REST admin. Regarding 'remoteIDP' - it depends on what you mean by that? In any way do you need to add translation profile to register users? Best Krzysztof |
From: Nikolaos E. <ni...@ad...> - 2018-03-16 11:19:23
|
Hello Krzysztof, The scenario is that a service register users using API calls. I have created an entity using API calls and I wonder if it’s possible to add a remoteIdP and translationProfile. Best Regards, Nick |
From: Krzysztof B. <kb...@un...> - 2018-03-13 15:04:12
|
Hi, W dniu 13.03.2018 o 11:48, Sami via Unity-idm-discuss pisze: > Hi, > > Couple of years ago the documents describes primary/local databases > and it was possible to share same primary database instance between > multiple unity-idm instances. > > Current documents from decent versions doesn't anymore describe local > and primary databases, so I assume that there is just one. So the > question is, can that database be shared between multiple unity-idm > nodes which are running simultaneously? Yes. The Unity 1.x so called DB was dropped. If you share the only remaining main DB between multiple instances this should work. The safest bet is to also pin HTTP sessions to the same instance on the balancer/router. We use it for master/slave(s) redundancy setup, not for performance scaling. > I understand that Hazelcast at least comes to this scenario where all > hosts in the cluster shares same in-memory database which is synched > to this "one/shared" database instance. > What is the status of Hazelcast, it seems to be still experimental but > is there any estimates when it achieves the maturity to be stable for > production use? Well, this should work quite well, all our tests on Hazelcast work fine, we are not aware of any problems. Although up to my knowledge this was not used in production anywhere and all the tests where run on Hazelcast cluster with certain - simple - configuration. We don't have very concrete short term plans to work on this more (basically creating deployments and testing), rather waiting for community feedback. This is on our long term plans for providing Unity SaaS offering. Cheers, Krzysztof |
From: Sami <sh...@la...> - 2018-03-13 10:48:53
|
Hi, Couple of years ago the documents describes primary/local databases and it was possible to share same primary database instance between multiple unity-idm instances. Current documents from decent versions doesn't anymore describe local and primary databases, so I assume that there is just one. So the question is, can that database be shared between multiple unity-idm nodes which are running simultaneously? I understand that Hazelcast at least comes to this scenario where all hosts in the cluster shares same in-memory database which is synched to this "one/shared" database instance. What is the status of Hazelcast, it seems to be still experimental but is there any estimates when it achieves the maturity to be stable for production use? Thanks, Sami |
From: Krzysztof B. <kb...@un...> - 2018-03-07 08:46:09
|
W dniu 07.03.2018 o 08:06, Sander Apweiler pisze: > Hi Krzysztof, > > > we are using: mysql Ver 15.1 Distrib 5.5.56-MariaDB, for Linux > (x86_64) using readline 5.1 > > which is latest version in CentOS 7. Which version is needed? > Mysql - 5.6.4 in minimum supporting more then second precision for dates. |
From: Sander A. <sa....@fz...> - 2018-03-07 07:06:44
|
Hi Krzysztof, we are using: mysql Ver 15.1 Distrib 5.5.56-MariaDB, for Linux (x86_64) using readline 5.1 which is latest version in CentOS 7. Which version is needed? Cheers, Sander Am Dienstag, den 06.03.2018, 19:36 +0100 schrieb Krzysztof Benedyczak: > Sander, > > W dniu 05.03.2018 o 10:53, Sander Apweiler pisze: > > Hi Krzysztof, > > > > I set up a new instance of unity 2.4.2 with its own mysql DB. > > During > > the DB creation an error occurs. The startup log ist attached. > > > > Are you using a supported version of DB? From the log file it seems > that > precision field on DATETIME type is not accepted by your server - > what > was true for old MySQL and MariaDBs. > > Best, > Krzysztof -- Federated Systems and Data Juelich Supercomputing Centre phone: +49 2461 61 8847 fax: +49 2461 61 6656 email: sa....@fz... ----------------------------------------------------------------------- ----------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ----------------------------------------------------------------------- ----------------------------------------------------------------------- |
From: Krzysztof B. <kb...@un...> - 2018-03-06 18:36:43
|
Sander, W dniu 05.03.2018 o 10:53, Sander Apweiler pisze: > Hi Krzysztof, > > I set up a new instance of unity 2.4.2 with its own mysql DB. During > the DB creation an error occurs. The startup log ist attached. > Are you using a supported version of DB? From the log file it seems that precision field on DATETIME type is not accepted by your server - what was true for old MySQL and MariaDBs. Best, Krzysztof |
From: Krzysztof B. <kb...@un...> - 2018-03-06 18:23:04
|
Hi, W dniu 05.03.2018 o 13:55, Nikolaos Evangelou pisze: > Hello everyone, > > I would like to ask if, somehow, the acceptance of terms and policies is storied in unity’s database, and if it’s possible to store the acceptance of terms and policies from other services for validation check, and how to implement it. You can create attribute to store the fact that ToU was accepted. The acceptance can be asked on registration (for prospective users) or enquiry (for existing users after ToU update) form. In both cases you can set up the form to automatically add/update user's attribute upon acceptance. HTH Krzysztof |
From: Piotr P. <pio...@gm...> - 2018-03-06 06:29:39
|
Dear Sander I have investigated this and unfortunatly this is a minor bug. We will fix this problem in next release. Thank you for informations and request. Best regards Piotr pon., 5.03.2018, 13:20 użytkownik Sander Apweiler <sa....@fz...> napisał: > Hi, > > email: E-mail address (unity default) > name did not exist as attribute so far. > > It was only created in output translation profile. I created it as an > attribute with displayName Name. But I still see "string" in consent > screen. > > Best regards, > Sander > > > Am Montag, den 05.03.2018, 12:13 +0000 schrieb Piotr Piernik: > > Dear Sander > > Could you please check what displayName is set in your attribute > > types 'name' and 'email'? > > > > Best regards > > Piotr > > > > pon., 5.03.2018, 13:08 użytkownik Sander Apweiler <sa.apweiler@fz-jue > > lich.de> napisał: > > > Dear Piotr, > > > > > > the names was "name" and "email". > > > > > > Name was created by attr[givenName] + ' ' + attr['sn'] and email > > > was > > > created by attr['email']. (default email attr.) > > > > > > Best regards, > > > Sander > > > > > > Am Montag, den 05.03.2018, 11:39 +0000 schrieb Piotr Piernik: > > > > Dear Sander > > > > What attribute names did you use in your profile as > > > attributeName? > > > > Maybe you have attribute type with the same name as used > > > > attributeName and displayed name of this attribute type is > > > "string". > > > > > > > > Best regards > > > > Piotr > > > > > > > > > > > > > > > > pon., 5.03.2018, 12:11 użytkownik Sander Apweiler <sa.apweiler@fz > > > -jue > > > > lich.de> napisał: > > > > > Hi Krzysztof, > > > > > > > > > > If the attributeDisplayName in output translation profile was > > > not > > > > > set, > > > > > the consent screen of unity 2.4.2 show the attribute type > > > instead > > > > > of > > > > > attributeName. See the attached screenshot. > > > > > > > > > > I would expect that attribute name is used for display or > > > > > attributeDisplayName in translation profile is mandatory. > > > > > > > > > > Best regards, > > > > > Sander > > > > > -- > > > > > Federated Systems and Data > > > > > Juelich Supercomputing Centre > > > > > > > > > > phone: +49 2461 61 8847 > > > > > fax: +49 2461 61 6656 > > > > > email: sa....@fz... > > > > > > > > > > ------------------------------------------------------------- > > > ---- > > > > > ------ > > > > > ------------------------------------------------------------- > > > ---- > > > > > ------ > > > > > Forschungszentrum Juelich GmbH > > > > > 52425 Juelich > > > > > Sitz der Gesellschaft: Juelich > > > > > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B > > > > > 3498 > > > > > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen > > > Huthmacher > > > > > Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt > > > > > (Vorsitzender), > > > > > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald > > > Bolt, > > > > > Prof. Dr. Sebastian M. Schmidt > > > > > ------------------------------------------------------------- > > > ---- > > > > > ------ > > > > > ------------------------------------------------------------- > > > ---- > > > > > ------------------------------------------------------------- > > > ---- > > > > > ------------------- > > > > > Check out the vibrant tech community on one of the world's most > > > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot____ > > > ____ > > > > > _______________________________________ > > > > > Unity-idm-discuss mailing list > > > > > Uni...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss > > > -- > > > Federated Systems and Data > > > Juelich Supercomputing Centre > > > > > > phone: +49 2461 61 8847 > > > fax: +49 2461 61 6656 > > > email: sa....@fz... > > > > > > ----------------------------------------------------------------- > > > ------ > > > ----------------------------------------------------------------- > > > ------ > > > Forschungszentrum Juelich GmbH > > > 52425 Juelich > > > Sitz der Gesellschaft: Juelich > > > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B > > > 3498 > > > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher > > > Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt > > > (Vorsitzender), > > > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, > > > Prof. Dr. Sebastian M. Schmidt > > > ----------------------------------------------------------------- > > > ------ > > > ----------------------------------------------------------------- > > > ------ > -- > Federated Systems and Data > Juelich Supercomputing Centre > > phone: +49 2461 61 8847 > fax: +49 2461 61 6656 > email: sa....@fz... > > ----------------------------------------------------------------------- > ----------------------------------------------------------------------- > Forschungszentrum Juelich GmbH > 52425 Juelich > Sitz der Gesellschaft: Juelich > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher > Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, > Prof. Dr. Sebastian M. Schmidt > ----------------------------------------------------------------------- > ----------------------------------------------------------------------- |
From: Nikolaos E. <ni...@ad...> - 2018-03-05 12:55:42
|
Hello everyone, I would like to ask if, somehow, the acceptance of terms and policies is storied in unity’s database, and if it’s possible to store the acceptance of terms and policies from other services for validation check, and how to implement it. Regards, Nick E. |
From: Sander A. <sa....@fz...> - 2018-03-05 12:21:08
|
Hi, email: E-mail address (unity default) name did not exist as attribute so far. It was only created in output translation profile. I created it as an attribute with displayName Name. But I still see "string" in consent screen. Best regards, Sander Am Montag, den 05.03.2018, 12:13 +0000 schrieb Piotr Piernik: > Dear Sander > Could you please check what displayName is set in your attribute > types 'name' and 'email'? > > Best regards > Piotr > > pon., 5.03.2018, 13:08 użytkownik Sander Apweiler <sa.apweiler@fz-jue > lich.de> napisał: > > Dear Piotr, > > > > the names was "name" and "email". > > > > Name was created by attr[givenName] + ' ' + attr['sn'] and email > > was > > created by attr['email']. (default email attr.) > > > > Best regards, > > Sander > > > > Am Montag, den 05.03.2018, 11:39 +0000 schrieb Piotr Piernik: > > > Dear Sander > > > What attribute names did you use in your profile as > > attributeName? > > > Maybe you have attribute type with the same name as used > > > attributeName and displayed name of this attribute type is > > "string". > > > > > > Best regards > > > Piotr > > > > > > > > > > > > pon., 5.03.2018, 12:11 użytkownik Sander Apweiler <sa.apweiler@fz > > -jue > > > lich.de> napisał: > > > > Hi Krzysztof, > > > > > > > > If the attributeDisplayName in output translation profile was > > not > > > > set, > > > > the consent screen of unity 2.4.2 show the attribute type > > instead > > > > of > > > > attributeName. See the attached screenshot. > > > > > > > > I would expect that attribute name is used for display or > > > > attributeDisplayName in translation profile is mandatory. > > > > > > > > Best regards, > > > > Sander > > > > -- > > > > Federated Systems and Data > > > > Juelich Supercomputing Centre > > > > > > > > phone: +49 2461 61 8847 > > > > fax: +49 2461 61 6656 > > > > email: sa....@fz... > > > > > > > > ------------------------------------------------------------- > > ---- > > > > ------ > > > > ------------------------------------------------------------- > > ---- > > > > ------ > > > > Forschungszentrum Juelich GmbH > > > > 52425 Juelich > > > > Sitz der Gesellschaft: Juelich > > > > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B > > > > 3498 > > > > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen > > Huthmacher > > > > Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt > > > > (Vorsitzender), > > > > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald > > Bolt, > > > > Prof. Dr. Sebastian M. Schmidt > > > > ------------------------------------------------------------- > > ---- > > > > ------ > > > > ------------------------------------------------------------- > > ---- > > > > ------------------------------------------------------------- > > ---- > > > > ------------------- > > > > Check out the vibrant tech community on one of the world's most > > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot____ > > ____ > > > > _______________________________________ > > > > Unity-idm-discuss mailing list > > > > Uni...@li... > > > > https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss > > -- > > Federated Systems and Data > > Juelich Supercomputing Centre > > > > phone: +49 2461 61 8847 > > fax: +49 2461 61 6656 > > email: sa....@fz... > > > > ----------------------------------------------------------------- > > ------ > > ----------------------------------------------------------------- > > ------ > > Forschungszentrum Juelich GmbH > > 52425 Juelich > > Sitz der Gesellschaft: Juelich > > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B > > 3498 > > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher > > Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt > > (Vorsitzender), > > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, > > Prof. Dr. Sebastian M. Schmidt > > ----------------------------------------------------------------- > > ------ > > ----------------------------------------------------------------- > > ------ -- Federated Systems and Data Juelich Supercomputing Centre phone: +49 2461 61 8847 fax: +49 2461 61 6656 email: sa....@fz... ----------------------------------------------------------------------- ----------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ----------------------------------------------------------------------- ----------------------------------------------------------------------- |
From: Piotr P. <pio...@gm...> - 2018-03-05 12:14:16
|
Dear Sander Could you please check what displayName is set in your attribute types 'name' and 'email'? Best regards Piotr pon., 5.03.2018, 13:08 użytkownik Sander Apweiler <sa....@fz...> napisał: > Dear Piotr, > > the names was "name" and "email". > > Name was created by attr[givenName] + ' ' + attr['sn'] and email was > created by attr['email']. (default email attr.) > > Best regards, > Sander > > Am Montag, den 05.03.2018, 11:39 +0000 schrieb Piotr Piernik: > > Dear Sander > > What attribute names did you use in your profile as attributeName? > > Maybe you have attribute type with the same name as used > > attributeName and displayed name of this attribute type is "string". > > > > Best regards > > Piotr > > > > > > > > pon., 5.03.2018, 12:11 użytkownik Sander Apweiler <sa.apweiler@fz-jue > > lich.de> napisał: > > > Hi Krzysztof, > > > > > > If the attributeDisplayName in output translation profile was not > > > set, > > > the consent screen of unity 2.4.2 show the attribute type instead > > > of > > > attributeName. See the attached screenshot. > > > > > > I would expect that attribute name is used for display or > > > attributeDisplayName in translation profile is mandatory. > > > > > > Best regards, > > > Sander > > > -- > > > Federated Systems and Data > > > Juelich Supercomputing Centre > > > > > > phone: +49 2461 61 8847 > > > fax: +49 2461 61 6656 > > > email: sa....@fz... > > > > > > ----------------------------------------------------------------- > > > ------ > > > ----------------------------------------------------------------- > > > ------ > > > Forschungszentrum Juelich GmbH > > > 52425 Juelich > > > Sitz der Gesellschaft: Juelich > > > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B > > > 3498 > > > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher > > > Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt > > > (Vorsitzender), > > > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, > > > Prof. Dr. Sebastian M. Schmidt > > > ----------------------------------------------------------------- > > > ------ > > > ----------------------------------------------------------------- > > > ----------------------------------------------------------------- > > > ------------------- > > > Check out the vibrant tech community on one of the world's most > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot________ > > > _______________________________________ > > > Unity-idm-discuss mailing list > > > Uni...@li... > > > https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss > -- > Federated Systems and Data > Juelich Supercomputing Centre > > phone: +49 2461 61 8847 > fax: +49 2461 61 6656 > email: sa....@fz... > > ----------------------------------------------------------------------- > ----------------------------------------------------------------------- > Forschungszentrum Juelich GmbH > 52425 Juelich > Sitz der Gesellschaft: Juelich > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher > Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, > Prof. Dr. Sebastian M. Schmidt > ----------------------------------------------------------------------- > ----------------------------------------------------------------------- |
From: Sander A. <sa....@fz...> - 2018-03-05 12:08:43
|
Dear Piotr, the names was "name" and "email". Name was created by attr[givenName] + ' ' + attr['sn'] and email was created by attr['email']. (default email attr.) Best regards, Sander Am Montag, den 05.03.2018, 11:39 +0000 schrieb Piotr Piernik: > Dear Sander > What attribute names did you use in your profile as attributeName? > Maybe you have attribute type with the same name as used > attributeName and displayed name of this attribute type is "string". > > Best regards > Piotr > > > > pon., 5.03.2018, 12:11 użytkownik Sander Apweiler <sa.apweiler@fz-jue > lich.de> napisał: > > Hi Krzysztof, > > > > If the attributeDisplayName in output translation profile was not > > set, > > the consent screen of unity 2.4.2 show the attribute type instead > > of > > attributeName. See the attached screenshot. > > > > I would expect that attribute name is used for display or > > attributeDisplayName in translation profile is mandatory. > > > > Best regards, > > Sander > > -- > > Federated Systems and Data > > Juelich Supercomputing Centre > > > > phone: +49 2461 61 8847 > > fax: +49 2461 61 6656 > > email: sa....@fz... > > > > ----------------------------------------------------------------- > > ------ > > ----------------------------------------------------------------- > > ------ > > Forschungszentrum Juelich GmbH > > 52425 Juelich > > Sitz der Gesellschaft: Juelich > > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B > > 3498 > > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher > > Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt > > (Vorsitzender), > > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, > > Prof. Dr. Sebastian M. Schmidt > > ----------------------------------------------------------------- > > ------ > > ----------------------------------------------------------------- > > ----------------------------------------------------------------- > > ------------------- > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot________ > > _______________________________________ > > Unity-idm-discuss mailing list > > Uni...@li... > > https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss -- Federated Systems and Data Juelich Supercomputing Centre phone: +49 2461 61 8847 fax: +49 2461 61 6656 email: sa....@fz... ----------------------------------------------------------------------- ----------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ----------------------------------------------------------------------- ----------------------------------------------------------------------- |
From: Piotr P. <pio...@gm...> - 2018-03-05 11:40:16
|
Dear Sander What attribute names did you use in your profile as attributeName? Maybe you have attribute type with the same name as used attributeName and displayed name of this attribute type is "string". Best regards Piotr pon., 5.03.2018, 12:11 użytkownik Sander Apweiler <sa....@fz...> napisał: > Hi Krzysztof, > > If the attributeDisplayName in output translation profile was not set, > the consent screen of unity 2.4.2 show the attribute type instead of > attributeName. See the attached screenshot. > > I would expect that attribute name is used for display or > attributeDisplayName in translation profile is mandatory. > > Best regards, > Sander > -- > Federated Systems and Data > Juelich Supercomputing Centre > > phone: +49 2461 61 8847 > fax: +49 2461 61 6656 > email: sa....@fz... > > ----------------------------------------------------------------------- > ----------------------------------------------------------------------- > Forschungszentrum Juelich GmbH > 52425 Juelich > Sitz der Gesellschaft: Juelich > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher > Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, > Prof. Dr. Sebastian M. Schmidt > ----------------------------------------------------------------------- > > ----------------------------------------------------------------------------------------------------------------------------------------------------- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Unity-idm-discuss mailing list > Uni...@li... > https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss > |
From: Sander A. <sa....@fz...> - 2018-03-05 11:11:12
|
Hi Krzysztof, If the attributeDisplayName in output translation profile was not set, the consent screen of unity 2.4.2 show the attribute type instead of attributeName. See the attached screenshot. I would expect that attribute name is used for display or attributeDisplayName in translation profile is mandatory. Best regards, Sander -- Federated Systems and Data Juelich Supercomputing Centre phone: +49 2461 61 8847 fax: +49 2461 61 6656 email: sa....@fz... ----------------------------------------------------------------------- ----------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ----------------------------------------------------------------------- ----------------------------------------------------------------------- |
From: Sander A. <sa....@fz...> - 2018-03-05 09:54:01
|
Hi Krzysztof, I set up a new instance of unity 2.4.2 with its own mysql DB. During the DB creation an error occurs. The startup log ist attached. Best regards, Sander -- Federated Systems and Data Juelich Supercomputing Centre phone: +49 2461 61 8847 fax: +49 2461 61 6656 email: sa....@fz... ----------------------------------------------------------------------- ----------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ----------------------------------------------------------------------- ----------------------------------------------------------------------- |