-- This file is corresponding to Release 6.3.1.100 from 2003/03/10 00:00:00 -- (C)opyright 1991-1999 BinTec Communications AG, All Rights Reserved -- $RCSfile: mibcapiuser,v $ -- $Revision: 1.3 $ BIANCA-BRICK-CAPIUSER-MIB DEFINITIONS ::= BEGIN IMPORTS Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; org OBJECT IDENTIFIER ::= { iso 3 } dod OBJECT IDENTIFIER ::= { org 6 } internet OBJECT IDENTIFIER ::= { dod 1 } private OBJECT IDENTIFIER ::= { internet 4 } enterprises OBJECT IDENTIFIER ::= { private 1 } bintec OBJECT IDENTIFIER ::= { enterprises 272 } bibo OBJECT IDENTIFIER ::= { bintec 4 } capi OBJECT IDENTIFIER ::= { bibo 7 } -- CAPI Group -- Management Information for the CAPI Subsystem of the BIANCA/BRICK HexValue ::= INTEGER capiUserTable OBJECT-TYPE SYNTAX SEQUENCE OF CapiUserEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The capiUserTable contains information about the capi users. CAPI users must authenticate to the system by means of user name and password, before active or passive connections may be established. The default configuration defines a user named with all permissions. This user will also be used by old CAPI applications which are not able to select a user. Please note, that the password for the user must be empty in this case. Entries in this table can be deleted by setting the object capiUserCapi to the value ." ::= { capi 8 } capiUserEntry OBJECT-TYPE SYNTAX CapiUserEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "" INDEX { capiUserName } ::= { capiUserTable 1 } CapiUserEntry ::= SEQUENCE { capiUserName DisplayString, capiUserPassword DisplayString, capiUserCapi INTEGER } capiUserName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) ACCESS read-write STATUS mandatory DESCRIPTION "The name of the user." ::= { capiUserEntry 1 } capiUserPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) ACCESS read-write STATUS mandatory DESCRIPTION "The password for the user." ::= { capiUserEntry 2 } capiUserCapi OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2), delete(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Allow or deny the usage of CAPI." ::= { capiUserEntry 6 } END -- of BIANCA-BRICK definitions