-
eshraiman replied to the topic search with LDAP filter ou=SelfWriteAttributes fails to return entries in the forum Access Management 4 years, 6 months ago
What BS is this and who is posting nonsense?
I discovered that the step 3.4 “Allow users update new attribute” is not needed to change value of the newly added attribute.
Unfortunately this only adds to confusion. If someone can comment but to the point please, would be appreciated. -
eshraiman started the topic search with LDAP filter ou=SelfWriteAttributes fails to return entries in the forum Access Management 4 years, 6 months ago
I am going through the exercise of adding a custom attribute to a user profile.
I have AM and OpenDJ version 5.5 and follow steps as indicated in “AM Setup and Maintenance guide” chapter 3.3.1 “Customizing Profile Attributes” https://backstage.forgerock.com/docs/am/5.5/maintenance-guide/#customizing-data-storesI successfully completed Procedure…[Read more]
-
eshraiman replied to the topic JE Backend Error on version 4.x in the forum Directory Services 4 years, 9 months ago
I have exactly the same error:
* Unwilling to Perform: Entry
ds-cfg-backend-id=userRoot,cn=Backends,cn=config cannot be modified
because one of the configuration change listeners registered for that
entry rejected the change: Configuration attribute
ds-cfg-db-cache-percent has a value of 50% but the JVM has only…[Read more] -
eshraiman replied to the topic OpenAM OpenIG Integration in the forum General Discussion 4 years, 10 months ago
I had similar problem. Similar because I didn’t get “Something done wrong” instead I had a text of an http of a simple application page. That was because I had OpenIG and sample application set as in Chapter2, with route defined to redirect OpenIG traffic to sample app. As soon as I removed that config (~/.openig/config/config.json and…[Read more]
-
eshraiman replied to the topic Getting Started with OpenAM: Redirect Not Working – Parsing Error in the forum Access Management 4 years, 10 months ago
did you try to run as superuser? sudo …
-
eshraiman replied to the topic OpenAM 11.0.0 Getting Started Guide – ForBidden issue in the forum Access Management 4 years, 10 months ago
If you are following Getting started guide there is one important step left out there.
You have to set correct cookie domain which should be example.com not openam.example.com as openAM defaults to.
Go to configure -> Global Services -> Platform and set cookie domains parameter to example.com
-
eshraiman replied to the topic Forbidden – You don't have permission to access / on this server. in the forum Access Management 4 years, 10 months ago
I had this same problem with authorization using Web Agent 3.3.0
I installed Agent 3.3.1 and was able to authenticate and was redirected to the apache It works! page. There were many bugs fixed in Agent 3.3.1
To make it work with Agent 3.3.0 you have to disable authorization: in WebAgent General section set SSO Only Mode to Enabled. This will…[Read more]
-
eshraiman replied to the topic Install OpenAM Web Policy Agent issue in the forum Access Management 4 years, 10 months ago
You can not install WebAgent with apache2 which you obtained via apt-get instell apache2 because the new 2.4 apache has different httpd.conf file, which is split into two with Listen port set in a separate port.conf file.
However if you download apache2 code and build the httpd.conf file comes out same as with the old apache 2.2 version and so…[Read more]