From Michal_Steklac at datalan.sk Wed Jun 1 12:58:46 2016
From: Michal_Steklac at datalan.sk (Steklac Michal)
Date: Wed, 1 Jun 2016 10:58:46 +0000
Subject: [midPoint] link account in AD
In-Reply-To: <574DBD8B.708@evolveum.com>
References: <574DA514.9030204@datalan.sk>,<574DBD8B.708@evolveum.com>
Message-ID: <06822B2D6B7CF24EB3DC64BEF1AB75D68A40A0B6@EXCH-MBX1.datalan.sk>
Hi,
when i set secondaryIdentifier
...
ri:sAMAccountNametrueLogin namestrong$user/name
...
still receive error ObjectAlredyExists. In attachment is log.
synchronization of dn attribute
...
ri:dnDistinguished Name0truetruetrue$user/extension/ADDNstrong$user/givenName$user/familyName$user/extension/ext:orgpath$user/activation/administrativeStatus$account/attributes/distinguishedName
...
Thanks & regards
MiSo
________________________________________
Od: midPoint [midpoint-bounces at lists.evolveum.com] v zastúpení používateľa Ivan Noris [ivan.noris at evolveum.com]
Odoslané: 31. mája 2016 18:36
Do: midpoint at lists.evolveum.com
Predmet: Re: [midPoint] link account in AD
Hi,
I remember to use something like:
ri:sAMAccountNametrue
...
to trigger automatic AlreadyExistsException to run discovery,
correlation and link the existing account using correlation expressions.
But I have not tried it recently and not with AdLdap connector at all.
Can you paste XML code how you try to process
$account/attributes/distinguishedName attribute (where you get null)?
Ivan
On 05/31/2016 04:52 PM, Michal Štekláč wrote:
> Hi,
>
> I use ICF com.evolveum.polygon.connector.ldap.ad.AdLdapConnector
> v1.4.2.14 and I want synchronize users to AD and insert to
> organization unit. Users are in hierarchical structure in AD.
> Example:
> CN=Hrasko Janko,ou=BBB,ou=AAA,dc=example,dc=com
> Users exists in AD before start synchronization.
>
> When synchronize user from midpoint which is in OrgUnit AAA, then get
> exception object alredy exist in AD.
> In AD is user CN=Hrasko Janko,ou=BBB,ou=AAA,,dc=example,dc=com and
> synchronization try create CN=Hrasko Janko,ou=AAA,,dc=example,dc=com.
> Correlation atributte is sAMAcountName, which is same and have value
> jhrasko.
>
> 1) Can i link user which is in midpoint with user who exist in AD and
> change dn of user in AD? I don`t want to create new user in AD?
> 2) Can i get dn on user in AD? In old .Net AD connector get dn with
> $account/attributes/distinguishedName. I get null in new AD connector.
>
> Thanks & regards
> MiSo
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
--
Ing. Ivan Noris
Senior Identity Management Engineer & IDM Architect
evolveum.com evolveum.com/blog/
___________________________________________________
"Semper ID(e)M Vix."
_______________________________________________
midPoint mailing list
midPoint at lists.evolveum.com
http://lists.evolveum.com/mailman/listinfo/midpoint
-------------- next part --------------
A non-text attachment was scrubbed...
Name: exceptions
Type: application/octet-stream
Size: 14027 bytes
Desc: exceptions
URL:
From MICHAEL.GRUBER at wwk.de Wed Jun 1 14:32:08 2016
From: MICHAEL.GRUBER at wwk.de (Gruber, Michael)
Date: Wed, 1 Jun 2016 12:32:08 +0000
Subject: [midPoint] link account in AD
In-Reply-To: <06822B2D6B7CF24EB3DC64BEF1AB75D68A40A0B6@EXCH-MBX1.datalan.sk>
References: <574DA514.9030204@datalan.sk>,<574DBD8B.708@evolveum.com>
<06822B2D6B7CF24EB3DC64BEF1AB75D68A40A0B6@EXCH-MBX1.datalan.sk>
Message-ID:
Hi,
since it looks like a one time job to link the active directory users to midpoint you can try to do it in two steps:
1) Linking
remove all outbounds from resource
create and run a recon against active directory (kind: account / objectclass: user / intent: as defined in resource)
As result the midpoint users should have the projection-link to the existing active directory account (assumed sync/correlation is defined properly )
2) add outbound mappings to resource and reconcile midpoint users
Account in active directory should be moved as defined
For getting attributes you may also use
tmpDn = basic.getAttributeValue(shadow, 'http://midpoint.evolveum.com/xml/ns/public/resource/instance-3', 'distinguishedName')
but maybe there value was null because the account was not yet known/linked
regards, michael
-----Ursprüngliche Nachricht-----
Von: midPoint [mailto:midpoint-bounces at lists.evolveum.com] Im Auftrag von Steklac Michal
Gesendet: Mittwoch, 1. Juni 2016 12:59
An: midPoint General Discussion
Betreff: Re: [midPoint] link account in AD
Hi,
when i set secondaryIdentifier
...
ri:sAMAccountNametrueLogin namestrong$user/name
...
still receive error ObjectAlredyExists. In attachment is log.
synchronization of dn attribute
...
ri:dnDistinguished Name0truetruetrue$user/extension/ADDNstrong$user/givenName$user/familyName$user/extension/ext:orgpath$user/activation/administrativeStatus$account/attributes/distinguishedName
...
Thanks & regards
MiSo
________________________________________
Od: midPoint [midpoint-bounces at lists.evolveum.com] v zastúpení používateľa Ivan Noris [ivan.noris at evolveum.com]
Odoslané: 31. mája 2016 18:36
Do: midpoint at lists.evolveum.com
Predmet: Re: [midPoint] link account in AD
Hi,
I remember to use something like:
ri:sAMAccountNametrue
...
to trigger automatic AlreadyExistsException to run discovery,
correlation and link the existing account using correlation expressions.
But I have not tried it recently and not with AdLdap connector at all.
Can you paste XML code how you try to process
$account/attributes/distinguishedName attribute (where you get null)?
Ivan
On 05/31/2016 04:52 PM, Michal Štekláč wrote:
> Hi,
>
> I use ICF com.evolveum.polygon.connector.ldap.ad.AdLdapConnector
> v1.4.2.14 and I want synchronize users to AD and insert to
> organization unit. Users are in hierarchical structure in AD.
> Example:
> CN=Hrasko Janko,ou=BBB,ou=AAA,dc=example,dc=com
> Users exists in AD before start synchronization.
>
> When synchronize user from midpoint which is in OrgUnit AAA, then get
> exception object alredy exist in AD.
> In AD is user CN=Hrasko Janko,ou=BBB,ou=AAA,,dc=example,dc=com and
> synchronization try create CN=Hrasko Janko,ou=AAA,,dc=example,dc=com.
> Correlation atributte is sAMAcountName, which is same and have value
> jhrasko.
>
> 1) Can i link user which is in midpoint with user who exist in AD and
> change dn of user in AD? I don`t want to create new user in AD?
> 2) Can i get dn on user in AD? In old .Net AD connector get dn with
> $account/attributes/distinguishedName. I get null in new AD connector.
>
> Thanks & regards
> MiSo
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
--
Ing. Ivan Noris
Senior Identity Management Engineer & IDM Architect
evolveum.com evolveum.com/blog/
___________________________________________________
"Semper ID(e)M Vix."
_______________________________________________
midPoint mailing list
midPoint at lists.evolveum.com
http://lists.evolveum.com/mailman/listinfo/midpoint
WWK Lebensversicherung a. G., Vorstand: Jürgen Schrameier (V.), Rainer Gebhart (stv. V.), Dirk Fassott; Vorsitzender des Aufsichtsrats: Dr. Frank Schindelhauer, Sitz München, Registergericht München HR B 211; WWK Allgemeine Versicherung AG, Vorstand: Jürgen Schrameier (V.), Rainer Gebhart (stv. V.), Dirk Fassott; Vorsitzender des Aufsichtsrats: Werner Quante, Sitz München, Registergericht München HR B 5553; WWK Vermögensverwaltungs und Dienstleistungs GmbH, Geschäftsführer: Karl Ruffing, Stefan Sedlmeir, Sitz München, Registergericht München HR B 76323; WWK Pensionsfonds AG, Vorstand: Ansgar Eckert, Karl Ruffing, Heinrich Schüppert; Vorsitzender des Aufsichtsrats: Dirk Fassott, Sitz München, Registergericht München HR B 146295; Hausanschrift: Marsstraße 37, 80335 München; WWK Investment S.A., Verwaltungsrat: Karl Ruffing (V.), Ansgar Eckert, Stefan Schneider (Hauck & Aufhäuser), Handelsregister: R.C. Luxembourg Nr. B 81 270, Sitz der Gesellschaft: 1c, rue Gabriel Lippmann, L-5365 Munsbach
From ivan.noris at evolveum.com Wed Jun 1 14:57:54 2016
From: ivan.noris at evolveum.com (Ivan Noris)
Date: Wed, 1 Jun 2016 14:57:54 +0200
Subject: [midPoint] Examples or explanation Tolerant Pattern
In-Reply-To: <46DB2E7F-5C8F-4E95-AB66-AA8219CB20B1@tahzoo.com>
References: <46DB2E7F-5C8F-4E95-AB66-AA8219CB20B1@tahzoo.com>
Message-ID: <574EDBD2.7040806@evolveum.com>
Hi Dick,
I was just testing this and this is how it works:
1) if attribute is set as tolerant, it means, that *during
reconciliation*, the other values of the attribute (not mandated by
midPoint mappings) will be tolerated, i.e. kept, not removed. This is
fine if you manage some group membership by midPoint and other
membership by other means, i.e. manually and you wish to have both. If
attribute is not tolerant, midPoint would remove the values that are not
provided by mappings in resource schema handling and/or role mappings.
2) tolerantValuePattern and intolerantValuePattern work also only during
reconciliation, but you can specify regexps to match.
Sample for carLicense in LDAP resource:
ri:carLicensetrue^Secret.*$^.*$
This means, that during reconciliation, only values starting with Secret
will be kept and all other will be removed.
To test this silly example, I've done the following:
- put the above attribute definition to OpenLDAP sample
- added OpenLDAP account as projection / assigned role constructing the
account
- added several values of carLicense attribute manually or using
midPoint (Projections-OpenLDAP-expand-carLicense-"+"). From these
values, one is "Secret is my food", second is "XXX", third is "Too many
secrets".
- edited the user again in midPoint, checked "reconcile" checkbox and saved.
After the save (with reconcile checkbox) all values except the "Secret
is my food" are removed from the attribute carLicense, because they are
not mandated by any mapping. The value "Secret is my food" is not
removed, because it matches the "tolerantValuePattern".
The documentation for these little beasts is also in schema:
https://github.com/Evolveum/midpoint/blob/master/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
Hope this helps. I have not yet used this tolerant patterns, so if there
are further questions please ask.
Regards,
Ivan
On 05/26/2016 04:00 PM, Dick Muller wrote:
>
> Hi,
>
>
>
> Is there somebody that can explain how the tolerant checkbox and
> tolerant patterns work.
>
>
>
> I want to allow values with the tolerant pattern that end with
> dc=domainname, dc=com.
>
> Is that possible with this function?
>
>
>
> Kindest regards,
>
>
>
>
>
> ------------------------------------------------------------------------
>
> *Dick Muller*
>
> Senior Systems Engineer
>
> Delftechpark 37i
> 2628 XJ Delft*
> d*: +31 88 2682586
> *m:* +31 6 46477690
>
>
>
>
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
--
Ing. Ivan Noris
Senior Identity Management Engineer & IDM Architect
evolveum.com evolveum.com/blog/
___________________________________________________
"Semper ID(e)M Vix."
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 7589 bytes
Desc: not available
URL:
From rijndaal at outlook.it Wed Jun 1 17:03:09 2016
From: rijndaal at outlook.it (Rijndaal Ramiji)
Date: Wed, 1 Jun 2016 15:03:09 +0000
Subject: [midPoint] Authentication in midPoint through Active Directory
Message-ID:
Hi.
Is it possibile to login in midPoint using AD's credentials?
We would like that every user in midPoint (or just selected users with a particular role) could do login in the application
using his/her sAMAccountName and AD password speaking directly with the AD itself, without storing passwords in midPoint.
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ggallard at identicum.com Wed Jun 1 23:29:40 2016
From: ggallard at identicum.com (Gustavo J Gallardo)
Date: Wed, 1 Jun 2016 18:29:40 -0300
Subject: [midPoint] Writing a boolean attribute as activation configured
capability
Message-ID:
We're working with the GoogleApps connector, which does not support
activation, so we set up a configured capability to set the boolean
'suspended' attribute.
We can read and interpret the value correctly, however when writing the
attribute from , it is sending a String instead of a boolean.
If I map the account attribute to a user attribute, we can write it
correctly.
...
ri:suspendedfalsetrue
Is there any way inside the
.../capabilities/configured/cap:activation/cap:status/cap:enableValue/ to
indicate it has to be treated as a boolean?
We are working with 3.4-SNAPSHOT.
Thanks,
GJG
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From fstingaciu at mirantis.com Thu Jun 2 01:28:03 2016
From: fstingaciu at mirantis.com (Florin. Stingaciu)
Date: Wed, 1 Jun 2016 16:28:03 -0700
Subject: [midPoint] Recompute All Members for Role
Message-ID:
Hello,
I'm trying to recompute all members that are assigned a particuar role. I
tried using the "Recompute All" (http://i.imgur.com/xLXjLwd.png) button in
the "Members" section of a role. This launches a task that is successful
however, it it does not process any objects.
If I manually select the members I want and select "Recompute members"
everything works just fine. Any ideas?
Thanks,
-F
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mederly at evolveum.com Thu Jun 2 07:24:25 2016
From: mederly at evolveum.com (Pavol Mederly)
Date: Thu, 2 Jun 2016 07:24:25 +0200
Subject: [midPoint] Recompute All Members for Role
In-Reply-To:
References:
Message-ID: <50f86d8f-0f91-f7bc-ddd1-b145e6f873af@evolveum.com>
Hello Florin,
If I remember correctly, we've been fixing this problem in master
(3.4-SNAPSHOT). It should be solved in that branch.
(If not, please drop a jira issue with details how to reproduce, and
we'll certainly fix that.)
Best regards,
Pavol
On 02.06.2016 1:28, Florin. Stingaciu wrote:
> Hello,
>
> I'm trying to recompute all members that are assigned a particuar
> role. I tried using the "Recompute All"
> (http://i.imgur.com/xLXjLwd.png) button in the "Members" section of a
> role. This launches a task that is successful however, it it does not
> process any objects.
>
> If I manually select the members I want and select "Recompute members"
> everything works just fine. Any ideas?
>
> Thanks,
> -F
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From aeroshenko at frte.ru Thu Jun 2 08:01:43 2016
From: aeroshenko at frte.ru (=?koi8-r?B?5dLP28XOy88g4c7Uz84=?=)
Date: Thu, 2 Jun 2016 06:01:43 +0000
Subject: [midPoint] Synchronizing same user with different resources
(ObjectAlreadyExistsException)
In-Reply-To: <8c469182c8d6489a9c26c4b685343fe8@exch.sc.exsc.ru>
References: <8c469182c8d6489a9c26c4b685343fe8@exch.sc.exsc.ru>
Message-ID:
I figured out the problem. There were two shadows of one account, that seems to violates unique constraints. First shadow created during import process that passed normally, second shadow created during import process that failed for some reason. I delete one shadow manually, so sync works now.
How many shadows can we have for one account? How to avoid creation of multiple shadows of one account?
Hello!
I'm trying to import accounts from AD resource. These accounts were already imported (LINKED) from another resource configured with same AD . So, users are the same, ADs are the same, resources configurations only differ. I would like to get midpoint user linked to two projections (accounts).
Midpoint sync process set UNLINKED status for accounts, but then fails them and shows ObjectAlreadyExistsException instead of link the account to midpoint user.
Does it mean that its impossible to have two similar accounts for the same midpoint user? Or something wrong?
Resource config http://pastebin.com/XX6KrcQB
Exception class com.evolveum.midpoint.util.exception.SystemException thrown by object change listener model synchronization service: com.evolveum.midpoint.util.exception.ObjectAlreadyExistsException: Too many iterations (6) for account(ID {.../resource/instance-3}objectGUID = [ 2d42b6f0b3554a4cbe75fb9a8f0a1141 ], type 'default', resource:ef2bc95b-76e0-48e2-86d6-3d4f02d3eaed(Active Directory Advanced Sync 1)): cannot determine values that satisfy constraints: Found more than one object with attribute {.../resource/instance-3}dn = [ CN=Vilk,DC=igp,DC=local]
com.evolveum.midpoint.util.exception.SystemException: com.evolveum.midpoint.util.exception.ObjectAlreadyExistsException: Too many iterations (6) for account(ID {.../resource/instance-3}objectGUID = [ 2d42b6f0b3554a4cbe75fb9a8f0a1141 ], type 'default', resource:ef2bc95b-76e0-48e2-86d6-3d4f02d3eaed(Active Directory Advanced Sync 1)): cannot determine values that satisfy constraints: Found more than one object with attribute {.../resource/instance-3}dn = [ CN=Vilk,DC=igp,DC=local ]
at com.evolveum.midpoint.model.impl.sync.SynchronizationService.notifyChange_aroundBody0(SynchronizationService.java:298) ~[model-impl-3.3.1.jar:na]
at com.evolveum.midpoint.model.impl.sync.SynchronizationService$AjcClosure1.run(SynchronizationService.java:1) ~[model-impl-3.3.1.jar:na]
Thanks for any suggestions.
Anton.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ivan.noris at evolveum.com Thu Jun 2 09:52:39 2016
From: ivan.noris at evolveum.com (Ivan Noris)
Date: Thu, 2 Jun 2016 09:52:39 +0200
Subject: [midPoint] Synchronizing same user with different resources
(ObjectAlreadyExistsException)
In-Reply-To:
References: <8c469182c8d6489a9c26c4b685343fe8@exch.sc.exsc.ru>
Message-ID: <574FE5C7.6060301@evolveum.com>
Hi Anton,
one account can have only one shadow. The shadow contains information
about account "name" and identifier. In case of LDAP this is DN and
entryUUID/objectGUID.
Theoretically it should not happen to have two or more shadows for the
same account. Not sure about import, but reconciliation should get rid
of such shadows.
Ivan
On 06/02/2016 08:01 AM, Ерошенко Антон wrote:
>
> I figured out the problem. There were two shadows of one account, that
> seems to violates unique constraints. First shadow created during
> import process that passed normally, second shadow created during
> import process that failed for some reason. I delete one shadow
> manually, so sync works now.
>
> How many shadows can we have for one account? How to avoid creation of
> multiple shadows of one account?
>
>
>
>
>
>
>
>
>
>
>
> Hello!
>
> I’m trying to import accounts from AD resource. These accounts were
> already imported (LINKED) from another resource configured with same
> AD . So, users are the same, ADs are the same, resources
> configurations only differ. I would like to get midpoint user linked
> to two projections (accounts).
>
> Midpoint sync process set UNLINKED status for accounts, but then fails
> them and shows ObjectAlreadyExistsException instead of link the
> account to midpoint user.
>
> Does it mean that its impossible to have two similar accounts for the
> same midpoint user? Or something wrong?
>
>
>
> Resource config http://pastebin.com/XX6KrcQB
>
>
>
> Exception class com.evolveum.midpoint.util.exception.SystemException
> thrown by object change listener model synchronization service:
> com.evolveum.midpoint.util.exception.ObjectAlreadyExistsException: Too
> many iterations (6) for account(ID {.../resource/instance-3}objectGUID
> = [ 2d42b6f0b3554a4cbe75fb9a8f0a1141 ], type 'default',
> resource:ef2bc95b-76e0-48e2-86d6-3d4f02d3eaed(Active Directory
> Advanced Sync 1)): cannot determine values that satisfy constraints:
> Found more than one object with attribute {.../resource/instance-3}dn
> = [ CN=Vilk,DC=igp,DC=local]
>
> com.evolveum.midpoint.util.exception.SystemException:
> com.evolveum.midpoint.util.exception.ObjectAlreadyExistsException: Too
> many iterations (6) for account(ID {.../resource/instance-3}objectGUID
> = [ 2d42b6f0b3554a4cbe75fb9a8f0a1141 ], type 'default',
> resource:ef2bc95b-76e0-48e2-86d6-3d4f02d3eaed(Active Directory
> Advanced Sync 1)): cannot determine values that satisfy constraints:
> Found more than one object with attribute {.../resource/instance-3}dn
> = [ CN=Vilk,DC=igp,DC=local ]
>
> at
> com.evolveum.midpoint.model.impl.sync.SynchronizationService.notifyChange_aroundBody0(SynchronizationService.java:298)
> ~[model-impl-3.3.1.jar:na]
>
> at
> com.evolveum.midpoint.model.impl.sync.SynchronizationService$AjcClosure1.run(SynchronizationService.java:1)
> ~[model-impl-3.3.1.jar:na]
>
>
>
> Thanks for any suggestions.
>
> Anton.
>
>
>
>
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
--
Ing. Ivan Noris
Senior Identity Management Engineer & IDM Architect
evolveum.com evolveum.com/blog/
___________________________________________________
"Semper ID(e)M Vix."
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mrveceylan at gmail.com Thu Jun 2 10:06:07 2016
From: mrveceylan at gmail.com (mceylan)
Date: Thu, 2 Jun 2016 11:06:07 +0300
Subject: [midPoint] Midpoint and SSO
Message-ID:
hi,
I have a problem with midpoint and SSO. I followed steps on the
https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
When I try to get to https://midpoint/ I get 500 and I can see stack trace
in log (below).
My configuration files: ctx-web-security.xml and web.xml are in attachments.
org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException:
SM_USER header not found in request.
Could you help me ?
Thank you very much
-
Merve
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jeverling at bshp.edu Thu Jun 2 15:34:33 2016
From: jeverling at bshp.edu (Jason Everling)
Date: Thu, 2 Jun 2016 08:34:33 -0500
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
References:
Message-ID:
What SSO method are you using or what SSO agent/client?
JASON
On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
> hi,
>
> I have a problem with midpoint and SSO. I followed steps on the
> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>
> When I try to get to https://midpoint/ I get 500 and I can see stack
> trace in log (below).
>
> My configuration files: ctx-web-security.xml and web.xml are in
> attachments.
>
>
> org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException: SM_USER header not found in request.
>
>
>
> Could you help me ?
> Thank you very much
>
> -
>
> Merve
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
--
CONFIDENTIALITY NOTICE:
This e-mail together with any attachments is proprietary and confidential;
intended for only the recipient(s) named above and may contain information
that is privileged. You should not retain, copy or use this e-mail or any
attachments for any purpose, or disclose all or any part of the contents to
any person. Any views or opinions expressed in this e-mail are those of the
author and do not represent those of the Baptist School of Health
Professions. If you have received this e-mail in error, or are not the
named recipient(s), you are hereby notified that any review, dissemination,
distribution or copying of this communication is prohibited by the sender
and to do so might constitute a violation of the Electronic Communications
Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
sender and delete this e-mail and any attachments from your computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mrveceylan at gmail.com Thu Jun 2 15:39:59 2016
From: mrveceylan at gmail.com (mceylan)
Date: Thu, 2 Jun 2016 16:39:59 +0300
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
References:
Message-ID:
JAVA jasig cas methods and apache tomcat
2016-06-02 16:34 GMT+03:00 Jason Everling :
> What SSO method are you using or what SSO agent/client?
>
> JASON
>
> On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
>
>> hi,
>>
>> I have a problem with midpoint and SSO. I followed steps on the
>> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>>
>> When I try to get to https://midpoint/ I get 500 and I can see stack
>> trace in log (below).
>>
>> My configuration files: ctx-web-security.xml and web.xml are in
>> attachments.
>>
>>
>> org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException: SM_USER header not found in request.
>>
>>
>>
>> Could you help me ?
>> Thank you very much
>>
>> -
>>
>> Merve
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>
>
>
> CONFIDENTIALITY NOTICE:
> This e-mail together with any attachments is proprietary and confidential;
> intended for only the recipient(s) named above and may contain information
> that is privileged. You should not retain, copy or use this e-mail or any
> attachments for any purpose, or disclose all or any part of the contents to
> any person. Any views or opinions expressed in this e-mail are those of the
> author and do not represent those of the Baptist School of Health
> Professions. If you have received this e-mail in error, or are not the
> named recipient(s), you are hereby notified that any review, dissemination,
> distribution or copying of this communication is prohibited by the sender
> and to do so might constitute a violation of the Electronic Communications
> Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
> sender and delete this e-mail and any attachments from your computer.
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
--
Merve CEYLAN
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From roman.pudil at ami.cz Thu Jun 2 15:40:53 2016
From: roman.pudil at ami.cz (Roman Pudil - AMI Praha a.s.)
Date: Thu, 02 Jun 2016 13:40:53 +0000
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
Message-ID:
Hi Jason,
we tried CAS + MidPoint as SSO solution.
Here is URL with configuration:
https://wiki.evolveum.com/pages/viewpage.action?pageId=17760854
Regards
Roman Pudil
solution architect
gsm: [+420] 775 663 666
e-mail: roman.pudil at ami.cz
AMI Praha a.s.
Pláničkova 11
162 00 Praha 6
tel./fax: [+420] 274 783 239
web: www.ami.cz
Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
společnost AMI Praha a.s.
jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
výhradně písemnou formu.
------ Původní zpráva ------
Od: "Jason Everling"
Komu: "midPoint General Discussion"
Odesláno: 2.6.2016 15:34:33
Předmět: Re: [midPoint] Midpoint and SSO
>What SSO method are you using or what SSO agent/client?
>
>JASON
>
>On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
>>hi,
>>
>>I have a problem with midpoint and SSO. I followed steps on the
>>https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>>When I try to get to https://midpoint/ I get 500 and I can see stack
>>trace in log (below).
>>
>>My configuration files: ctx-web-security.xml and web.xml are in
>>attachments.
>>
>>
>>
>>org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException:
>>SM_USER header not found in request.
>>
>>Could you help me ?
>>Thank you very much
>>
>>Merve
>>
>>_______________________________________________
>>midPoint mailing list
>>midPoint at lists.evolveum.com
>>http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>
>
>
>
>CONFIDENTIALITY NOTICE:
>This e-mail together with any attachments is proprietary and
>confidential; intended for only the recipient(s) named above and may
>contain information that is privileged. You should not retain, copy or
>use this e-mail or any attachments for any purpose, or disclose all or
>any part of the contents to any person. Any views or opinions expressed
>in this e-mail are those of the author and do not represent those of
>the Baptist School of Health Professions. If you have received this
>e-mail in error, or are not the named recipient(s), you are hereby
>notified that any review, dissemination, distribution or copying of
>this communication is prohibited by the sender and to do so might
>constitute a violation of the Electronic Communications Privacy Act, 18
>U.S.C. section 2510-2521. Please immediately notify the sender and
>delete this e-mail and any attachments from your computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4060 bytes
Desc: not available
URL:
From jeverling at bshp.edu Thu Jun 2 15:51:17 2016
From: jeverling at bshp.edu (Jason Everling)
Date: Thu, 2 Jun 2016 08:51:17 -0500
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
References:
Message-ID:
We are using the Java CAS Client, in midpoint 3.2, and haven't had any
issues, it was pretty easy to setup. I am looking over my files to see if I
did anything outside of that document or what was commented in
ctx-web-security.xml but I do not think that would be the case.
You can check ours here,
http://pastebin.com/mHW8hvP4
JASON
On Thu, Jun 2, 2016 at 8:40 AM, Roman Pudil - AMI Praha a.s. <
roman.pudil at ami.cz> wrote:
> Hi Jason,
> we tried CAS + MidPoint as SSO solution.
>
> Here is URL with configuration:
> https://wiki.evolveum.com/pages/viewpage.action?pageId=17760854
>
> Regards
>
>
> Roman Pudil
> solution architect
>
> gsm: [+420] 775 663 666
> e-mail: roman.pudil at ami.cz
>
>
> AMI Praha a.s.
> Pláničkova 11
> 162 00 Praha 6
> tel./fax: [+420] 274 783 239
> web: www.ami.cz
>
>
>
>
>
> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
> společnost AMI Praha a.s.
> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít výhradně
> písemnou formu.
>
>
>
> ------ Původní zpráva ------
> Od: "Jason Everling"
> Komu: "midPoint General Discussion"
> Odesláno: 2.6.2016 15:34:33
> Předmět: Re: [midPoint] Midpoint and SSO
>
>
> What SSO method are you using or what SSO agent/client?
>
> JASON
>
> On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
>
>> hi,
>>
>> I have a problem with midpoint and SSO. I followed steps on the
>> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>>
>> When I try to get to https://midpoint/ I get 500 and I can see stack
>> trace in log (below).
>>
>> My configuration files: ctx-web-security.xml and web.xml are in
>> attachments.
>>
>>
>> org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException: SM_USER header not found in request.
>>
>>
>>
>> Could you help me ?
>> Thank you very much
>>
>> -
>>
>> Merve
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>
>
>
> CONFIDENTIALITY NOTICE:
> This e-mail together with any attachments is proprietary and confidential;
> intended for only the recipient(s) named above and may contain information
> that is privileged. You should not retain, copy or use this e-mail or any
> attachments for any purpose, or disclose all or any part of the contents to
> any person. Any views or opinions expressed in this e-mail are those of the
> author and do not represent those of the Baptist School of Health
> Professions. If you have received this e-mail in error, or are not the
> named recipient(s), you are hereby notified that any review, dissemination,
> distribution or copying of this communication is prohibited by the sender
> and to do so might constitute a violation of the Electronic Communications
> Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
> sender and delete this e-mail and any attachments from your computer.
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
--
CONFIDENTIALITY NOTICE:
This e-mail together with any attachments is proprietary and confidential;
intended for only the recipient(s) named above and may contain information
that is privileged. You should not retain, copy or use this e-mail or any
attachments for any purpose, or disclose all or any part of the contents to
any person. Any views or opinions expressed in this e-mail are those of the
author and do not represent those of the Baptist School of Health
Professions. If you have received this e-mail in error, or are not the
named recipient(s), you are hereby notified that any review, dissemination,
distribution or copying of this communication is prohibited by the sender
and to do so might constitute a violation of the Electronic Communications
Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
sender and delete this e-mail and any attachments from your computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From roman.pudil at ami.cz Thu Jun 2 15:56:42 2016
From: roman.pudil at ami.cz (Roman Pudil - AMI Praha a.s.)
Date: Thu, 02 Jun 2016 13:56:42 +0000
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
Message-ID:
Hi Jason,
try to uncoment line with "PRE_AUTH_FILTER".
Regards
Roman Pudil
solution architect
gsm: [+420] 775 663 666
e-mail: roman.pudil at ami.cz
AMI Praha a.s.
Pláničkova 11
162 00 Praha 6
tel./fax: [+420] 274 783 239
web: www.ami.cz
Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
společnost AMI Praha a.s.
jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
výhradně písemnou formu.
------ Původní zpráva ------
Od: "Jason Everling"
Komu: "Roman Pudil - AMI Praha a.s." ; "midPoint
General Discussion"
Odesláno: 2.6.2016 15:51:17
Předmět: Re: [midPoint] Midpoint and SSO
>We are using the Java CAS Client, in midpoint 3.2, and haven't had any
>issues, it was pretty easy to setup. I am looking over my files to see
>if I did anything outside of that document or what was commented in
>ctx-web-security.xml but I do not think that would be the case.
>
>You can check ours here,
>http://pastebin.com/mHW8hvP4
>
>
>JASON
>
>On Thu, Jun 2, 2016 at 8:40 AM, Roman Pudil - AMI Praha a.s.
> wrote:
>>Hi Jason,
>>we tried CAS + MidPoint as SSO solution.
>>
>>Here is URL with configuration:
>>https://wiki.evolveum.com/pages/viewpage.action?pageId=17760854
>>
>>Regards
>>
>>Roman Pudil
>>solution architect
>>
>>gsm: [+420] 775 663 666
>>e-mail: roman.pudil at ami.cz
>>
>>
>>AMI Praha a.s.
>>Pláničkova 11
>>162 00 Praha 6
>>tel./fax: [+420] 274 783 239
>>web: http://www.ami.cz/
>>
>>
>>
>>
>>
>>Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>>společnost AMI Praha a.s.
>>jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
>>výhradně písemnou formu.
>>
>>
>>
>>------ Původní zpráva ------
>>Od: "Jason Everling"
>>Komu: "midPoint General Discussion"
>>Odesláno: 2.6.2016 15:34:33
>>Předmět: Re: [midPoint] Midpoint and SSO
>>
>>>What SSO method are you using or what SSO agent/client?
>>>
>>>JASON
>>>
>>>On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
>>>>hi,
>>>>
>>>>I have a problem with midpoint and SSO. I followed steps on the
>>>>https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>>>>When I try to get to https://midpoint/ I get 500 and I can see stack
>>>>trace in log (below).
>>>>
>>>>My configuration files: ctx-web-security.xml and web.xml are in
>>>>attachments.
>>>>
>>>>
>>>>
>>>>org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException:
>>>>SM_USER header not found in request.
>>>>
>>>>Could you help me ?
>>>>Thank you very much
>>>>
>>>>Merve
>>>>
>>>>_______________________________________________
>>>>midPoint mailing list
>>>>midPoint at lists.evolveum.com
>>>>http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>
>>>
>>>
>>>
>>>
>>>CONFIDENTIALITY NOTICE:
>>>This e-mail together with any attachments is proprietary and
>>>confidential; intended for only the recipient(s) named above and may
>>>contain information that is privileged. You should not retain, copy
>>>or use this e-mail or any attachments for any purpose, or disclose
>>>all or any part of the contents to any person. Any views or opinions
>>>expressed in this e-mail are those of the author and do not represent
>>>those of the Baptist School of Health Professions. If you have
>>>received this e-mail in error, or are not the named recipient(s), you
>>>are hereby notified that any review, dissemination, distribution or
>>>copying of this communication is prohibited by the sender and to do
>>>so might constitute a violation of the Electronic Communications
>>>Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify
>>>the sender and delete this e-mail and any attachments from your
>>>computer.
>>
>>_______________________________________________
>>midPoint mailing list
>>midPoint at lists.evolveum.com
>>http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>
>
>
>
>CONFIDENTIALITY NOTICE:
>This e-mail together with any attachments is proprietary and
>confidential; intended for only the recipient(s) named above and may
>contain information that is privileged. You should not retain, copy or
>use this e-mail or any attachments for any purpose, or disclose all or
>any part of the contents to any person. Any views or opinions expressed
>in this e-mail are those of the author and do not represent those of
>the Baptist School of Health Professions. If you have received this
>e-mail in error, or are not the named recipient(s), you are hereby
>notified that any review, dissemination, distribution or copying of
>this communication is prohibited by the sender and to do so might
>constitute a violation of the Electronic Communications Privacy Act, 18
>U.S.C. section 2510-2521. Please immediately notify the sender and
>delete this e-mail and any attachments from your computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4060 bytes
Desc: not available
URL:
From jeverling at bshp.edu Thu Jun 2 15:57:49 2016
From: jeverling at bshp.edu (Jason Everling)
Date: Thu, 2 Jun 2016 08:57:49 -0500
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
References:
Message-ID:
Hah! Wait, I am not the one with issue, it is the other on the thread, Merve
JASON
On Thu, Jun 2, 2016 at 8:56 AM, Roman Pudil - AMI Praha a.s. <
roman.pudil at ami.cz> wrote:
> Hi Jason,
>
> try to uncoment line with "PRE_AUTH_FILTER".
>
>
> Regards
>
>
> Roman Pudil
> solution architect
>
> gsm: [+420] 775 663 666
> e-mail: roman.pudil at ami.cz
>
>
> AMI Praha a.s.
> Pláničkova 11
> 162 00 Praha 6
> tel./fax: [+420] 274 783 239
> web: www.ami.cz
>
>
>
>
>
> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
> společnost AMI Praha a.s.
> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít výhradně
> písemnou formu.
>
>
>
> ------ Původní zpráva ------
> Od: "Jason Everling"
> Komu: "Roman Pudil - AMI Praha a.s." ; "midPoint
> General Discussion"
> Odesláno: 2.6.2016 15:51:17
> Předmět: Re: [midPoint] Midpoint and SSO
>
>
> We are using the Java CAS Client, in midpoint 3.2, and haven't had any
> issues, it was pretty easy to setup. I am looking over my files to see if I
> did anything outside of that document or what was commented in
> ctx-web-security.xml but I do not think that would be the case.
>
> You can check ours here,
> http://pastebin.com/mHW8hvP4
>
>
> JASON
>
> On Thu, Jun 2, 2016 at 8:40 AM, Roman Pudil - AMI Praha a.s. <
> roman.pudil at ami.cz> wrote:
>
>> Hi Jason,
>> we tried CAS + MidPoint as SSO solution.
>>
>> Here is URL with configuration:
>> https://wiki.evolveum.com/pages/viewpage.action?pageId=17760854
>>
>> Regards
>>
>>
>> Roman Pudil
>> solution architect
>>
>> gsm: [+420] 775 663 666
>> e-mail: roman.pudil at ami.cz
>>
>>
>> AMI Praha a.s.
>> Pláničkova 11
>> 162 00 Praha 6
>> tel./fax: [+420] 274 783 239
>> web: http://www.ami.cz/
>>
>>
>>
>>
>>
>> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>> společnost AMI Praha a.s.
>> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít výhradně
>> písemnou formu.
>>
>>
>>
>> ------ Původní zpráva ------
>> Od: "Jason Everling"
>> Komu: "midPoint General Discussion"
>> Odesláno: 2.6.2016 15:34:33
>> Předmět: Re: [midPoint] Midpoint and SSO
>>
>>
>> What SSO method are you using or what SSO agent/client?
>>
>> JASON
>>
>> On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
>>
>>> hi,
>>>
>>> I have a problem with midpoint and SSO. I followed steps on the
>>> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>>>
>>> When I try to get to https://midpoint/ I get 500 and I can see stack
>>> trace in log (below).
>>>
>>> My configuration files: ctx-web-security.xml and web.xml are in
>>> attachments.
>>>
>>>
>>> org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException: SM_USER header not found in request.
>>>
>>>
>>>
>>> Could you help me ?
>>> Thank you very much
>>>
>>> -
>>>
>>> Merve
>>>
>>> _______________________________________________
>>> midPoint mailing list
>>> midPoint at lists.evolveum.com
>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>
>>>
>>
>>
>>
>> CONFIDENTIALITY NOTICE:
>> This e-mail together with any attachments is proprietary and
>> confidential; intended for only the recipient(s) named above and may
>> contain information that is privileged. You should not retain, copy or use
>> this e-mail or any attachments for any purpose, or disclose all or any part
>> of the contents to any person. Any views or opinions expressed in this
>> e-mail are those of the author and do not represent those of the Baptist
>> School of Health Professions. If you have received this e-mail in error, or
>> are not the named recipient(s), you are hereby notified that any review,
>> dissemination, distribution or copying of this communication is prohibited
>> by the sender and to do so might constitute a violation of the Electronic
>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>> notify the sender and delete this e-mail and any attachments from your
>> computer.
>>
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>
>
>
> CONFIDENTIALITY NOTICE:
> This e-mail together with any attachments is proprietary and confidential;
> intended for only the recipient(s) named above and may contain information
> that is privileged. You should not retain, copy or use this e-mail or any
> attachments for any purpose, or disclose all or any part of the contents to
> any person. Any views or opinions expressed in this e-mail are those of the
> author and do not represent those of the Baptist School of Health
> Professions. If you have received this e-mail in error, or are not the
> named recipient(s), you are hereby notified that any review, dissemination,
> distribution or copying of this communication is prohibited by the sender
> and to do so might constitute a violation of the Electronic Communications
> Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
> sender and delete this e-mail and any attachments from your computer.
>
>
--
CONFIDENTIALITY NOTICE:
This e-mail together with any attachments is proprietary and confidential;
intended for only the recipient(s) named above and may contain information
that is privileged. You should not retain, copy or use this e-mail or any
attachments for any purpose, or disclose all or any part of the contents to
any person. Any views or opinions expressed in this e-mail are those of the
author and do not represent those of the Baptist School of Health
Professions. If you have received this e-mail in error, or are not the
named recipient(s), you are hereby notified that any review, dissemination,
distribution or copying of this communication is prohibited by the sender
and to do so might constitute a violation of the Electronic Communications
Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
sender and delete this e-mail and any attachments from your computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mrveceylan at gmail.com Thu Jun 2 16:43:05 2016
From: mrveceylan at gmail.com (mceylan)
Date: Thu, 2 Jun 2016 17:43:05 +0300
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
References:
Message-ID:
Hi Roman,
why uncomment line with "PRE_AUTH_FILTER"?
https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO is
setup Basically
what needs to be done is to uncomment the following line:
2016-06-02 16:57 GMT+03:00 Jason Everling :
> Hah! Wait, I am not the one with issue, it is the other on the thread,
> Merve
>
> JASON
>
> On Thu, Jun 2, 2016 at 8:56 AM, Roman Pudil - AMI Praha a.s. <
> roman.pudil at ami.cz> wrote:
>
>> Hi Jason,
>>
>> try to uncoment line with "PRE_AUTH_FILTER".
>>
>>
>> Regards
>>
>>
>> Roman Pudil
>> solution architect
>>
>> gsm: [+420] 775 663 666
>> e-mail: roman.pudil at ami.cz
>>
>>
>> AMI Praha a.s.
>> Pláničkova 11
>> 162 00 Praha 6
>> tel./fax: [+420] 274 783 239
>> web: www.ami.cz
>>
>>
>>
>>
>>
>> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>> společnost AMI Praha a.s.
>> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít výhradně
>> písemnou formu.
>>
>>
>>
>> ------ Původní zpráva ------
>> Od: "Jason Everling"
>> Komu: "Roman Pudil - AMI Praha a.s." ; "midPoint
>> General Discussion"
>> Odesláno: 2.6.2016 15:51:17
>> Předmět: Re: [midPoint] Midpoint and SSO
>>
>>
>> We are using the Java CAS Client, in midpoint 3.2, and haven't had any
>> issues, it was pretty easy to setup. I am looking over my files to see if I
>> did anything outside of that document or what was commented in
>> ctx-web-security.xml but I do not think that would be the case.
>>
>> You can check ours here,
>> http://pastebin.com/mHW8hvP4
>>
>>
>> JASON
>>
>> On Thu, Jun 2, 2016 at 8:40 AM, Roman Pudil - AMI Praha a.s. <
>> roman.pudil at ami.cz> wrote:
>>
>>> Hi Jason,
>>> we tried CAS + MidPoint as SSO solution.
>>>
>>> Here is URL with configuration:
>>> https://wiki.evolveum.com/pages/viewpage.action?pageId=17760854
>>>
>>> Regards
>>>
>>>
>>> Roman Pudil
>>> solution architect
>>>
>>> gsm: [+420] 775 663 666
>>> e-mail: roman.pudil at ami.cz
>>>
>>>
>>> AMI Praha a.s.
>>> Pláničkova 11
>>> 162 00 Praha 6
>>> tel./fax: [+420] 274 783 239
>>> web: http://www.ami.cz/
>>>
>>>
>>>
>>>
>>>
>>> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>>> společnost AMI Praha a.s.
>>> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
>>> výhradně písemnou formu.
>>>
>>>
>>>
>>> ------ Původní zpráva ------
>>> Od: "Jason Everling"
>>> Komu: "midPoint General Discussion"
>>> Odesláno: 2.6.2016 15:34:33
>>> Předmět: Re: [midPoint] Midpoint and SSO
>>>
>>>
>>> What SSO method are you using or what SSO agent/client?
>>>
>>> JASON
>>>
>>> On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
>>>
>>>> hi,
>>>>
>>>> I have a problem with midpoint and SSO. I followed steps on the
>>>> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>>>>
>>>> When I try to get to https://midpoint/ I get 500 and I can see stack
>>>> trace in log (below).
>>>>
>>>> My configuration files: ctx-web-security.xml and web.xml are in
>>>> attachments.
>>>>
>>>>
>>>> org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException: SM_USER header not found in request.
>>>>
>>>>
>>>>
>>>> Could you help me ?
>>>> Thank you very much
>>>>
>>>> -
>>>>
>>>> Merve
>>>>
>>>> _______________________________________________
>>>> midPoint mailing list
>>>> midPoint at lists.evolveum.com
>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>
>>>>
>>>
>>>
>>>
>>> CONFIDENTIALITY NOTICE:
>>> This e-mail together with any attachments is proprietary and
>>> confidential; intended for only the recipient(s) named above and may
>>> contain information that is privileged. You should not retain, copy or use
>>> this e-mail or any attachments for any purpose, or disclose all or any part
>>> of the contents to any person. Any views or opinions expressed in this
>>> e-mail are those of the author and do not represent those of the Baptist
>>> School of Health Professions. If you have received this e-mail in error, or
>>> are not the named recipient(s), you are hereby notified that any review,
>>> dissemination, distribution or copying of this communication is prohibited
>>> by the sender and to do so might constitute a violation of the Electronic
>>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>>> notify the sender and delete this e-mail and any attachments from your
>>> computer.
>>>
>>>
>>> _______________________________________________
>>> midPoint mailing list
>>> midPoint at lists.evolveum.com
>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>
>>>
>>
>>
>>
>> CONFIDENTIALITY NOTICE:
>> This e-mail together with any attachments is proprietary and
>> confidential; intended for only the recipient(s) named above and may
>> contain information that is privileged. You should not retain, copy or use
>> this e-mail or any attachments for any purpose, or disclose all or any part
>> of the contents to any person. Any views or opinions expressed in this
>> e-mail are those of the author and do not represent those of the Baptist
>> School of Health Professions. If you have received this e-mail in error, or
>> are not the named recipient(s), you are hereby notified that any review,
>> dissemination, distribution or copying of this communication is prohibited
>> by the sender and to do so might constitute a violation of the Electronic
>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>> notify the sender and delete this e-mail and any attachments from your
>> computer.
>>
>>
>
>
>
> CONFIDENTIALITY NOTICE:
> This e-mail together with any attachments is proprietary and confidential;
> intended for only the recipient(s) named above and may contain information
> that is privileged. You should not retain, copy or use this e-mail or any
> attachments for any purpose, or disclose all or any part of the contents to
> any person. Any views or opinions expressed in this e-mail are those of the
> author and do not represent those of the Baptist School of Health
> Professions. If you have received this e-mail in error, or are not the
> named recipient(s), you are hereby notified that any review, dissemination,
> distribution or copying of this communication is prohibited by the sender
> and to do so might constitute a violation of the Electronic Communications
> Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
> sender and delete this e-mail and any attachments from your computer.
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
--
Merve CEYLAN
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jeverling at bshp.edu Thu Jun 2 18:39:46 2016
From: jeverling at bshp.edu (Jason Everling)
Date: Thu, 2 Jun 2016 11:39:46 -0500
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
References:
Message-ID:
He was mentioning that to me thinking it was me having the issues,
Merve, what are you using to pass your HEADER auth? Or are you using CAS?
JASON
On Thu, Jun 2, 2016 at 9:43 AM, mceylan wrote:
> Hi Roman,
>
> why uncomment line with "PRE_AUTH_FILTER"?
>
> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO is
> setup Basically what needs to be done is to uncomment the following line:
>
> "requestHeaderAuthenticationFilter" />
>
> 2016-06-02 16:57 GMT+03:00 Jason Everling :
>
>> Hah! Wait, I am not the one with issue, it is the other on the thread,
>> Merve
>>
>> JASON
>>
>> On Thu, Jun 2, 2016 at 8:56 AM, Roman Pudil - AMI Praha a.s. <
>> roman.pudil at ami.cz> wrote:
>>
>>> Hi Jason,
>>>
>>> try to uncoment line with "PRE_AUTH_FILTER".
>>>
>>>
>>> Regards
>>>
>>>
>>> Roman Pudil
>>> solution architect
>>>
>>> gsm: [+420] 775 663 666
>>> e-mail: roman.pudil at ami.cz
>>>
>>>
>>> AMI Praha a.s.
>>> Pláničkova 11
>>> 162 00 Praha 6
>>> tel./fax: [+420] 274 783 239
>>> web: www.ami.cz
>>>
>>>
>>>
>>>
>>>
>>> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>>> společnost AMI Praha a.s.
>>> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
>>> výhradně písemnou formu.
>>>
>>>
>>>
>>> ------ Původní zpráva ------
>>> Od: "Jason Everling"
>>> Komu: "Roman Pudil - AMI Praha a.s." ; "midPoint
>>> General Discussion"
>>> Odesláno: 2.6.2016 15:51:17
>>> Předmět: Re: [midPoint] Midpoint and SSO
>>>
>>>
>>> We are using the Java CAS Client, in midpoint 3.2, and haven't had any
>>> issues, it was pretty easy to setup. I am looking over my files to see if I
>>> did anything outside of that document or what was commented in
>>> ctx-web-security.xml but I do not think that would be the case.
>>>
>>> You can check ours here,
>>> http://pastebin.com/mHW8hvP4
>>>
>>>
>>> JASON
>>>
>>> On Thu, Jun 2, 2016 at 8:40 AM, Roman Pudil - AMI Praha a.s. <
>>> roman.pudil at ami.cz> wrote:
>>>
>>>> Hi Jason,
>>>> we tried CAS + MidPoint as SSO solution.
>>>>
>>>> Here is URL with configuration:
>>>> https://wiki.evolveum.com/pages/viewpage.action?pageId=17760854
>>>>
>>>> Regards
>>>>
>>>>
>>>> Roman Pudil
>>>> solution architect
>>>>
>>>> gsm: [+420] 775 663 666
>>>> e-mail: roman.pudil at ami.cz
>>>>
>>>>
>>>> AMI Praha a.s.
>>>> Pláničkova 11
>>>> 162 00 Praha 6
>>>> tel./fax: [+420] 274 783 239
>>>> web: http://www.ami.cz/
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>>>> společnost AMI Praha a.s.
>>>> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
>>>> výhradně písemnou formu.
>>>>
>>>>
>>>>
>>>> ------ Původní zpráva ------
>>>> Od: "Jason Everling"
>>>> Komu: "midPoint General Discussion"
>>>> Odesláno: 2.6.2016 15:34:33
>>>> Předmět: Re: [midPoint] Midpoint and SSO
>>>>
>>>>
>>>> What SSO method are you using or what SSO agent/client?
>>>>
>>>> JASON
>>>>
>>>> On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
>>>>
>>>>> hi,
>>>>>
>>>>> I have a problem with midpoint and SSO. I followed steps on the
>>>>> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>>>>>
>>>>> When I try to get to https://midpoint/ I get 500 and I can see stack
>>>>> trace in log (below).
>>>>>
>>>>> My configuration files: ctx-web-security.xml and web.xml are in
>>>>> attachments.
>>>>>
>>>>>
>>>>> org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException: SM_USER header not found in request.
>>>>>
>>>>>
>>>>>
>>>>> Could you help me ?
>>>>> Thank you very much
>>>>>
>>>>> -
>>>>>
>>>>> Merve
>>>>>
>>>>> _______________________________________________
>>>>> midPoint mailing list
>>>>> midPoint at lists.evolveum.com
>>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> CONFIDENTIALITY NOTICE:
>>>> This e-mail together with any attachments is proprietary and
>>>> confidential; intended for only the recipient(s) named above and may
>>>> contain information that is privileged. You should not retain, copy or use
>>>> this e-mail or any attachments for any purpose, or disclose all or any part
>>>> of the contents to any person. Any views or opinions expressed in this
>>>> e-mail are those of the author and do not represent those of the Baptist
>>>> School of Health Professions. If you have received this e-mail in error, or
>>>> are not the named recipient(s), you are hereby notified that any review,
>>>> dissemination, distribution or copying of this communication is prohibited
>>>> by the sender and to do so might constitute a violation of the Electronic
>>>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>>>> notify the sender and delete this e-mail and any attachments from your
>>>> computer.
>>>>
>>>>
>>>> _______________________________________________
>>>> midPoint mailing list
>>>> midPoint at lists.evolveum.com
>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>
>>>>
>>>
>>>
>>>
>>> CONFIDENTIALITY NOTICE:
>>> This e-mail together with any attachments is proprietary and
>>> confidential; intended for only the recipient(s) named above and may
>>> contain information that is privileged. You should not retain, copy or use
>>> this e-mail or any attachments for any purpose, or disclose all or any part
>>> of the contents to any person. Any views or opinions expressed in this
>>> e-mail are those of the author and do not represent those of the Baptist
>>> School of Health Professions. If you have received this e-mail in error, or
>>> are not the named recipient(s), you are hereby notified that any review,
>>> dissemination, distribution or copying of this communication is prohibited
>>> by the sender and to do so might constitute a violation of the Electronic
>>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>>> notify the sender and delete this e-mail and any attachments from your
>>> computer.
>>>
>>>
>>
>>
>>
>> CONFIDENTIALITY NOTICE:
>> This e-mail together with any attachments is proprietary and
>> confidential; intended for only the recipient(s) named above and may
>> contain information that is privileged. You should not retain, copy or use
>> this e-mail or any attachments for any purpose, or disclose all or any part
>> of the contents to any person. Any views or opinions expressed in this
>> e-mail are those of the author and do not represent those of the Baptist
>> School of Health Professions. If you have received this e-mail in error, or
>> are not the named recipient(s), you are hereby notified that any review,
>> dissemination, distribution or copying of this communication is prohibited
>> by the sender and to do so might constitute a violation of the Electronic
>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>> notify the sender and delete this e-mail and any attachments from your
>> computer.
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>
>
> --
> Merve CEYLAN
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
--
CONFIDENTIALITY NOTICE:
This e-mail together with any attachments is proprietary and confidential;
intended for only the recipient(s) named above and may contain information
that is privileged. You should not retain, copy or use this e-mail or any
attachments for any purpose, or disclose all or any part of the contents to
any person. Any views or opinions expressed in this e-mail are those of the
author and do not represent those of the Baptist School of Health
Professions. If you have received this e-mail in error, or are not the
named recipient(s), you are hereby notified that any review, dissemination,
distribution or copying of this communication is prohibited by the sender
and to do so might constitute a violation of the Electronic Communications
Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
sender and delete this e-mail and any attachments from your computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From fstingaciu at mirantis.com Thu Jun 2 20:36:24 2016
From: fstingaciu at mirantis.com (Florin. Stingaciu)
Date: Thu, 2 Jun 2016 11:36:24 -0700
Subject: [midPoint] Recompute All Members for Role
In-Reply-To: <50f86d8f-0f91-f7bc-ddd1-b145e6f873af@evolveum.com>
References:
<50f86d8f-0f91-f7bc-ddd1-b145e6f873af@evolveum.com>
Message-ID:
Thanks Pavel! I'll upgrade to the latest and let you know how that works
out.
On Wed, Jun 1, 2016 at 10:24 PM, Pavol Mederly wrote:
> Hello Florin,
>
> If I remember correctly, we've been fixing this problem in master
> (3.4-SNAPSHOT). It should be solved in that branch.
>
> (If not, please drop a jira issue with details how to reproduce, and we'll
> certainly fix that.)
>
> Best regards,
>
> Pavol
>
> On 02.06.2016 1:28, Florin. Stingaciu wrote:
>
> Hello,
>
> I'm trying to recompute all members that are assigned a particuar role. I
> tried using the "Recompute All" (
> http://i.imgur.com/xLXjLwd.png) button in the "Members" section of a
> role. This launches a task that is successful however, it it does not
> process any objects.
>
> If I manually select the members I want and select "Recompute members"
> everything works just fine. Any ideas?
>
> Thanks,
> -F
>
>
> _______________________________________________
> midPoint mailing listmidPoint at lists.evolveum.comhttp://lists.evolveum.com/mailman/listinfo/midpoint
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From fstingaciu at mirantis.com Thu Jun 2 22:56:27 2016
From: fstingaciu at mirantis.com (Florin. Stingaciu)
Date: Thu, 2 Jun 2016 13:56:27 -0700
Subject: [midPoint] Recompute All Members for Role
In-Reply-To:
References:
<50f86d8f-0f91-f7bc-ddd1-b145e6f873af@evolveum.com>
Message-ID:
Hello again,
I'm having some troubles when rebuilding the master. Here's the
corresponding stack trace: http://pastebin.com/TVUAKURb
Also, I'm using SSO under apache with the following ctx-web-security.xml
file: http://pastebin.com/rvs9cJDj
Any ideas would be greatly appreciated.
Thanks,
-F
On Thu, Jun 2, 2016 at 11:36 AM, Florin. Stingaciu
wrote:
> Thanks Pavel! I'll upgrade to the latest and let you know how that works
> out.
>
>
> On Wed, Jun 1, 2016 at 10:24 PM, Pavol Mederly
> wrote:
>
>> Hello Florin,
>>
>> If I remember correctly, we've been fixing this problem in master
>> (3.4-SNAPSHOT). It should be solved in that branch.
>>
>> (If not, please drop a jira issue with details how to reproduce, and
>> we'll certainly fix that.)
>>
>> Best regards,
>>
>> Pavol
>>
>> On 02.06.2016 1:28, Florin. Stingaciu wrote:
>>
>> Hello,
>>
>> I'm trying to recompute all members that are assigned a particuar role. I
>> tried using the "Recompute All" (
>> http://i.imgur.com/xLXjLwd.png) button in the "Members" section of a
>> role. This launches a task that is successful however, it it does not
>> process any objects.
>>
>> If I manually select the members I want and select "Recompute members"
>> everything works just fine. Any ideas?
>>
>> Thanks,
>> -F
>>
>>
>> _______________________________________________
>> midPoint mailing listmidPoint at lists.evolveum.comhttp://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mederly at evolveum.com Thu Jun 2 23:03:40 2016
From: mederly at evolveum.com (Pavol Mederly)
Date: Thu, 2 Jun 2016 23:03:40 +0200
Subject: [midPoint] Recompute All Members for Role
In-Reply-To:
References:
<50f86d8f-0f91-f7bc-ddd1-b145e6f873af@evolveum.com>
Message-ID: <10dbf567-41c2-dcd5-9841-50af3d34fcc1@evolveum.com>
Hello Florin,
recently we changed the db schema a bit (because of MID-3061
).
So, please apply the corresponding migration script
(config\sql\midpoint\3.4\\-upgrade-3.4-SNAPSHOT-*NNN*.sql).
Which one - it depends on how old your existing master is. This
particular problem is related to the latest one (numbered 6).
An alternative is to set hbm2ddl parameter like this (in config.xml file
in midpoint.home directory):
*update*
...
(but this is recommended only for testing purposes, because some - but
only very rare - changes are not correctly applied by hibernate itself)
Best regards,
Pavol
On 02.06.2016 22:56, Florin. Stingaciu wrote:
> Hello again,
>
> I'm having some troubles when rebuilding the master. Here's the
> corresponding stack trace: http://pastebin.com/TVUAKURb
>
> Also, I'm using SSO under apache with the following
> ctx-web-security.xml file: http://pastebin.com/rvs9cJDj
>
> Any ideas would be greatly appreciated.
>
> Thanks,
> -F
>
> On Thu, Jun 2, 2016 at 11:36 AM, Florin. Stingaciu
> > wrote:
>
> Thanks Pavel! I'll upgrade to the latest and let you know how that
> works out.
>
>
> On Wed, Jun 1, 2016 at 10:24 PM, Pavol Mederly
> > wrote:
>
> Hello Florin,
>
> If I remember correctly, we've been fixing this problem in
> master (3.4-SNAPSHOT). It should be solved in that branch.
>
> (If not, please drop a jira issue with details how to
> reproduce, and we'll certainly fix that.)
>
> Best regards,
>
> Pavol
>
>
> On 02.06.2016 1:28, Florin. Stingaciu wrote:
>> Hello,
>>
>> I'm trying to recompute all members that are assigned a
>> particuar role. I tried using the "Recompute All"
>> (http://i.imgur.com/xLXjLwd.png) button in the "Members"
>> section of a role. This launches a task that is successful
>> however, it it does not process any objects.
>>
>> If I manually select the members I want and select "Recompute
>> members" everything works just fine. Any ideas?
>>
>> Thanks,
>> -F
>>
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From fstingaciu at mirantis.com Fri Jun 3 00:27:01 2016
From: fstingaciu at mirantis.com (Florin. Stingaciu)
Date: Thu, 2 Jun 2016 15:27:01 -0700
Subject: [midPoint] Recompute All Members for Role
In-Reply-To: <10dbf567-41c2-dcd5-9841-50af3d34fcc1@evolveum.com>
References:
<50f86d8f-0f91-f7bc-ddd1-b145e6f873af@evolveum.com>
<10dbf567-41c2-dcd5-9841-50af3d34fcc1@evolveum.com>
Message-ID:
Hello again,
I managed to get around this issue by actually applying the
mysql-upgrade-3.3-3.4.sql patch. Everything came back up just fine, however
now I'm running into a strange issue where I can not remove inducements
from a role.
For example: http://imgur.com/a/lWoKT
The inducements stay there no matter how much I try to remove them. Is this
a known issue in the current master?
Thanks,
-F
On Thu, Jun 2, 2016 at 2:03 PM, Pavol Mederly wrote:
> Hello Florin,
>
> recently we changed the db schema a bit (because of MID-3061
> ).
>
> So, please apply the corresponding migration script
> (config\sql\midpoint\3.4\\-upgrade-3.4-SNAPSHOT-*NNN*.sql).
> Which one - it depends on how old your existing master is. This particular
> problem is related to the latest one (numbered 6).
>
> An alternative is to set hbm2ddl parameter like this (in config.xml file
> in midpoint.home directory):
>
>
>
>
> *update*
> ...
>
> (but this is recommended only for testing purposes, because some - but
> only very rare - changes are not correctly applied by hibernate itself)
>
> Best regards,
>
> Pavol
>
> On 02.06.2016 22:56, Florin. Stingaciu wrote:
>
> Hello again,
>
> I'm having some troubles when rebuilding the master. Here's the
> corresponding stack trace: http://pastebin.com/TVUAKURb
>
> Also, I'm using SSO under apache with the following ctx-web-security.xml
> file: http://pastebin.com/rvs9cJDj
>
> Any ideas would be greatly appreciated.
>
> Thanks,
> -F
>
> On Thu, Jun 2, 2016 at 11:36 AM, Florin. Stingaciu <
> fstingaciu at mirantis.com> wrote:
>
>> Thanks Pavel! I'll upgrade to the latest and let you know how that works
>> out.
>>
>>
>> On Wed, Jun 1, 2016 at 10:24 PM, Pavol Mederly <
>> mederly at evolveum.com> wrote:
>>
>>> Hello Florin,
>>>
>>> If I remember correctly, we've been fixing this problem in master
>>> (3.4-SNAPSHOT). It should be solved in that branch.
>>>
>>> (If not, please drop a jira issue with details how to reproduce, and
>>> we'll certainly fix that.)
>>>
>>> Best regards,
>>>
>>> Pavol
>>>
>>> On 02.06.2016 1:28, Florin. Stingaciu wrote:
>>>
>>> Hello,
>>>
>>> I'm trying to recompute all members that are assigned a particuar role.
>>> I tried using the "Recompute All" (
>>> http://i.imgur.com/xLXjLwd.png) button in the "Members" section of a
>>> role. This launches a task that is successful however, it it does not
>>> process any objects.
>>>
>>> If I manually select the members I want and select "Recompute members"
>>> everything works just fine. Any ideas?
>>>
>>> Thanks,
>>> -F
>>>
>>>
>>> _______________________________________________
>>> midPoint mailing listmidPoint at lists.evolveum.comhttp://lists.evolveum.com/mailman/listinfo/midpoint
>>>
>>>
>>>
>>> _______________________________________________
>>> midPoint mailing list
>>> midPoint at lists.evolveum.com
>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>
>>>
>>
>
>
> _______________________________________________
> midPoint mailing listmidPoint at lists.evolveum.comhttp://lists.evolveum.com/mailman/listinfo/midpoint
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mederly at evolveum.com Fri Jun 3 00:37:45 2016
From: mederly at evolveum.com (Pavol Mederly)
Date: Fri, 3 Jun 2016 00:37:45 +0200
Subject: [midPoint] Recompute All Members for Role
In-Reply-To:
References:
<50f86d8f-0f91-f7bc-ddd1-b145e6f873af@evolveum.com>
<10dbf567-41c2-dcd5-9841-50af3d34fcc1@evolveum.com>
Message-ID: <754b18e6-94e9-9d8e-6a9f-8422d1e39d93@evolveum.com>
I think it is similar to this one:
https://jira.evolveum.com/browse/MID-3074.
And I can see this wrong behavior also in my case. This is unpleasant.
We'll fix it soon, hopefully tomorrow. (Now it's after midnight here... )
Best regards,
Pavol
On 03.06.2016 0:27, Florin. Stingaciu wrote:
> Hello again,
>
> I managed to get around this issue by actually applying the
> mysql-upgrade-3.3-3.4.sql patch. Everything came back up just fine,
> however now I'm running into a strange issue where I can not remove
> inducements from a role.
>
> For example: http://imgur.com/a/lWoKT
>
> The inducements stay there no matter how much I try to remove them. Is
> this a known issue in the current master?
>
> Thanks,
> -F
>
>
>
> On Thu, Jun 2, 2016 at 2:03 PM, Pavol Mederly > wrote:
>
> Hello Florin,
>
> recently we changed the db schema a bit (because of MID-3061
> ).
>
> So, please apply the corresponding migration script
> (config\sql\midpoint\3.4\\-upgrade-3.4-SNAPSHOT-*NNN*.sql).
> Which one - it depends on how old your existing master is. This
> particular problem is related to the latest one (numbered 6).
>
> An alternative is to set hbm2ddl parameter like this (in
> config.xml file in midpoint.home directory):
>
>
>
>
> *update*
> ...
>
> (but this is recommended only for testing purposes, because some -
> but only very rare - changes are not correctly applied by
> hibernate itself)
>
> Best regards,
>
> Pavol
>
>
> On 02.06.2016 22:56, Florin. Stingaciu wrote:
>> Hello again,
>>
>> I'm having some troubles when rebuilding the master. Here's the
>> corresponding stack trace: http://pastebin.com/TVUAKURb
>>
>> Also, I'm using SSO under apache with the following
>> ctx-web-security.xml file: http://pastebin.com/rvs9cJDj
>>
>> Any ideas would be greatly appreciated.
>>
>> Thanks,
>> -F
>>
>> On Thu, Jun 2, 2016 at 11:36 AM, Florin. Stingaciu
>> > wrote:
>>
>> Thanks Pavel! I'll upgrade to the latest and let you know how
>> that works out.
>>
>>
>> On Wed, Jun 1, 2016 at 10:24 PM, Pavol Mederly
>> > wrote:
>>
>> Hello Florin,
>>
>> If I remember correctly, we've been fixing this problem
>> in master (3.4-SNAPSHOT). It should be solved in that branch.
>>
>> (If not, please drop a jira issue with details how to
>> reproduce, and we'll certainly fix that.)
>>
>> Best regards,
>>
>> Pavol
>>
>>
>> On 02.06.2016 1:28, Florin. Stingaciu wrote:
>>> Hello,
>>>
>>> I'm trying to recompute all members that are assigned a
>>> particuar role. I tried using the "Recompute All"
>>> (http://i.imgur.com/xLXjLwd.png) button in the "Members"
>>> section of a role. This launches a task that is
>>> successful however, it it does not process any objects.
>>>
>>> If I manually select the members I want and select
>>> "Recompute members" everything works just fine. Any ideas?
>>>
>>> Thanks,
>>> -F
>>>
>>>
>>> _______________________________________________
>>> midPoint mailing list
>>> midPoint at lists.evolveum.com
>>>
>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>>
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>>
>>
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From fstingaciu at mirantis.com Fri Jun 3 00:40:51 2016
From: fstingaciu at mirantis.com (Florin. Stingaciu)
Date: Thu, 2 Jun 2016 15:40:51 -0700
Subject: [midPoint] Recompute All Members for Role
In-Reply-To: <754b18e6-94e9-9d8e-6a9f-8422d1e39d93@evolveum.com>
References:
<50f86d8f-0f91-f7bc-ddd1-b145e6f873af@evolveum.com>
<10dbf567-41c2-dcd5-9841-50af3d34fcc1@evolveum.com>
<754b18e6-94e9-9d8e-6a9f-8422d1e39d93@evolveum.com>
Message-ID:
Yup, I checked and you can not add an inducement either. Also I believe
some of the associations listed under the profile are wrong. I will write
up a new email for that as well.
Meanwhile I reverted back to the original version. I will keep an eye out
on the ticket.
Have a good night! Thanks for your prompt responses.
Thanks,
-F
On Thu, Jun 2, 2016 at 3:37 PM, Pavol Mederly wrote:
> I think it is similar to this one:
>
> https://jira.evolveum.com/browse/MID-3074.
>
> And I can see this wrong behavior also in my case. This is unpleasant.
>
> We'll fix it soon, hopefully tomorrow. (Now it's after midnight here... )
>
> Best regards,
>
> Pavol
>
> On 03.06.2016 0:27, Florin. Stingaciu wrote:
>
> Hello again,
>
> I managed to get around this issue by actually applying the
> mysql-upgrade-3.3-3.4.sql patch. Everything came back up just fine, however
> now I'm running into a strange issue where I can not remove inducements
> from a role.
>
> For example: http://imgur.com/a/lWoKT
>
> The inducements stay there no matter how much I try to remove them. Is
> this a known issue in the current master?
>
> Thanks,
> -F
>
>
>
> On Thu, Jun 2, 2016 at 2:03 PM, Pavol Mederly
> wrote:
>
>> Hello Florin,
>>
>> recently we changed the db schema a bit (because of MID-3061
>> ).
>>
>> So, please apply the corresponding migration script
>> (config\sql\midpoint\3.4\\-upgrade-3.4-SNAPSHOT-*NNN*.sql).
>> Which one - it depends on how old your existing master is. This particular
>> problem is related to the latest one (numbered 6).
>>
>> An alternative is to set hbm2ddl parameter like this (in config.xml file
>> in midpoint.home directory):
>>
>>
>>
>>
>> *update*
>> ...
>>
>> (but this is recommended only for testing purposes, because some - but
>> only very rare - changes are not correctly applied by hibernate itself)
>>
>> Best regards,
>>
>> Pavol
>>
>> On 02.06.2016 22:56, Florin. Stingaciu wrote:
>>
>> Hello again,
>>
>> I'm having some troubles when rebuilding the master. Here's the
>> corresponding stack trace:
>> http://pastebin.com/TVUAKURb
>>
>> Also, I'm using SSO under apache with the following ctx-web-security.xml
>> file: http://pastebin.com/rvs9cJDj
>>
>> Any ideas would be greatly appreciated.
>>
>> Thanks,
>> -F
>>
>> On Thu, Jun 2, 2016 at 11:36 AM, Florin. Stingaciu <
>> fstingaciu at mirantis.com> wrote:
>>
>>> Thanks Pavel! I'll upgrade to the latest and let you know how that works
>>> out.
>>>
>>>
>>> On Wed, Jun 1, 2016 at 10:24 PM, Pavol Mederly <
>>> mederly at evolveum.com> wrote:
>>>
>>>> Hello Florin,
>>>>
>>>> If I remember correctly, we've been fixing this problem in master
>>>> (3.4-SNAPSHOT). It should be solved in that branch.
>>>>
>>>> (If not, please drop a jira issue with details how to reproduce, and
>>>> we'll certainly fix that.)
>>>>
>>>> Best regards,
>>>>
>>>> Pavol
>>>>
>>>> On 02.06.2016 1:28, Florin. Stingaciu wrote:
>>>>
>>>> Hello,
>>>>
>>>> I'm trying to recompute all members that are assigned a particuar role.
>>>> I tried using the "Recompute All" (
>>>> http://i.imgur.com/xLXjLwd.png) button in the "Members" section of a
>>>> role. This launches a task that is successful however, it it does not
>>>> process any objects.
>>>>
>>>> If I manually select the members I want and select "Recompute members"
>>>> everything works just fine. Any ideas?
>>>>
>>>> Thanks,
>>>> -F
>>>>
>>>>
>>>> _______________________________________________
>>>> midPoint mailing listmidPoint at lists.evolveum.comhttp://lists.evolveum.com/mailman/listinfo/midpoint
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> midPoint mailing list
>>>> midPoint at lists.evolveum.com
>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>
>>>>
>>>
>>
>>
>> _______________________________________________
>> midPoint mailing listmidPoint at lists.evolveum.comhttp://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>
>
> _______________________________________________
> midPoint mailing listmidPoint at lists.evolveum.comhttp://lists.evolveum.com/mailman/listinfo/midpoint
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mrveceylan at gmail.com Fri Jun 3 09:09:22 2016
From: mrveceylan at gmail.com (mceylan)
Date: Fri, 3 Jun 2016 10:09:22 +0300
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
References:
Message-ID:
Hi,
I using CAS. uncomment line with "PRE_AUTH_FILTER" and deploy project
login page error
stack tree
2016-06-03 10:05:18,998 [] [http-nio-8080-exec-1] WARN
(com.evolveum.midpoint.web.page.error.PageError): Creating error page for
code org.apache.wicket.WicketRuntimeException, exception Can't instantiate
page using constructor 'public
com.evolveum.midpoint.web.page.self.PageSelfDashboard()'. An exception has
been thrown during construction!: {}
org.apache.wicket.WicketRuntimeException: Can't instantiate page using
constructor 'public
com.evolveum.midpoint.web.page.self.PageSelfDashboard()'. An exception has
been thrown during construction!
at
org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:194)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:67)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:103)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.DefaultMapperContext.newPageInstance(DefaultMapperContext.java:137)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.core.request.handler.PageProvider.resolvePageInstance(PageProvider.java:268)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.core.request.handler.PageProvider.getPageInstance(PageProvider.java:166)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.request.handler.render.PageRenderer.getPage(PageRenderer.java:78)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:279)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.core.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:175)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:890)
~[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
~[wicket-request-6.20.0.jar:6.20.0]
at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261)
[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:218)
[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:289)
[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)
[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
[wicket-core-6.20.0.jar:6.20.0]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
[catalina.jar:8.0.33]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
[catalina.jar:8.0.33]
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
at
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
[spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
2016-06-02 19:39 GMT+03:00 Jason Everling :
> He was mentioning that to me thinking it was me having the issues,
>
> Merve, what are you using to pass your HEADER auth? Or are you using CAS?
>
> JASON
>
> On Thu, Jun 2, 2016 at 9:43 AM, mceylan wrote:
>
>> Hi Roman,
>>
>> why uncomment line with "PRE_AUTH_FILTER"?
>>
>> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO is
>> setup Basically what needs to be done is to uncomment the following
>> line:
>>
>> > "requestHeaderAuthenticationFilter" />
>>
>> 2016-06-02 16:57 GMT+03:00 Jason Everling :
>>
>>> Hah! Wait, I am not the one with issue, it is the other on the thread,
>>> Merve
>>>
>>> JASON
>>>
>>> On Thu, Jun 2, 2016 at 8:56 AM, Roman Pudil - AMI Praha a.s. <
>>> roman.pudil at ami.cz> wrote:
>>>
>>>> Hi Jason,
>>>>
>>>> try to uncoment line with "PRE_AUTH_FILTER".
>>>>
>>>>
>>>> Regards
>>>>
>>>>
>>>> Roman Pudil
>>>> solution architect
>>>>
>>>> gsm: [+420] 775 663 666
>>>> e-mail: roman.pudil at ami.cz
>>>>
>>>>
>>>> AMI Praha a.s.
>>>> Pláničkova 11
>>>> 162 00 Praha 6
>>>> tel./fax: [+420] 274 783 239
>>>> web: www.ami.cz
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>>>> společnost AMI Praha a.s.
>>>> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
>>>> výhradně písemnou formu.
>>>>
>>>>
>>>>
>>>> ------ Původní zpráva ------
>>>> Od: "Jason Everling"
>>>> Komu: "Roman Pudil - AMI Praha a.s." ; "midPoint
>>>> General Discussion"
>>>> Odesláno: 2.6.2016 15:51:17
>>>> Předmět: Re: [midPoint] Midpoint and SSO
>>>>
>>>>
>>>> We are using the Java CAS Client, in midpoint 3.2, and haven't had any
>>>> issues, it was pretty easy to setup. I am looking over my files to see if I
>>>> did anything outside of that document or what was commented in
>>>> ctx-web-security.xml but I do not think that would be the case.
>>>>
>>>> You can check ours here,
>>>> http://pastebin.com/mHW8hvP4
>>>>
>>>>
>>>> JASON
>>>>
>>>> On Thu, Jun 2, 2016 at 8:40 AM, Roman Pudil - AMI Praha a.s. <
>>>> roman.pudil at ami.cz> wrote:
>>>>
>>>>> Hi Jason,
>>>>> we tried CAS + MidPoint as SSO solution.
>>>>>
>>>>> Here is URL with configuration:
>>>>> https://wiki.evolveum.com/pages/viewpage.action?pageId=17760854
>>>>>
>>>>> Regards
>>>>>
>>>>>
>>>>> Roman Pudil
>>>>> solution architect
>>>>>
>>>>> gsm: [+420] 775 663 666
>>>>> e-mail: roman.pudil at ami.cz
>>>>>
>>>>>
>>>>> AMI Praha a.s.
>>>>> Pláničkova 11
>>>>> 162 00 Praha 6
>>>>> tel./fax: [+420] 274 783 239
>>>>> web: http://www.ami.cz/
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>>>>> společnost AMI Praha a.s.
>>>>> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
>>>>> výhradně písemnou formu.
>>>>>
>>>>>
>>>>>
>>>>> ------ Původní zpráva ------
>>>>> Od: "Jason Everling"
>>>>> Komu: "midPoint General Discussion"
>>>>> Odesláno: 2.6.2016 15:34:33
>>>>> Předmět: Re: [midPoint] Midpoint and SSO
>>>>>
>>>>>
>>>>> What SSO method are you using or what SSO agent/client?
>>>>>
>>>>> JASON
>>>>>
>>>>> On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
>>>>>
>>>>>> hi,
>>>>>>
>>>>>> I have a problem with midpoint and SSO. I followed steps on the
>>>>>> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>>>>>>
>>>>>> When I try to get to https://midpoint/ I get 500 and I can see stack
>>>>>> trace in log (below).
>>>>>>
>>>>>> My configuration files: ctx-web-security.xml and web.xml are in
>>>>>> attachments.
>>>>>>
>>>>>>
>>>>>> org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException: SM_USER header not found in request.
>>>>>>
>>>>>>
>>>>>>
>>>>>> Could you help me ?
>>>>>> Thank you very much
>>>>>>
>>>>>> -
>>>>>>
>>>>>> Merve
>>>>>>
>>>>>> _______________________________________________
>>>>>> midPoint mailing list
>>>>>> midPoint at lists.evolveum.com
>>>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> CONFIDENTIALITY NOTICE:
>>>>> This e-mail together with any attachments is proprietary and
>>>>> confidential; intended for only the recipient(s) named above and may
>>>>> contain information that is privileged. You should not retain, copy or use
>>>>> this e-mail or any attachments for any purpose, or disclose all or any part
>>>>> of the contents to any person. Any views or opinions expressed in this
>>>>> e-mail are those of the author and do not represent those of the Baptist
>>>>> School of Health Professions. If you have received this e-mail in error, or
>>>>> are not the named recipient(s), you are hereby notified that any review,
>>>>> dissemination, distribution or copying of this communication is prohibited
>>>>> by the sender and to do so might constitute a violation of the Electronic
>>>>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>>>>> notify the sender and delete this e-mail and any attachments from your
>>>>> computer.
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> midPoint mailing list
>>>>> midPoint at lists.evolveum.com
>>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> CONFIDENTIALITY NOTICE:
>>>> This e-mail together with any attachments is proprietary and
>>>> confidential; intended for only the recipient(s) named above and may
>>>> contain information that is privileged. You should not retain, copy or use
>>>> this e-mail or any attachments for any purpose, or disclose all or any part
>>>> of the contents to any person. Any views or opinions expressed in this
>>>> e-mail are those of the author and do not represent those of the Baptist
>>>> School of Health Professions. If you have received this e-mail in error, or
>>>> are not the named recipient(s), you are hereby notified that any review,
>>>> dissemination, distribution or copying of this communication is prohibited
>>>> by the sender and to do so might constitute a violation of the Electronic
>>>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>>>> notify the sender and delete this e-mail and any attachments from your
>>>> computer.
>>>>
>>>>
>>>
>>>
>>>
>>> CONFIDENTIALITY NOTICE:
>>> This e-mail together with any attachments is proprietary and
>>> confidential; intended for only the recipient(s) named above and may
>>> contain information that is privileged. You should not retain, copy or use
>>> this e-mail or any attachments for any purpose, or disclose all or any part
>>> of the contents to any person. Any views or opinions expressed in this
>>> e-mail are those of the author and do not represent those of the Baptist
>>> School of Health Professions. If you have received this e-mail in error, or
>>> are not the named recipient(s), you are hereby notified that any review,
>>> dissemination, distribution or copying of this communication is prohibited
>>> by the sender and to do so might constitute a violation of the Electronic
>>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>>> notify the sender and delete this e-mail and any attachments from your
>>> computer.
>>>
>>> _______________________________________________
>>> midPoint mailing list
>>> midPoint at lists.evolveum.com
>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>
>>>
>>
>>
>> --
>> Merve CEYLAN
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>
>
>
> CONFIDENTIALITY NOTICE:
> This e-mail together with any attachments is proprietary and confidential;
> intended for only the recipient(s) named above and may contain information
> that is privileged. You should not retain, copy or use this e-mail or any
> attachments for any purpose, or disclose all or any part of the contents to
> any person. Any views or opinions expressed in this e-mail are those of the
> author and do not represent those of the Baptist School of Health
> Professions. If you have received this e-mail in error, or are not the
> named recipient(s), you are hereby notified that any review, dissemination,
> distribution or copying of this communication is prohibited by the sender
> and to do so might constitute a violation of the Electronic Communications
> Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
> sender and delete this e-mail and any attachments from your computer.
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
--
Merve CEYLAN
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mrveceylan at gmail.com Fri Jun 3 15:40:18 2016
From: mrveceylan at gmail.com (mceylan)
Date: Fri, 3 Jun 2016 16:40:18 +0300
Subject: [midPoint] Midpoind connect mysql DB
Message-ID:
Hi,
Midpoint connection mysql dbtable. I using file
locolhost-dbtable--advanced-sync.xml
Midpoint connection succesfull mysql db.
Midpoint users add resource localhost DBTable
stack tree
Couldn't add object. Schema violation: Schema violation during processing
shadow: shadow: null (OID:null): DB syntax error:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException(Unknown column
'__ENABLE__' in 'field list')
-
--
can you help me?
Merve CEYLAN
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jeverling at bshp.edu Fri Jun 3 16:03:58 2016
From: jeverling at bshp.edu (Jason Everling)
Date: Fri, 3 Jun 2016 09:03:58 -0500
Subject: [midPoint] Midpoint and SSO
In-Reply-To:
References:
Message-ID:
No, you need to comment out that block for CAS auth, that is only used if
you are using another method that passes the auth through the header, look
at mine below, that is correctly done for CAS, well at least for v 3.2
http://pastebin.com/mHW8hvP4
JASON
On Fri, Jun 3, 2016 at 2:09 AM, mceylan wrote:
> Hi,
> I using CAS. uncomment line with "PRE_AUTH_FILTER" and deploy project
> login page error
>
> stack tree
>
> 2016-06-03 10:05:18,998 [] [http-nio-8080-exec-1] WARN
> (com.evolveum.midpoint.web.page.error.PageError): Creating error page for
> code org.apache.wicket.WicketRuntimeException, exception Can't instantiate
> page using constructor 'public
> com.evolveum.midpoint.web.page.self.PageSelfDashboard()'. An exception has
> been thrown during construction!: {}
> org.apache.wicket.WicketRuntimeException: Can't instantiate page using
> constructor 'public
> com.evolveum.midpoint.web.page.self.PageSelfDashboard()'. An exception has
> been thrown during construction!
> at
> org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:194)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:67)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:103)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.DefaultMapperContext.newPageInstance(DefaultMapperContext.java:137)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.core.request.handler.PageProvider.resolvePageInstance(PageProvider.java:268)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.core.request.handler.PageProvider.getPageInstance(PageProvider.java:166)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.request.handler.render.PageRenderer.getPage(PageRenderer.java:78)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:279)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.core.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:175)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:890)
> ~[wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
> ~[wicket-request-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261)
> [wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:218)
> [wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:289)
> [wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)
> [wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
> [wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
> [wicket-core-6.20.0.jar:6.20.0]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
> [catalina.jar:8.0.33]
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
> [catalina.jar:8.0.33]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
> at
> org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
> [spring-security-web-3.2.5.RELEASE.jar:3.2.5.RELEASE]
>
>
>
>
> 2016-06-02 19:39 GMT+03:00 Jason Everling :
>
>> He was mentioning that to me thinking it was me having the issues,
>>
>> Merve, what are you using to pass your HEADER auth? Or are you using CAS?
>>
>> JASON
>>
>> On Thu, Jun 2, 2016 at 9:43 AM, mceylan wrote:
>>
>>> Hi Roman,
>>>
>>> why uncomment line with "PRE_AUTH_FILTER"?
>>>
>>> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO is
>>> setup Basically what needs to be done is to uncomment the following
>>> line:
>>>
>>> >> "requestHeaderAuthenticationFilter" />
>>>
>>> 2016-06-02 16:57 GMT+03:00 Jason Everling :
>>>
>>>> Hah! Wait, I am not the one with issue, it is the other on the thread,
>>>> Merve
>>>>
>>>> JASON
>>>>
>>>> On Thu, Jun 2, 2016 at 8:56 AM, Roman Pudil - AMI Praha a.s. <
>>>> roman.pudil at ami.cz> wrote:
>>>>
>>>>> Hi Jason,
>>>>>
>>>>> try to uncoment line with "PRE_AUTH_FILTER".
>>>>>
>>>>>
>>>>> Regards
>>>>>
>>>>>
>>>>> Roman Pudil
>>>>> solution architect
>>>>>
>>>>> gsm: [+420] 775 663 666
>>>>> e-mail: roman.pudil at ami.cz
>>>>>
>>>>>
>>>>> AMI Praha a.s.
>>>>> Pláničkova 11
>>>>> 162 00 Praha 6
>>>>> tel./fax: [+420] 274 783 239
>>>>> web: www.ami.cz
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>>>>> společnost AMI Praha a.s.
>>>>> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
>>>>> výhradně písemnou formu.
>>>>>
>>>>>
>>>>>
>>>>> ------ Původní zpráva ------
>>>>> Od: "Jason Everling"
>>>>> Komu: "Roman Pudil - AMI Praha a.s." ; "midPoint
>>>>> General Discussion"
>>>>> Odesláno: 2.6.2016 15:51:17
>>>>> Předmět: Re: [midPoint] Midpoint and SSO
>>>>>
>>>>>
>>>>> We are using the Java CAS Client, in midpoint 3.2, and haven't had any
>>>>> issues, it was pretty easy to setup. I am looking over my files to see if I
>>>>> did anything outside of that document or what was commented in
>>>>> ctx-web-security.xml but I do not think that would be the case.
>>>>>
>>>>> You can check ours here,
>>>>> http://pastebin.com/mHW8hvP4
>>>>>
>>>>>
>>>>> JASON
>>>>>
>>>>> On Thu, Jun 2, 2016 at 8:40 AM, Roman Pudil - AMI Praha a.s. <
>>>>> roman.pudil at ami.cz> wrote:
>>>>>
>>>>>> Hi Jason,
>>>>>> we tried CAS + MidPoint as SSO solution.
>>>>>>
>>>>>> Here is URL with configuration:
>>>>>> https://wiki.evolveum.com/pages/viewpage.action?pageId=17760854
>>>>>>
>>>>>> Regards
>>>>>>
>>>>>>
>>>>>> Roman Pudil
>>>>>> solution architect
>>>>>>
>>>>>> gsm: [+420] 775 663 666
>>>>>> e-mail: roman.pudil at ami.cz
>>>>>>
>>>>>>
>>>>>> AMI Praha a.s.
>>>>>> Pláničkova 11
>>>>>> 162 00 Praha 6
>>>>>> tel./fax: [+420] 274 783 239
>>>>>> web: http://www.ami.cz/
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
>>>>>> společnost AMI Praha a.s.
>>>>>> jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít
>>>>>> výhradně písemnou formu.
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------ Původní zpráva ------
>>>>>> Od: "Jason Everling"
>>>>>> Komu: "midPoint General Discussion"
>>>>>> Odesláno: 2.6.2016 15:34:33
>>>>>> Předmět: Re: [midPoint] Midpoint and SSO
>>>>>>
>>>>>>
>>>>>> What SSO method are you using or what SSO agent/client?
>>>>>>
>>>>>> JASON
>>>>>>
>>>>>> On Thu, Jun 2, 2016 at 3:06 AM, mceylan wrote:
>>>>>>
>>>>>>> hi,
>>>>>>>
>>>>>>> I have a problem with midpoint and SSO. I followed steps on the
>>>>>>> https://wiki.evolveum.com/display/midPoint/MidPoint+and+SSO+HOWTO
>>>>>>>
>>>>>>> When I try to get to https://midpoint/ I get 500 and I can see
>>>>>>> stack trace in log (below).
>>>>>>>
>>>>>>> My configuration files: ctx-web-security.xml and web.xml are in
>>>>>>> attachments.
>>>>>>>
>>>>>>>
>>>>>>> org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException: SM_USER header not found in request.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Could you help me ?
>>>>>>> Thank you very much
>>>>>>>
>>>>>>> -
>>>>>>>
>>>>>>> Merve
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> midPoint mailing list
>>>>>>> midPoint at lists.evolveum.com
>>>>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> CONFIDENTIALITY NOTICE:
>>>>>> This e-mail together with any attachments is proprietary and
>>>>>> confidential; intended for only the recipient(s) named above and may
>>>>>> contain information that is privileged. You should not retain, copy or use
>>>>>> this e-mail or any attachments for any purpose, or disclose all or any part
>>>>>> of the contents to any person. Any views or opinions expressed in this
>>>>>> e-mail are those of the author and do not represent those of the Baptist
>>>>>> School of Health Professions. If you have received this e-mail in error, or
>>>>>> are not the named recipient(s), you are hereby notified that any review,
>>>>>> dissemination, distribution or copying of this communication is prohibited
>>>>>> by the sender and to do so might constitute a violation of the Electronic
>>>>>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>>>>>> notify the sender and delete this e-mail and any attachments from your
>>>>>> computer.
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> midPoint mailing list
>>>>>> midPoint at lists.evolveum.com
>>>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> CONFIDENTIALITY NOTICE:
>>>>> This e-mail together with any attachments is proprietary and
>>>>> confidential; intended for only the recipient(s) named above and may
>>>>> contain information that is privileged. You should not retain, copy or use
>>>>> this e-mail or any attachments for any purpose, or disclose all or any part
>>>>> of the contents to any person. Any views or opinions expressed in this
>>>>> e-mail are those of the author and do not represent those of the Baptist
>>>>> School of Health Professions. If you have received this e-mail in error, or
>>>>> are not the named recipient(s), you are hereby notified that any review,
>>>>> dissemination, distribution or copying of this communication is prohibited
>>>>> by the sender and to do so might constitute a violation of the Electronic
>>>>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>>>>> notify the sender and delete this e-mail and any attachments from your
>>>>> computer.
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> CONFIDENTIALITY NOTICE:
>>>> This e-mail together with any attachments is proprietary and
>>>> confidential; intended for only the recipient(s) named above and may
>>>> contain information that is privileged. You should not retain, copy or use
>>>> this e-mail or any attachments for any purpose, or disclose all or any part
>>>> of the contents to any person. Any views or opinions expressed in this
>>>> e-mail are those of the author and do not represent those of the Baptist
>>>> School of Health Professions. If you have received this e-mail in error, or
>>>> are not the named recipient(s), you are hereby notified that any review,
>>>> dissemination, distribution or copying of this communication is prohibited
>>>> by the sender and to do so might constitute a violation of the Electronic
>>>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>>>> notify the sender and delete this e-mail and any attachments from your
>>>> computer.
>>>>
>>>> _______________________________________________
>>>> midPoint mailing list
>>>> midPoint at lists.evolveum.com
>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>
>>>>
>>>
>>>
>>> --
>>> Merve CEYLAN
>>>
>>> _______________________________________________
>>> midPoint mailing list
>>> midPoint at lists.evolveum.com
>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>
>>>
>>
>>
>>
>> CONFIDENTIALITY NOTICE:
>> This e-mail together with any attachments is proprietary and
>> confidential; intended for only the recipient(s) named above and may
>> contain information that is privileged. You should not retain, copy or use
>> this e-mail or any attachments for any purpose, or disclose all or any part
>> of the contents to any person. Any views or opinions expressed in this
>> e-mail are those of the author and do not represent those of the Baptist
>> School of Health Professions. If you have received this e-mail in error, or
>> are not the named recipient(s), you are hereby notified that any review,
>> dissemination, distribution or copying of this communication is prohibited
>> by the sender and to do so might constitute a violation of the Electronic
>> Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
>> notify the sender and delete this e-mail and any attachments from your
>> computer.
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>
>
> --
> Merve CEYLAN
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
--
CONFIDENTIALITY NOTICE:
This e-mail together with any attachments is proprietary and confidential;
intended for only the recipient(s) named above and may contain information
that is privileged. You should not retain, copy or use this e-mail or any
attachments for any purpose, or disclose all or any part of the contents to
any person. Any views or opinions expressed in this e-mail are those of the
author and do not represent those of the Baptist School of Health
Professions. If you have received this e-mail in error, or are not the
named recipient(s), you are hereby notified that any review, dissemination,
distribution or copying of this communication is prohibited by the sender
and to do so might constitute a violation of the Electronic Communications
Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the
sender and delete this e-mail and any attachments from your computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ivan.noris at evolveum.com Fri Jun 3 16:58:12 2016
From: ivan.noris at evolveum.com (Ivan Noris)
Date: Fri, 3 Jun 2016 16:58:12 +0200
Subject: [midPoint] Midpoind connect mysql DB
In-Reply-To:
References:
Message-ID: <57519B04.9010107@evolveum.com>
Hi Merve,
which SQL creation script have you used to create the MySQL table?
Ivan
On 06/03/2016 03:40 PM, mceylan wrote:
> Hi,
>
> Midpoint connection mysql dbtable. I using file
> locolhost-dbtable--advanced-sync.xml
> Midpoint connection succesfull mysql db.
>
> Midpoint users add resource localhost DBTable
>
> stack tree
>
>
> Couldn't add object. Schema violation: Schema violation during
> processing shadow: shadow: null (OID:null): DB syntax error:
> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException(Unknown
> column '__ENABLE__' in 'field list')
>
> *
>
>
> --
>
> can you help me?
> Merve CEYLAN
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
--
Ing. Ivan Noris
Senior Identity Management Engineer & IDM Architect
evolveum.com evolveum.com/blog/
___________________________________________________
"Semper ID(e)M Vix."
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mrveceylan at gmail.com Sat Jun 4 21:03:39 2016
From: mrveceylan at gmail.com (mrveceylan at gmail.com)
Date: Sat, 4 Jun 2016 22:03:39 +0300
Subject: [midPoint] Midpoind connect mysql DB
In-Reply-To: <57519B04.9010107@evolveum.com>
References:
<57519B04.9010107@evolveum.com>
Message-ID: <77C4115E-66C7-47DA-AC4A-E789B0B1A042@gmail.com>
I dont now. I want to midpoint connection redmine
iPhone'umdan gönderildi
3 Haz 2016 tarihinde 17:58 saatinde, Ivan Noris şunları yazdı:
> Hi Merve,
>
> which SQL creation script have you used to create the MySQL table?
> Ivan
>
>> On 06/03/2016 03:40 PM, mceylan wrote:
>> Hi,
>>
>> Midpoint connection mysql dbtable. I using file locolhost-dbtable--advanced-sync.xml
>> Midpoint connection succesfull mysql db.
>>
>> Midpoint users add resource localhost DBTable
>>
>> stack tree
>>
>>
>> Couldn't add object. Schema violation: Schema violation during processing shadow: shadow: null (OID:null): DB syntax error: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException(Unknown column '__ENABLE__' in 'field list')
>>
>> --
>>
>> can you help me?
>> Merve CEYLAN
>>
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>
> --
> Ing. Ivan Noris
> Senior Identity Management Engineer & IDM Architect
> evolveum.com evolveum.com/blog/
> ___________________________________________________
> "Semper ID(e)M Vix."
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ivan.noris at evolveum.com Mon Jun 6 09:24:22 2016
From: ivan.noris at evolveum.com (Ivan Noris)
Date: Mon, 6 Jun 2016 09:24:22 +0200
Subject: [midPoint] Midpoind connect mysql DB
In-Reply-To: <77C4115E-66C7-47DA-AC4A-E789B0B1A042@gmail.com>
References:
<57519B04.9010107@evolveum.com>
<77C4115E-66C7-47DA-AC4A-E789B0B1A042@gmail.com>
Message-ID: <57552526.7020808@evolveum.com>
Hi Merve,
Ah, so you are trying to connect midPoint to existing application
(redmine) with the DBTable connector, right?
This could work, if:
1) the existing application is using only one table
2) if you have created technical user to connect using the connector (as
Test connection works for you, you have at least some permissions)
3) the localhost-dbtable-advanced-sync.xml is a sample for the database
table with fixed columns as created in the *.sql file(s) in the
samples/resources/databasetable directory. So you need to modify your
schema handling to use correct attributes for your application database
table, not for our samples.
Specifically it seems that your database has no "enable/disable" status
attribute. In our sample, we have two configuration elements for
enable/disable:
1) capabilities: defines which database table attribute is used for
enable/disable. In our samples it's attribute/column named "disabled".
If your database table has different column for this, it must be defined
here or removed the section if your db does not support it.
*ri:disabled*falsetrue
2) activation/administrativeStatus mapping: defines how enable/disable
in midPoint goes to the databasetable (outbound) or vice versa
(inbound). If your db table does not support this, remove/comment this
mapping:
weak
Best regards,
Ivan
On 06/04/2016 09:03 PM, mrveceylan at gmail.com wrote:
> I dont now. I want to midpoint connection redmine
>
> iPhone'umdan gönderildi
>
> 3 Haz 2016 tarihinde 17:58 saatinde, Ivan Noris
> > şunları yazdı:
>
>> Hi Merve,
>>
>> which SQL creation script have you used to create the MySQL table?
>> Ivan
>>
>> On 06/03/2016 03:40 PM, mceylan wrote:
>>> Hi,
>>>
>>> Midpoint connection mysql dbtable. I using file
>>> locolhost-dbtable--advanced-sync.xml
>>> Midpoint connection succesfull mysql db.
>>>
>>> Midpoint users add resource localhost DBTable
>>>
>>> stack tree
>>>
>>>
>>> Couldn't add object. Schema violation: Schema violation during
>>> processing shadow: shadow: null (OID:null): DB syntax error:
>>> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException(Unknown
>>> column '__ENABLE__' in 'field list')
>>>
>>> *
>>>
>>>
>>> --
>>>
>>> can you help me?
>>> Merve CEYLAN
>>>
>>>
>>> _______________________________________________
>>> midPoint mailing list
>>> midPoint at lists.evolveum.com
>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>> --
>> Ing. Ivan Noris
>> Senior Identity Management Engineer & IDM Architect
>> evolveum.com evolveum.com/blog/
>> ___________________________________________________
>> "Semper ID(e)M Vix."
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
--
Ing. Ivan Noris
Senior Identity Management Engineer & IDM Architect
evolveum.com evolveum.com/blog/
___________________________________________________
"Semper ID(e)M Vix."
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From mrveceylan at gmail.com Mon Jun 6 09:48:36 2016
From: mrveceylan at gmail.com (mceylan)
Date: Mon, 6 Jun 2016 10:48:36 +0300
Subject: [midPoint] Midpoind connect mysql DB
In-Reply-To: <57552526.7020808@evolveum.com>
References:
<57519B04.9010107@evolveum.com>
<77C4115E-66C7-47DA-AC4A-E789B0B1A042@gmail.com>
<57552526.7020808@evolveum.com>
Message-ID: