Skip to content

Instantly share code, notes, and snippets.

@leobossmann
Created September 18, 2013 13:05
Show Gist options
  • Save leobossmann/6608883 to your computer and use it in GitHub Desktop.
Save leobossmann/6608883 to your computer and use it in GitHub Desktop.
List all GUIDs of users on a OS X Server
From: https://discussions.apple.com/thread/4029413?start=0&tstart=0
For the local directory
dscl . -list /Users GeneratedUID
For a shared directory
dscl /LDAPv3/127.0.0.1 -list /Users GeneratedUID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment