Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TROPIC-USERMGMT-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- (c) Copyright 2019 Nokia Networks. All rights reserved.
|
||||
-- (c) Copyright 2021 Nokia Networks. All rights reserved.
|
||||
-- This software is the confidential and proprietary property of
|
||||
-- Nokia and may only be used in accordance with the terms of the
|
||||
-- license agreement provided with this software.
|
||||
@ -14,7 +14,7 @@ IMPORTS
|
||||
tnSystemModules, tnUserMgmtMIB FROM TROPIC-GLOBAL-REG;
|
||||
|
||||
tnUserMgmtMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201802231200Z"
|
||||
LAST-UPDATED "202012041200Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO "Nokia
|
||||
Attn: Jeff Donnelly
|
||||
@ -26,6 +26,10 @@ IMPORTS
|
||||
|
||||
DESCRIPTION "The user management MIB."
|
||||
|
||||
REVISION "202012041200Z"
|
||||
DESCRIPTION "Changed SYNTAX of the following from SIZE(1..32) to SIZE(1..64):
|
||||
tnUserName."
|
||||
|
||||
REVISION "201802231200Z"
|
||||
DESCRIPTION "Updated the contact info."
|
||||
|
||||
@ -173,7 +177,7 @@ IMPORTS
|
||||
}
|
||||
|
||||
tnUserName OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString (SIZE(1..32))
|
||||
SYNTAX SnmpAdminString (SIZE(1..64))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "The user name."
|
||||
|
Reference in New Issue
Block a user