huawei-aaa-lam

Description of local access manage submodule.

  • Version: 2021-02-05

    huawei-aaa-lam@2021-02-05


    
      submodule huawei-aaa-lam {
    
        yang-version 1;
    
        belongs-to huawei-aaa {
            prefix aaa;
        }
    
        import huawei-pub-type {
          prefix pub-type;
        }
        import ietf-yang-types {
          prefix yang;
        }
        import huawei-extension {
          prefix ext;
        }
    
        include huawei-aaa-type;
    
        organization
          "Huawei Technologies Co., Ltd.";
    
        contact
          "Huawei Industrial Base
         Bantian, Longgang
         Shenzhen 518129
         People's Republic of China
         Website: http://www.huawei.com
         Email: support@huawei.com";
    
        description
          "Description of local access manage submodule.";
    
        revision "2021-02-05" {
          description
            "Add node enable of login-failed-limit.";
          reference
            "Huawei private.";
    
        }
    
        revision "2020-03-02" {
          description "Init revision.";
          reference
            "Huawei private.";
    
        }
    
    
        rpc change-current-password {
          description
            "Modify password of current access-user.";
          input {
            leaf old-password {
              type pub-type:one-input-password-extend {
                length "1..128";
              }
              mandatory true;
              description
                "The old password of the local user.";
            }
    
            leaf new-password {
              type pub-type:password-extend {
                length "1..128";
              }
              mandatory true;
              description "New password to set.";
            }
          }
        }  // rpc change-current-password
      }  // submodule huawei-aaa-lam
    

© 2023 YumaWorks, Inc. All rights reserved.