Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Amigopod Guest Accounts Email Expiry Warning

This thread has been viewed 0 times
  • 1.  Amigopod Guest Accounts Email Expiry Warning

    Posted Feb 01, 2013 09:11 AM

    Hi

     

    We are using amigopod to allow users to create guest accounts.

     

    They are time limited up to 3 months.

     

    I am trying to establish if there is a way of making amigopod send an email say a week before the account is due to expire to warn the user if they wish to extend the account.


    Has anyone got any experience on this?

     

    Thanks



  • 2.  RE: Amigopod Guest Accounts Email Expiry Warning
    Best Answer

    Posted Feb 03, 2013 06:03 PM

    This feature does not currently exist.  I believe there is an open RFE for it already.



  • 3.  RE: Amigopod Guest Accounts Email Expiry Warning

    Posted Jul 15, 2014 09:35 AM

     I have heard it's on the roadmap.

     

     



  • 4.  RE: Amigopod Guest Accounts Email Expiry Warning

    Posted Jul 16, 2014 06:30 AM

    I have achieved this using the Amigopod API to query all guest accounts and then used a Perl script to find the users who expire within a set time and send them an email.

    The XML API call I used is below:

     

    <methodCall>
    <methodName>amigopod.guest.list</methodName>
    <params>
    <param>
    <struct><member>
    <name>details</name>
    <value><int>1</int></value>
    </member></struct>
    </param>
    </params>
    </methodCall>

     

    This is inside a HTTPS POST to https://<amigopod>/xmlrpc.php with the following headers set:

     

    Content-Type: text/xml

    Authorization: XMLRPC Username and Password set.