dewinej
‎07-13-2021
New Contributor II

Joined: April 2019

User Statistics

  • 7 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

I made a pretty simple extension attribute script that lists the OU path of a computer bound to our AD: #!/bin/sh ad_computer_name="$(dsconfigad -show | grep "Computer Account" | awk '{print $4}' | rev | cut -c 2- | rev)" ad_ou="$(ldapsearch -LLL -h ...
I've seen several threads talking about replacing the login screen background in HS and Mojave, but I don't see anyone mentioning the shadow behind the credential fields/icons. Does anyone know how to remove this? I'd like to have a white login windo...
Kudos given to