Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 311588 Details for
Bug 455026
RFE: include RFC4876 schema
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
example schema file
05rfc4876.ldif (text/plain), 5.22 KB, created by
Nalin Dahyabhai
on 2008-07-11 14:51:03 UTC
(
hide
)
Description:
example schema file
Filename:
MIME Type:
Creator:
Nalin Dahyabhai
Created:
2008-07-11 14:51:03 UTC
Size:
5.22 KB
patch
obsolete
># ># Schema more or less verbatim from RFC 4876: ># "A Configuration Profile Schema for Lightweight Directory Access ># Protocol (LDAP)-Based Agents" ># >dn: cn=schema >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.0 NAME 'defaultServerList' > DESC 'List of default servers' > EQUALITY caseIgnoreMatch > SUBSTR caseIgnoreSubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.1 NAME 'defaultSearchBase' > DESC 'Default base for searches' > EQUALITY distinguishedNameMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.2 NAME 'preferredServerList' > DESC 'List of preferred servers' > EQUALITY caseIgnoreMatch > SUBSTR caseIgnoreSubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.3 NAME 'searchTimeLimit' > DESC 'Maximum time an agent or service allows for a > search to complete' > EQUALITY integerMatch > ORDERING integerOrderingMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.4 NAME 'bindTimeLimit' > DESC 'Maximum time an agent or service allows for a > bind operation to complete' > EQUALITY integerMatch > ORDERING integerOrderingMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.5 NAME 'followReferrals' > DESC 'An agent or service does or should follow referrals' > EQUALITY booleanMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.6 NAME 'authenticationMethod' > DESC 'Identifies the types of authentication methods either > used, required, or provided by a service or peer' > EQUALITY caseIgnoreMatch > SUBSTR caseIgnoreSubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.7 NAME 'profileTTL' > DESC 'Time to live, in seconds, before a profile is > considered stale' > EQUALITY integerMatch > ORDERING integerOrderingMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.9 NAME 'attributeMap' > DESC 'Attribute mappings used, required, or supported by an > agent or service' > EQUALITY caseIgnoreIA5Match > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.10 NAME 'credentialLevel' > DESC 'Identifies type of credentials either used, required, > or supported by an agent or service' > EQUALITY caseIgnoreIA5Match > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.11 NAME 'objectclassMap' > DESC 'Object class mappings used, required, or supported by > an agent or service' > EQUALITY caseIgnoreIA5Match > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.12 NAME 'defaultSearchScope' > DESC 'Default scope used when performing a search' > EQUALITY caseIgnoreIA5Match > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.13 NAME 'serviceCredentialLevel' > DESC 'Specifies the type of credentials either used, required, > or supported by a specific service' > EQUALITY caseIgnoreIA5Match > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.14 NAME 'serviceSearchDescriptor' > DESC 'Specifies search descriptors required, used, or > supported by a particular service or agent' > EQUALITY caseExactMatch > SUBSTR caseExactSubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.15 NAME 'serviceAuthenticationMethod' > DESC 'Specifies types authentication methods either > used, required, or supported by a particular service' > EQUALITY caseIgnoreMatch > SUBSTR caseIgnoreSubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 > X-ORIGIN 'RFC4876' ) >attributeTypes: > ( 1.3.6.1.4.1.11.1.3.1.1.16 NAME 'dereferenceAliases' > DESC 'Specifies if a service or agent either requires, > supports, or uses dereferencing of aliases.' > EQUALITY booleanMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 > SINGLE-VALUE > X-ORIGIN 'RFC4876' ) >objectClasses: > ( 1.3.6.1.4.1.11.1.3.1.2.5 NAME 'DUAConfigProfile' > SUP top STRUCTURAL > DESC 'Abstraction of a base configuration for a DUA' > MUST ( cn ) > MAY ( defaultServerList $ preferredServerList $ > defaultSearchBase $ defaultSearchScope $ > searchTimeLimit $ bindTimeLimit $ > credentialLevel $ authenticationMethod $ > followReferrals $ dereferenceAliases $ > serviceSearchDescriptor $ serviceCredentialLevel $ > serviceAuthenticationMethod $ objectclassMap $ > attributeMap $ profileTTL ) > X-ORIGIN 'RFC4876' )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 455026
: 311588 |
319966
|
320576