diff options
author | 2014-06-11 18:00:40 +0000 | |
---|---|---|
committer | 2014-06-11 18:00:40 +0000 | |
commit | 5378a7655a4610b6e2d1e1f57ceffde7b21a5abd (patch) | |
tree | 11258781463b4a23f0c656dbdbcd3f5a7a0c70ed | |
parent | Add bounds checks for CTL_DEBUG sysctl variable. (diff) | |
download | wireguard-openbsd-5378a7655a4610b6e2d1e1f57ceffde7b21a5abd.tar.xz wireguard-openbsd-5378a7655a4610b6e2d1e1f57ceffde7b21a5abd.zip |
rfc 4512, not 4712;
From: route dylanharris org
-rw-r--r-- | usr.sbin/ldapd/ldapd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ldapd/ldapd.conf.5 b/usr.sbin/ldapd/ldapd.conf.5 index 5302c1d4c00..8cd34d0b377 100644 --- a/usr.sbin/ldapd/ldapd.conf.5 +++ b/usr.sbin/ldapd/ldapd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldapd.conf.5,v 1.18 2013/08/20 10:13:03 mikeb Exp $ +.\" $OpenBSD: ldapd.conf.5,v 1.19 2014/06/11 18:00:40 jmc Exp $ .\" .\" Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se> .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: August 20 2013 $ +.Dd $Mdocdate: June 11 2014 $ .Dt LDAPD.CONF 5 .Os .Sh NAME @@ -288,7 +288,7 @@ There are three types of definitions in a schema file: An attribute type definition specifies the syntax of attribute values, whether it allows multiple values and how it can be compared in search requests. For a complete description of attribute type definitions, see section -4.1.2 in RFC 4712. +4.1.2 in RFC 4512. .It objectclass .Po .Ar oid @@ -304,7 +304,7 @@ For a complete description of attribute type definitions, see section An object class definition specifies which attributes are required and which are allowed. For a complete description of object class definitions, see section -4.1.1 in RFC 4712. +4.1.1 in RFC 4512. .It objectidentifier Ar symbolic-name Ar OID Defines a symbolic name for the object identifier. A symbolic name can be used in place of a numeric OID in definitions |