Deleted Added
full compact
snmp_usm.3 (216294) snmp_usm.3 (216594)
1.\"-
2.\" Copyright (C) 2010 The FreeBSD Foundation
3.\" All rights reserved.
4.\"
5.\" This documentation was written by Shteryana Sotirova Shopova under
6.\" sponsorship from the FreeBSD Foundation.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"-
2.\" Copyright (C) 2010 The FreeBSD Foundation
3.\" All rights reserved.
4.\"
5.\" This documentation was written by Shteryana Sotirova Shopova under
6.\" sponsorship from the FreeBSD Foundation.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/contrib/bsnmp/snmp_usm/snmp_usm.3 216294 2010-12-08 13:51:38Z syrinx $
29.\" $FreeBSD: head/contrib/bsnmp/snmp_usm/snmp_usm.3 216594 2010-12-20 17:13:14Z syrinx $
30.\"
31.Dd September 9, 2010
32.Dt SNMP_USM 3
33.Os
34.Sh NAME
35.Nm snmp_usm
36.Nd "user-based security module for
37.Xr bsnmpd 1

--- 69 unchanged lines hidden (view full) ---

107This column always has either of two values. Entries created via
108.Nm bsnmpd's
109configuration file always have this column set to readOnly (5) and
110it is not possible to modify those entries. Entries created by Command Generator
111Applications always have this column set to volatile(2) and such entries are
112lost when the module is restarted. A SET operation on this column is not
113allowed.
114.It Va usmUserStatus
30.\"
31.Dd September 9, 2010
32.Dt SNMP_USM 3
33.Os
34.Sh NAME
35.Nm snmp_usm
36.Nd "user-based security module for
37.Xr bsnmpd 1

--- 69 unchanged lines hidden (view full) ---

107This column always has either of two values. Entries created via
108.Nm bsnmpd's
109configuration file always have this column set to readOnly (5) and
110it is not possible to modify those entries. Entries created by Command Generator
111Applications always have this column set to volatile(2) and such entries are
112lost when the module is restarted. A SET operation on this column is not
113allowed.
114.It Va usmUserStatus
115This column is used to create new USM user entries or delete exsiting ones from
115This column is used to create new USM user entries or delete existing ones from
116the table.
117.El
118.EL
119.Sh FILES
120.Bl -tag -width "XXXXXXXXX"
121.It Pa /usr/share/snmp/defs/usm_tree.def
122The description of the MIB tree implemented by
123.Nm .
124.El
125.Sh SEE ALSO
126.Xr bsnmpd 1 ,
127.Xr gensnmptree 1 ,
128.Xr snmpmod 3
129.Sh STANDARDS
130IETF RFC 3414
131.Sh AUTHORS
132.An Shteryana Shopova Aq syrinx@FreeBSD.org
116the table.
117.El
118.EL
119.Sh FILES
120.Bl -tag -width "XXXXXXXXX"
121.It Pa /usr/share/snmp/defs/usm_tree.def
122The description of the MIB tree implemented by
123.Nm .
124.El
125.Sh SEE ALSO
126.Xr bsnmpd 1 ,
127.Xr gensnmptree 1 ,
128.Xr snmpmod 3
129.Sh STANDARDS
130IETF RFC 3414
131.Sh AUTHORS
132.An Shteryana Shopova Aq syrinx@FreeBSD.org