Wayback Machine
5 captures
24 Jun 2021 - 28 Nov 2022
May JUN Jul
24
2020 2021 2022
success
fail
About this capture
COLLECTED BY
Collection: Common Crawl
Web crawl data from Common Crawl.
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20210624020916/https://forum.forgerock.com/members/guypaddock/

GuyPaddock

Home Members GuyPaddock

Learn more about our upcoming Identity Summits

show less show more
Profile picture of GuyPaddock

@guypaddock

active 2 years, 9 months ago
Points balance: 378 ♪
Rank: GuyPaddock
  • Activity
  • Profile
  • Groups 0
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Groups
  • Profile picture of GuyPaddock

    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…

    [Read more]

  • Profile picture of GuyPaddock

    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!

  • Profile picture of GuyPaddock

    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]

  • Profile picture of GuyPaddock

    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/9

    Using 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]

  • Profile picture of GuyPaddock

    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]

  • Profile picture of GuyPaddock

    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.json file defines a frapi:opendj:rest2ldap:group:1.0 resource type that lists each of the uniqueMember records when you query for a group under the URL /api/groups/{cn} (e.g. /api/groups/administrat…[Read more]

  • Profile picture of GuyPaddock

    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).

  • Profile picture of GuyPaddock

    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]

  • Profile picture of GuyPaddock

    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

  • Profile picture of GuyPaddock

    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-legacy

    After sorting out some checkstyle and copyright warnings, it seems to get stuck when running the CryptoManagerTestCase right after the LDIFConnectionHandlerTestCase. Here’s the thread dump for the…[Read more]

  • Profile picture of GuyPaddock

    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?

  • Profile picture of GuyPaddock

    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.

  • Profile picture of GuyPaddock

    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?

  • Profile picture of GuyPaddock

    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

  • Profile picture of GuyPaddock

    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.”

  • Profile picture of GuyPaddock

    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]

  • Profile picture of GuyPaddock

    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]

  • Profile picture of GuyPaddock

    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 the entryDN but 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]

  • Profile picture of GuyPaddock

    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 entryDN and then attempt to do a PUT with that attribute included, the request will seemingly hang indefinitely though in actuality there’s a org.forgerock.json.resource.BadRequestException being…[Read more]

  • Profile picture of GuyPaddock

    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
Profile Photo viktor.kostov Profile Photo gpercu

Search the forums

Leaderboard

The leaderboard is based on our rockin' informal points system, read about it here.

Recent blog posts

  • Using an Authentication Tree Stage to Build a Custom UI with the ForgeRock JavaScript SDK February 26, 2020
  • Identity Workflow with AM using Zeebe and Cloud Functions February 19, 2020
  • IDM: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 23, 2020
  • DS: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
  • AM and IG: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
Visit our blog

Recent Topics

  • Workflow – Flowable get logged in userId
  • Sync Users upon access provisioning
  • upgrade tomcat from Version 8.5.58 to 8.5.66 in ForgeRock 5.5
  • Local Forgerock IDM server giving error when conf folder is Symlink
  • AM cannot find its configuration

©2021 ForgeRock - we provide an identity and access platform to secure every online relationship for the enterprise market, educational sector and even entire countries. Click to view our privacy policy and terms of use.

  • Blog
  • Documentation
    • OpenAM / Access Management
    • OpenDJ / Directory Services
    • OpenIDM / Identity Management
    • OpenIG / Identity Gateway
    • OpenICF / Open Connector Framework
    • Intro to Identity
  • Forums
    • General Discussion
    • ForgeRock Products
      • OpenAM
      • OpenIDM
      • OpenDJ
      • OpenIG
      • OpenUMA
    • DevOps
    • Internet of Things
    • Documentation
    • Groups
  • Twitter
  • Facebook
  • Linkedin
  • Youtube

Log in with your credentials

Lost your password?

Forgot your details?

I remember my details