Skip to main content

Tutorial: How to Remove a Post-auth Script

Abstract

How to remove a post-auth script from Access Server. Post-auth scripts allow you to customize authentication with Python.

Overview

This tutorial shows you how to remove a post-auth script you've installed on Access Server. This is helpful if you're removing the added authentication functionality from the script. This can also be helpful for debugging issues with a script.

  • An installed Access Server.

  • An installed post-auth script.

To remove a post-auth script, follow this general process:

  1. Sign in to your Access Server console with root privileges.

  2. Run these commands:

    cd /usr/local/openvpn_as/scripts
    ./sacli --key "auth.module.post_auth_script" ConfigDel
    ./sacli start