-
Enrico.gulfi replied to the topic Can't read object over REST API in the forum Directory Services 4 years, 10 months ago
OK, solved.
I had to change the person dn to uid=mario.rossi,ou=people,dc=lugano,dc=ch to make it work.
Greetings, Enrico
-
Enrico.gulfi replied to the topic Can't read object over REST API in the forum Directory Services 4 years, 10 months ago
Many thanks Jean-Noel,
it looks better as now I’m getting a HTTP 200 OK but the body contains the following:
{
"result" : ,
"resultCount" : 0,
"pagedResultsCookie" : null,
"totalPagedResultsPolicy" : "NONE",
"totalPagedResults" : -1,
"remainingPagedResults" : -1
}Still no information on the requested object…[Read more]
-
Enrico.gulfi started the topic Can't read object over REST API in the forum Directory Services 4 years, 10 months ago
I’m testing OpenDJ REST interface and for that purpose I’ve modified the json config file under opendj/config/rest2ldap/endpoints/api to reflect my DN:
...
[Read more]
"subResources": {
"users": {
"type": "collection",
"dnTemplate": "ou=people,dc=lugano,dc=ch",
"resource":… -
Enrico.gulfi replied to the topic Introduce yourself! in the forum General Discussion 4 years, 10 months ago
Hi everybody,
we are currently testing ForgeRock products as part of citizen e-gov portal.
I posted yesterday a question on OpenDJ REST API but can’t see it in the corresponding forum.
Is publishing immediate or does it go through a “clearing desk”?Best regards, Enrico
-
Enrico.gulfi started the topic Problems performing RESTful read in the forum Directory Services 4 years, 10 months ago
Hello everybody,
I’m testing OpenDJ REST interface and for that purpose I’ve modified the json config file under opendj/config/rest2ldap/endpoints/api to reflect my DN:
...
[Read more]
"subResources": {
"users": {
"type": "collection",
"dnTemplate": "ou=people,dc=lugano,dc=ch",…