cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
367
Views
0
Helpful
2
Replies

Cisco ACS attributes

Jay233
Level 1
Level 1

Hi All,

I have a requirement to edit the export output under users tab, user accounts when exported show pre-populated attributes / headings at the top of the excel file.

I’m pretty sure the answer is “NO”, but are you able to edit/remove/rename the attributes in ACS?

An Example:

The first attribute is name:String(64):Required, can this be renamed in ACS to Username? This goes for the remaining attributes as well e.g.

  • description:String(1024) and change the naming to “Description”
  • dateExceedsEnabled:Boolean(true,false):Required and change the naming to “DateExceedsEnabled”
  • dateExceeds:Date(yyyy-Mmm-dd) and change the naming to “DateExceeds”
  • passwordNeverExpires:Boolean(true,false):Required and change the naming to “PasswordNeverExpires”

Thanks in advance for any replies.

2 Replies 2

Aaron O'Hare
Level 1
Level 1

I do not know of any ways to modify / remove an ACS default attribute, you can add new ones but I do not believe you can change existing ones.

-AO

Thanks Aaron I suspected so, I think the only way to accomplish is to manipulate the exported data using a Macro. 

Jay