OrgUnit Admin role

2018-04-26 Thread Alexander Tsvetkov
Hi all, In our syncope application we have a lot of OrgUnits (Realms) and we need to have a possibility to assign "OrgUnit Admin" role to some users. As I understand I need to create "OrgUnit Admin" role for every OrgUnit and for every role assign appropriate realm. BUT this doesn't fit us as it

Re: query users for the specified realm

2018-04-26 Thread Alexander Tsvetkov
Thanks a lot! On 26 April 2018 at 10:27, Francesco Chicchiriccò wrote: > On 24/04/2018 23:23, Alexander Tsvetkov wrote: > > Hi Francesco, > > > Hi Alexander, > please consider that you are communicating with the Apache Syncope > community here, not "Francesco". > > Is it

Re: Order by descending/ascending

2018-04-26 Thread PeeDub
Awesome, thanks! I thought that I had tried that, but perhaps I used a wrong attribute name, now that I think of it. - Paul Fullbright -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: query users for the specified realm

2018-04-26 Thread Francesco Chicchiriccò
On 24/04/2018 23:23, Alexander Tsvetkov wrote: Hi Francesco, Hi Alexander, please consider that you are communicating with the Apache Syncope community here, not "Francesco". Is it possible to query users (groups) only for the specified realm, but not for the specified realm and all

Re: Order by descending/ascending

2018-04-26 Thread Francesco Chicchiriccò
On 25/04/2018 20:25, PeeDub wrote: Is there a way to specify whether the orderby attribute (specifically for user search in this case) is ascending or descending? Of course: simply add "ASC" (default) or "DESC"; for example: "email DESC" "email DESC,username ASC" are valid sort strings.