fujitsu-tacacs-plus-client

This module contains definitions for the management of TACACS+ client provisioning. Copyright (c) 2017 Fujitsu Ltd. All rights r...

  • Version: 2018-08-02

    fujitsu-tacacs-plus-client@2018-08-02


    
      module fujitsu-tacacs-plus-client {
    
        yang-version 1.1;
    
        namespace
          "urn:fujitsu:params:xml:ns:yang:typedef:tacacs-plus-client";
    
        prefix tacacsplus;
    
        import ietf-inet-types {
          prefix inet;
        }
        import fujitsu-user-security {
          prefix secu;
        }
        import fujitsu-user-security-typedefs {
          prefix usersecu-type;
        }
    
        organization "Fujitsu Ltd.";
    
        contact
          "Fujitsu Ltd.
         
         Address: 2801 Telecom Parkway
                  Richardson, Texas 75082
         
         Tel: +1-800-USE-FTAC (1-800-873-3822)
         Email: ftac@fnc.fujitsu.com
         Web: www.fujitsu.com/us/services/telecom";
    
        description
          "This module contains definitions for the management of TACACS+
         client provisioning.
         Copyright (c) 2017 Fujitsu Ltd.
         All rights reserved. ";
    
        revision "2018-08-02" {
          description
            "Removed default value in tacacs accounting-order events leaf-list";
        }
    
        revision "2018-05-25" {
          description
            "Set yang-version as 1.1 and added default value in events leaf-list";
        }
    
        revision "2018-04-02" {
          description
            "Added tacacs accounting event support";
        }
    
        revision "2017-06-08" {
          description
            "Added port range for tacacs authentication and accounting";
        }
    
        revision "2017-05-06" {
          description
            "Removed the Authorization part as both authentication and authorization
           done by same tacacsplus server.
           Updated the max server support.
           Moved the timeout outside the list auth and account.
           Removed the server-attempts.
           Added length restriction for authentication and accounting server name";
        }
    
        revision "2017-03-17" {
          description
            "Added support for Shared secrets, server-priority and reattempts";
        }
    
        revision "2017-03-14" {
          description "Initial revision.";
        }
    
    
        feature tacacs-plus {
          description
            "Indicates that the device can be configured as a TACACS+
           client.";
        }
    
        identity tacacs-authentication-type {
          description
            "Base identity for TACACS+ authentication types.";
        }
    
        identity tacacs-plus-pap {
          base tacacs-authentication-type;
          description
            "The device requests Password Authentication Protocol (PAP)
           authentication from the TACACS+ server.";
        }
      }  // module fujitsu-tacacs-plus-client
    

© 2023 YumaWorks, Inc. All rights reserved.