Skip to main content
Question

Hidden extension attribute?

  • February 28, 2023
  • 6 replies
  • 9 views

mickl089
Forum|alt.badge.img+11

Hey there,

is there a possibility to display an extension attribute either separately at another place or to hide the attribute and make it visible by mouse click? It is about the fact that we have a script in use that implements LAPS - so assigns a local admin password and stores it in an attribute for emergencies. But I don't want this to be visible directly, but that you have to click on it first to make it visible, at least similar to the recovery key. Is that possible?

Thanks in advance,
Michael

6 replies

sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • February 28, 2023

@mickl089 No, you can pick several different locations to display an EA, but not obfuscate it.


mickl089
Forum|alt.badge.img+11
  • Author
  • Valued Contributor
  • 147 replies
  • February 28, 2023

@sdagleyThank you, where exactly do I have the option to display this everywhere? Currently, I only see the EAs in the device information at the bottom.


Forum|alt.badge.img+14
  • Honored Contributor
  • 408 replies
  • February 28, 2023

@sdagleyThank you, where exactly do I have the option to display this everywhere? Currently, I only see the EAs in the device information at the bottom.



Forum|alt.badge.img+11
  • Contributor
  • 20 replies
  • February 28, 2023

One way to help that we found useful was to randomize the password but add a stardard suffix of characters that would always be the same for all randmized password. (i.e. myrandompasswordXyZ). Only write the randomized password (different for each machine) but leave out the common suffix XyZ. That way the password stored in the database would be incomplete and only those that know the secret suffix could make use of the information. Length and place can obvioulsy be changed. The above was just a simple example. 


sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • February 28, 2023

@sdagleyThank you, where exactly do I have the option to display this everywhere? Currently, I only see the EAs in the device information at the bottom.


The available locations to display EA results are shown in @jtrant 's post.


mickl089
Forum|alt.badge.img+11
  • Author
  • Valued Contributor
  • 147 replies
  • March 2, 2023

One way to help that we found useful was to randomize the password but add a stardard suffix of characters that would always be the same for all randmized password. (i.e. myrandompasswordXyZ). Only write the randomized password (different for each machine) but leave out the common suffix XyZ. That way the password stored in the database would be incomplete and only those that know the secret suffix could make use of the information. Length and place can obvioulsy be changed. The above was just a simple example. 


Thanks, the idea is really great! Thanks also to the tip to display the EA somewhere else!