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
a5cf0bf3
Commit
a5cf0bf3
authored
25 years ago
by
Juan Gomez
Browse files
Options
Downloads
Patches
Plain Diff
Config files that use the NIS related schema.
parent
e72b5e5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/data/slapd-bdb2-nis-master.conf
+41
-0
41 additions, 0 deletions
tests/data/slapd-bdb2-nis-master.conf
tests/data/slapd-nis-master.conf
+37
-0
37 additions, 0 deletions
tests/data/slapd-nis-master.conf
with
78 additions
and
0 deletions
tests/data/slapd-bdb2-nis-master.conf
0 → 100644
+
41
−
0
View file @
a5cf0bf3
#
# master slapd config -- for testing
#
include
../
schema
/
others_nis
.
at
.
conf
include
../
schema
/
others_nis
.
oc
.
conf
include
../
schema
/
nis
.
at
.
conf
include
../
schema
/
nis
.
oc
.
conf
include
../
schema
/
mail_netscape
.
at
.
conf
include
../
schema
/
mail_netscape
.
oc
.
conf
schemacheck
on
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
#######################################################################
# ldbm database definitions
#######################################################################
backend
bdb2
home
./
test
-
db
mpoolsize
21000000
database
bdb2
cachesize
4
suffix
"o=ACME, c=US"
directory
./
test
-
db
rootdn
"cn=Manager, o=ACME, c=US"
rootpw
secret
index
uid
pres
,
eq
,
approx
index
gidNumber
pres
,
eq
,
approx
index
uidNumber
pres
,
eq
,
approx
index
cn
pres
,
eq
,
approx
index
memberUid
pres
,
eq
,
approx
index
macAddress
pres
,
eq
,
approx
index
ipServiceProtocol
pres
,
eq
,
approx
index
ipServicePort
pres
,
eq
,
approx
index
oncRpcNumber
pres
,
eq
,
approx
index
ipHostNumber
pres
,
eq
,
approx
index
ipNetworkNumber
pres
,
eq
,
approx
index
ipProtocolNumber
pres
,
eq
,
approx
index
default
none
lastmod
on
This diff is collapsed.
Click to expand it.
tests/data/slapd-nis-master.conf
0 → 100644
+
37
−
0
View file @
a5cf0bf3
#
# master slapd config -- for testing
#
include
../
schema
/
others_nis
.
at
.
conf
include
../
schema
/
others_nis
.
oc
.
conf
include
../
schema
/
nis
.
at
.
conf
include
../
schema
/
nis
.
oc
.
conf
include
../
schema
/
mail_netscape
.
at
.
conf
include
../
schema
/
mail_netscape
.
oc
.
conf
schemacheck
on
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
#######################################################################
# ldbm database definitions
#######################################################################
database
ldbm
cachesize
4
suffix
"o=ACME, c=US"
directory
./
test
-
db
rootdn
"cn=Manager, o=ACME, c=US"
rootpw
secret
index
uid
pres
,
eq
,
approx
index
gidNumber
pres
,
eq
,
approx
index
uidNumber
pres
,
eq
,
approx
index
cn
pres
,
eq
,
approx
index
memberUid
pres
,
eq
,
approx
index
macAddress
pres
,
eq
,
approx
index
ipServiceProtocol
pres
,
eq
,
approx
index
ipServicePort
pres
,
eq
,
approx
index
oncRpcNumber
pres
,
eq
,
approx
index
ipHostNumber
pres
,
eq
,
approx
index
ipNetworkNumber
pres
,
eq
,
approx
index
ipProtocolNumber
pres
,
eq
,
approx
index
default
none
lastmod
on
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