Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
openldap
OpenLDAP
Commits
26437c46
Commit
26437c46
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Added labeledURI (standard track schema) from RFC2047
Minor schema file cleanup
parent
fdaab576
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
servers/slapd/schema/core.schema
+16
-2
16 additions, 2 deletions
servers/slapd/schema/core.schema
servers/slapd/schema/misc.schema
+9
-7
9 additions, 7 deletions
servers/slapd/schema/misc.schema
servers/slapd/schema/pilot.schema
+0
-1
0 additions, 1 deletion
servers/slapd/schema/pilot.schema
with
25 additions
and
10 deletions
servers/slapd/schema/core.schema
+
16
−
2
View file @
26437c46
# OpenLDAP Core schema
# Includes "standard" schema items from RFC2251-RFC2256
#
# Includes "standard" schema items from:
# RFC2251-RFC2256 (LDAPv3)
# RFC2079 (URI)
#
# Standard X.501(93) Operational Attribute Types from RFC2252
...
...
@@ -439,6 +442,17 @@ objectclass ( 2.5.6.20 NAME 'dmd' SUP top STRUCTURAL MUST ( dmdName )
objectclass ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject'
SUP top AUXILIARY )
#
# Standard Track URI label schema from RFC2079
#
attribute ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
DESC 'Uniform Resource Identifier with optional label'
EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
DESC 'object that contains the URI attribute type'
MAY ( labeledURI ) SUP top AUXILIARY )
#
# From draft-ietf-ldapext-nameref-00.txt
# used to represent referrals in the directory
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/schema/misc.schema
+
9
−
7
View file @
26437c46
# Assorted definitions from several sources
# This file uses definitions from slapd.std.schema and
# slapd.pilot.schema
# This comes from RFC2247
#
# RFC2247
#
objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
#
# This comes from RFC2377
#
objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
# Origin of this has not been identified. We had it and Netscape has it
...
...
@@ -19,3 +17,7 @@ attribute ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' )
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )
#
# RFC 2079
#
This diff is collapsed.
Click to expand it.
servers/slapd/schema/pilot.schema
+
0
−
1
View file @
26437c46
# These come from RFC1274 and are in ASN.1 syntax. They have been
# translated with some imagination. Only attributes and classes we
# already had are here. In general, the matching rules in the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment