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
3b695bc6
Commit
3b695bc6
authored
22 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Use experimental OIDs for saslAuth attributes and hide 'em
make the usage distributedOperation
parent
077aea81
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
servers/slapd/schema_prep.c
+6
-6
6 additions, 6 deletions
servers/slapd/schema_prep.c
with
6 additions
and
6 deletions
servers/slapd/schema_prep.c
+
6
−
6
View file @
3b695bc6
...
...
@@ -478,21 +478,21 @@ static struct slap_schema_ad_map {
"SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )"
,
NULL
,
SLAP_AT_HIDE
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_children
)
},
{
"saslAuthzTo"
,
"( 1.3.6.1.4.1.4203.
1.3.6
"
{
"saslAuthzTo"
,
"( 1.3.6.1.4.1.4203.
666.1.8
"
"NAME 'saslAuthzTo' "
"DESC 'SASL proxy authorization targets' "
"EQUALITY caseExactMatch "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 "
"USAGE d
SA
Operation )"
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
"USAGE d
istributed
Operation )"
,
NULL
,
SLAP_AT_HIDE
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_saslAuthzTo
)
},
{
"saslAuthzFrom"
,
"( 1.3.6.1.4.1.4203.
1.3.7
"
{
"saslAuthzFrom"
,
"( 1.3.6.1.4.1.4203.
666.1.9
"
"NAME 'saslAuthzFrom' "
"DESC 'SASL proxy authorization sources' "
"EQUALITY caseExactMatch "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 "
"USAGE d
SA
Operation )"
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
"USAGE d
istributed
Operation )"
,
NULL
,
SLAP_AT_HIDE
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_saslAuthzFrom
)
},
#ifdef SLAPD_ACI_ENABLED
{
"OpenLDAPaci"
,
"( 1.3.6.1.4.1.4203.666.1.5 "
...
...
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