Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
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
Christopher Ng
OpenLDAP
Commits
810ff9ec
Commit
810ff9ec
authored
18 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
ITS#4835 add disclaimers about these definitions, use Auxiliary
parent
113c2559
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
servers/slapd/schema/dyngroup.schema
+22
-7
22 additions, 7 deletions
servers/slapd/schema/dyngroup.schema
with
22 additions
and
7 deletions
servers/slapd/schema/dyngroup.schema
+
22
−
7
View file @
810ff9ec
...
...
@@ -14,12 +14,11 @@
## <http://www.OpenLDAP.org/license.html>.
#
# Dynamic Group schema (experimental), as defined by Netscape. See
# http://
enterprise.netscape.com/docs/enterprise/60/admin/esusrgrp.htm#1019520
# for details.
# http://
www.redhat.com/docs/manuals/ent-server/pdf/esadmin611.pdf
#
page 70
for details
on how these groups were used
.
#
# The above URL is no longer valid; an archive of old Netscape documentation
# is available here:
# http://www.redhat.com/docs/manuals/ent-server/
# A description of the objectclass definition is available here:
# http://www.redhat.com/docs/manuals/dir-server/schema/7.1/oc_dir.html#1303745
#
# depends upon:
# core.schema
...
...
@@ -27,7 +26,23 @@
# These definitions are considered experimental due to the lack of
# a formal specification (e.g., RFC).
#
# Not recommended for production use! Use with caution!
# NOT RECOMMENDED FOR PRODUCTION USE! USE WITH CAUTION!
#
# The Netscape documentation describes this as an auxiliary objectclass
# but their implementations have always defined it as a structural class.
# The sloppiness here is because Netscape-derived servers don't actually
# implement the X.500 data model, and they don't honor the distinction
# between structural and auxiliary classes. This fact is noted here:
# http://forum.java.sun.com/thread.jspa?threadID=5016864&messageID=9034636
#
# In accordance with the actual usage in practice, we define it as an
# auxiliary class.
#
# Our definition of memberURL also does not match theirs but again
# their published definition and what works in practice do not agree.
# In other words, the Netscape definitions are broken and interoperability
# is not guaranteed.
#
objectIdentifier NetscapeRoot 2.16.840.1.113730
...
...
@@ -42,7 +57,7 @@ attributetype ( NetscapeLDAPattributeType:198
objectClass ( NetscapeLDAPobjectClass:33
NAME 'groupOfURLs'
SUP top
STRUCTURAL
SUP top
AUXILIARY
MUST cn
MAY ( memberURL $ businessCategory $ description $ o $ ou $
owner $ seeAlso ) )
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