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

Use LDAP_SERVER_SD_FLAGS_OID flag to prevent retrieving SACL as a non-admin user #17342

Merged
merged 4 commits into from
Dec 8, 2022

Commits on Dec 7, 2022

  1. Make sure we use the LDAP_SERVER_SD_FLAGS_OID flag and set it to 7 wh…

    …en retrieving entries so that we don't retrieve the SACL, which cannot be retrieved by nonadmin users.
    gwillcox-r7 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fd8bdf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d72e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77bda68 View commit details
    Browse the repository at this point in the history
  4. Add in monkey patch to the search method of Net::LDAP::Connection to …

    …allow us to use controls when search whilst we await an upstream patch in Net::LDAP
    gwillcox-r7 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e7b20ad View commit details
    Browse the repository at this point in the history