Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-29970 Check case-insensitive owner ID in LF/WU #17624

Closed
wants to merge 1 commit into from

Commits on Jul 27, 2023

  1. HPCC-29970 Check case-insensitive owner ID in LF/WU

    The owner ID of a logical file or workunit is based on user's
    login name which can be case-insensitive. The code for the ID
    verification should allow the case-insensitive ID as we do in
    CDaliWorkUnitFactory.getWorkUnitsByOwner().
    1. Change the setFileProtectTree(), getNamedPropTree(),
    getAttrQueryStr(), and related code to allow case-
    insensitive owner ID.
    2. Allow case-insensitive owner ID when validating ECL WU
    access by ownership.
    3. In the IDFUWorkUnitFactory.getWorkUnitsByOwner(), allow
    case-insensitive owner ID and wildcard match (the same as
    in CDaliWorkUnitFactory.getWorkUnitsByOwner()).
    
    Signed-off-by: wangkx <[email protected]>
    wangkx committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0a7340c View commit details
    Browse the repository at this point in the history