-
GuyPaddock started the topic ICF Filters and Get vs Search in the forum Identity Management 3 years, 6 months ago
The documentation for the ICF SPI states:
You can implement the FilterTranslator object in two ways:
– The FilterTranslator translates the original filter into one or more native queries. The framework then calls the executeQuery() method for each native query.
– The FilterTranslator does not modify the original filter. The framework then calls… -
GuyPaddock replied to the topic ICF Special Attributes — Why, when, and how? in the forum Identity Management 3 years, 6 months ago
@gael: Thank you — that is very helpful!
-
GuyPaddock started the topic ICF Special Attributes — Why, when, and how? in the forum Identity Management 3 years, 7 months ago
I’m coming up the learning curve on OpenICF. Specifically, we’re doing a proof-of-concept implementation of a custom connector based on the OpenICF Groovy connector, with code generated by the Custom Scripted Connector Bundler.
The biggest challenge right now is that there’s no one place for documentation on the JSON file that the bundler takes…[Read more]
-
GuyPaddock replied to the topic Rest2LDAP and filtering + paging of group members in the forum Directory Services 3 years, 7 months ago
As an update to this thread: I’m working on extending OpenDJ with a related feature, as part of a pull request into the Wren:DS project:
https://github.com/WrenSecurity/wrends/pull/9Using this feature, you can create a read-only collection resource that flattens the sub-tree of all users into a single collection, then filter that flat collection…[Read more]
-
GuyPaddock replied to the topic Rest2LDAP and filtering + paging of group members in the forum Directory Services 3 years, 8 months ago
@jnrouvignac Unfortunately, that only works on collection sub-resources. In other words, the list of groups, but not the members _inside_ the group.
You can use the CREST filters to locate a group based on name, description, etc, but not based on the members inside the group. It does not appear that query operations are supported at all on…[Read more]
-
GuyPaddock started the topic Rest2LDAP and filtering + paging of group members in the forum Directory Services 3 years, 8 months ago
In 3.5, with the newer version of Rest2LDAP that supports nested resources, is there support for filtering and paging of group members?
The
example-v1.jsonfile defines afrapi:opendj:rest2ldap:group:1.0resource type that lists each of theuniqueMemberrecords when you query for a group under the URL/api/groups/{cn}(e.g./api/groups/administrat…[Read more] -
GuyPaddock replied to the topic OID when extending schema to include customer attributes and objects in the forum Directory Services 3 years, 8 months ago
FYI The UUID to OID tool moved. It is now here:
https://www.igorkromin.net/?uuid=1(I am not the maintainer, and just now realized that the original site was down. Archive.org was able to show me the last post from the maintainer about the URL change).
-
GuyPaddock started the topic Tests for CAUD CSV fail on Windows in the forum Access Management 3 years, 11 months ago
Hey guys,
We’re trying to tweak something in the CAUD “CSV Event Handler”, and are seeing some strange results in the tests no matter what major version we checkout in the code.
It seems that the “canConfigureCsvHandlerFromJsonAndRegisterWithAuditService” test fails 100% of the time on a Windows machine with Java 8, but the same test passes on…[Read more]
-
GuyPaddock replied to the topic maven.forgerock.org problem? in the forum General Discussion 3 years, 11 months ago
@be164: Though I don’t seem to have the artifact you desire, you may be able to build it from the 10.0.1 branch of OpenAM: https://github.com/OpenRock/OpenAM/tree/ee89cb4bd1023e5d3cd5982a01d5c0ec5abb7364
-
GuyPaddock started the topic Integration tests hang in CryptoManagerTestCase in the forum Directory Services 3 years, 11 months ago
Hey all:
Trying to run the integration tests on OpenDJ 3.0.0 with the following command:
mvn integration-test -Pprecommit -pl opendj-server-legacyAfter sorting out some checkstyle and copyright warnings, it seems to get stuck when running the
CryptoManagerTestCaseright after theLDIFConnectionHandlerTestCase. Here’s the thread dump for the…[Read more] -
GuyPaddock replied to the topic Forums are losing topics / replies in the forum Meta forum.forgerock.com 3 years, 11 months ago
@mariusg: I’m still getting the error “Are you sure you wanted to do that?” on posts, from time to time. The post gets lost when that happens. Any idea why that happens?
-
GuyPaddock replied to the topic Possible bug in CREST when using clientNaming in the forum Directory Services 3 years, 11 months ago
One more update of note @ludo: if I provide an “If-Match” header of “*” along with the request, it seems to behave correctly rather than trying to create the duplicate. I will do more testing to confirm, but that seems to be an important part.
Still seems wrong that it would create a duplicate resource, though, per REST conventions.
-
GuyPaddock replied to the topic feature difference between OEM and Standard version of OpenDJ 3.0.0 in the forum Directory Services 3 years, 11 months ago
@ludo: Why might someone choose to use the OEM version instead of Standard? Was it a licensing issue? Otherwise, why would someone go with fewer features?
Is OEM still available in DS 5, now that PDB has been deprecated?
-
GuyPaddock replied to the topic Using "mail" for log-in — terminology and pitfalls in the forum Access Management 4 years ago
Another useful blog post, for reference, is this one:
https://yaunap.blogspot.com/2016/06/dynamic-profiles-in-openam-13.html -
GuyPaddock replied to the topic Using "mail" for log-in — terminology and pitfalls in the forum Access Management 4 years ago
@acorysmart421-com: Thank you, as well! This makes sense. I had not considered creating a separate chain for users than the default one used for admins.
Can you expand a bit on this part? “In fact, best practice suggests you should disable the ability to bypass your chain and login with a single module altogether.”
-
GuyPaddock replied to the topic Using "mail" for log-in — terminology and pitfalls in the forum Access Management 4 years ago
@peter-major: Thanks. I did read that post beforehand, but what was not clicking was the relationship between the inheritance of the settings rather than the flow itself. I wasn’t understanding why modifying LDAP settings in 2-3 of the places I mentioned weren’t having an effect.
This forum post is actually where this all “clicked” for me — your…[Read more]
-
GuyPaddock started the topic Using "mail" for log-in — terminology and pitfalls in the forum Access Management 4 years ago
I just spent about two days trying to wrap my head around how OpenAM interacts with LDAP (in my case, an external OpenDJ install) during log-in, because our organization wants to setup realms in which users log-in with an email address instead of the default “uid”. I think I finally understand how it all works, so I wanted to share it here in the…[Read more]
-
GuyPaddock replied to the topic Possible bug in CREST when using clientNaming in the forum Directory Services 4 years, 1 month ago
Just tried using
"writability": "readOnlyDiscardWrites"for theentryDNbut ended up with the error “The request cannot be processed because the reference field ‘/data/relationships/manager’ contains a value which does not contain a primary key”. That at least fixes the indefinite hang.I’m guessing the limitation here is that the mapper for a…[Read more]
-
GuyPaddock replied to the topic Possible bug in CREST when using clientNaming in the forum Directory Services 4 years, 1 month ago
@ludo: There’s one other bug I’ve noted in CREST, as I mentioned in my other topic. If you setup a relationship mapper with a read-only attribute like
entryDNand then attempt to do a PUT with that attribute included, the request will seemingly hang indefinitely though in actuality there’s aorg.forgerock.json.resource.BadRequestExceptionbeing…[Read more] -
GuyPaddock replied to the topic Possible bug in CREST when using clientNaming in the forum Directory Services 4 years, 1 month ago
Thanks, Ludo!
- Load More

