Forum Discussion

AlexS_yb's avatar
AlexS_yb
Icon for Cirrocumulus rankCirrocumulus
Jun 11, 2022

ldap group cache - how to purge from irule or tmsh

Title says it all

I want to be able to purge the ldap AAA group cache from irule or tmsh

1 Reply

  • Hi AlexS_yb,

    To flush the cache via TMSH you could issue the command below:

    (tmos)# modify apm aaa ldap YourAAAName cleanup-cache group 

    To flush the cache via an iRule, you would need to SIDEBAND to the REST-API. But this is kinda meh...

    Cheers, Kai