Skip to content

Empty key appears as having asterisks as value #30

Description

@BigMacAdmin

🪲 Description

My MDM deploys an empty CatalogURL key in the SoftwareUpdate domain if no CatalogURL is configured in their GUI.

This is a problem with my MDM, and I've opened a ticket accordingly.

However, my inspection of this issue was complicated by the fact that Low Profile shows the value in the Plist as being the following:

<key>CatalogURL</key>
<string>********</string>

The output of sudo /usr/bin/profiles show -output stdout-xml shows what I believe to be the "true" value:

<key>CatalogURL</key>
<string></string>

📋 Steps to Reproduce

  1. Open Low Profile.app
  2. Find a SoftwareUpdate profile with CatalogURL set to an empty string
  3. See that Low Profile reports the plist with a value not actually assigned (*****)

✅ Expected Behaviour

Low Profile plist viewer should show what I believe to be the "true" value, which is nothing <string></string>

💻 Environment

  • Low Profile version (App menu ⇨ About Low Profile): Version 4.0.3 (4.0.3)
  • macOS Version (sw_vers): 15.4 (24E247)
  • Hardware (system_profiler SPHardwareDataType):
    • Model Identifier: Mac16,13
    • Chip: Apple M4

📷 Screenshots

If applicable, add screenshots to help explain the bug.

Image

Image

Image

ℹ️ Additional context

  • Links to 3rd-party tools / references / documentation

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions