Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
6eaf2b1e
Commit
6eaf2b1e
authored
Nov 12, 2005
by
Pierangelo Masarati
Browse files
add overlay config schema registry
parent
8520a8df
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
6eaf2b1e
...
...
@@ -195,12 +195,25 @@ static OidRec OidMacros[] = {
};
/*
* Backend/Database registry
*
* OLcfg{Bk|Db}{Oc|At}:0 -> common
* OLcfg{Bk|Db}{Oc|At}:1 -> bdb
* OLcfg{Bk|Db}{Oc|At}:2 -> ldif
* OLcfg{Bk|Db}{Oc|At}:3 -> ldap?
*/
/*
* Overlay registry
*
* OLcfgOv{Oc|At}:1 -> syncprov
* OLcfgOv{Oc|At}:2 -> pcache
* OLcfgOv{Oc|At}:3 -> chain
* OLcfgOv{Oc|At}:4 -> accesslog
* OLcfgOv{Oc|At}:5 -> valsort
* OLcfgOv{Oc|At}:6 -> smbk5pwd (use a separate arc for contrib?)
*/
/* alphabetical ordering */
static
ConfigTable
config_back_cf_table
[]
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment