ietf-system-tls-auth

This module augments the ietf-system module in order to add TLS authentication configuration nodes to the 'authentication' conta...

  • Version: 2014-05-24

    ietf-system-tls-auth@2014-05-24


    
      module ietf-system-tls-auth {
    
        yang-version 1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-system-tls-auth";
    
        prefix system-tls-auth;
    
        import ietf-system {
          prefix sys;
        }
        import ietf-netconf-acm {
          prefix nacm;
        }
        import ietf-yang-types {
          prefix yang;
        }
        import ietf-x509-cert-to-name {
          prefix x509c2n;
        }
    
        organization
          "IETF NETCONF (Network Configuration) Working Group";
    
        contact
          "WG Web:   <http://tools.ietf.org/wg/netconf/>
        WG List:  <mailto:netconf@ietf.org>
    
        WG Chair: Mehmet Ersue
                  <mailto:mehmet.ersue@nsn.com>
    
        WG Chair: Bert Wijnen
                  <mailto:bertietf@bwijnen.net>
    
        Editor:   Kent Watsen
                  <mailto:kwatsen@juniper.net>
    
                  Juergen Schoenwaelder
                  <mailto:j.schoenwaelder@jacobs-university.de>";
    
        description
          "This module augments the ietf-system module in order to
        add TLS authentication configuration nodes to the
        'authentication' container.
    
        Copyright (c) 2014 IETF Trust and the persons identified as
        authors of the code. All rights reserved.
    
        Redistribution and use in source and binary forms, with or
        without modification, is permitted pursuant to, and subject
        to the license terms contained in, the Simplified BSD
        License set forth in Section 4.c of the IETF Trust's
        Legal Provisions Relating to IETF Documents
        (http://trustee.ietf.org/license-info).
    
        This version of this YANG module is part of RFC XXXX; see
        the RFC itself for full legal notices.";
    
        revision "2014-05-24" {
          description "Initial version";
          reference
            "RFC XXXX: NETCONF Server Configuration Model";
    
        }
    
    
        feature tls-map-certificates {
          description
            "The tls-map-certificates feature indicates that the
          NETCONF server implements mapping X.509 certificates to NETCONF
          usernames.";
        }
    
        feature tls-map-pre-shared-keys {
          description
            "The tls-map-pre-shared-keys feature indicates that the
          NETCONF server implements mapping TLS pre-shared keys to NETCONF
          usernames.";
        }
      }  // module ietf-system-tls-auth
    

© 2023 YumaWorks, Inc. All rights reserved.