]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/config.schema
use asynchronous StartTLS
[openldap] / servers / slapd / schema / config.schema
1 objectidentifier OLcfg 1.3.6.1.4.1.4203.66.11.1
2 objectidentifier OLcfgAt OLcfg:3
3 objectidentifier OLcfgOc OLcfg:4
4
5 objectClass ( OLcfgOc:1
6         NAME 'olcConfig'
7         DESC 'OpenLDAP configuration object'
8         ABSTRACT MAY ( cn $ description ) )
9
10 objectClass ( OLcfgOc:3
11         NAME 'olcGlobal'
12         DESC 'OpenLDAP Global configuration options'
13         SUP olcConfig STRUCTURAL
14         MAY ( olcAccess $ olcAllow $ olcArgsfile $ olcAttributeOptions $
15                 olcAttributeType $ olcAuthzPolicy $ olcAuthzRegexp $
16                 olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $
17                 olcDefaultSearchBase $ olcDisallow $ olcDitContentRule $
18                 olcGentleHup $ olcIdleTimeout $ olcInclude $
19                 olcIndexSubstrIfMinlen $ olcIndexSubstrIfMaxlen $
20                 olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $
21                 olcLocalSSF $ olcLogLevel $ olcModuleLoad $ olcModulePath $
22                 olcObjectClass $ olcObjectIdentifier $ olcPasswordHash $
23                 olcPasswordCryptSaltFormat $ olcPidFile $ olcReferral $
24                 olcReplicaArgsFile $ olcReplicaPidFile $ olcReplicationInterval $
25                 olcRequire $ olcReverseLookup $ olcRootDSE $ olcSaslHost $
26                 olcSaslRealm $ olcSaslSecprops $ olcSchemaDN $ olcSecurity $
27                 olcSizeLimit $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $
28                 olcSrvTab $ olcThreads $ olcTimelimit $
29                 olcTLSCipherSuite $ olcTLSCACertificateFile $ olcTLSCACertificatePath $
30                 olcTLSCertificateFile $ olcTLSCertificateKeyFile $ olcTLSRandFile $
31                 olcTLSVerifyClient $ olcTLSCRLCheck ) )
32
33 objectClass ( OLcfgOc:4
34         NAME 'olcBackendConfig'
35         DESC 'OpenLDAP General Backend options'
36         SUP olcConfig STRUCTURAL
37         MAY ( olcBackend ) )
38
39 objectClass ( OLcfgOc:5
40         NAME 'olcDatabaseConfig'
41         DESC 'OpenLDAP General Database options'
42         SUP olcConfig STRUCTURAL
43         MAY ( olcDatabase $ olcLastmod $ olcLimits $ olcMaxDerefDepth $
44                 olcReadOnly $ olcReplica $ olcReplogFile $ olcRestrict $ olcAccess $
45                 olcRootDN $ olcRootPW $ olcSuffix $ olcUpdateDN $ olcUpdateRef $
46                 olcSyncRepl ) )
47
48 objectClass ( OLcfgOc:6
49         NAME 'olcOverlayConfig'
50         DESC 'OpenLDAP Database Overlay options'
51         SUP olcConfig STRUCTURAL
52         MAY ( olcOverlay )
53
54 #objectClass ( OLcfgOc:8
55 #       NAME 'olcSyncReplConfig'
56 #       DESC 'OpenLDAP SyncRepl consumer options'
57 #       SUP olcConfig
58 #       MAY ( olcRid $ olcProvider $ olcSyncType $ olcSyncInterval $
59 #               olcRetry $ olcSearchBase $ olcFilter $ olcScope $ olcAttrs $
60 #               olcAttrsOnly $ olcSizeLimit $ olcTimeLimit $ olcSchemaChecking $
61 #               olcBindMethod $ olcBindDN $ olcSaslMech $ olcStartTLS $
62 #               olcAuthcId $ olcAuthzId $ olcCredentials $ olcRealm $ olcSecprops )