Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Jaak Ristioja
OpenLDAP
Commits
da6bd4b8
Commit
da6bd4b8
authored
20 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
ba7bb04e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/scripts/sql-all
+14
-2
14 additions, 2 deletions
tests/scripts/sql-all
with
14 additions
and
2 deletions
tests/scripts/sql-all
+
14
−
2
View file @
da6bd4b8
...
...
@@ -18,14 +18,26 @@ TB=`$SHTOOL echo -e "%B"`
TN
=
`
$SHTOOL
echo
-e
"%b"
`
SLEEPTIME
=
10
echo
"#######################################################################"
echo
"### ###"
echo
"### SQL tests ###"
echo
"### ###"
echo
"#######################################################################"
echo
"###"
echo
"### SQL tests require the sql backend, a properly configured"
echo
"### ODBC and a database poulated with data from the applicable"
echo
"### ODBC and a database po
p
ulated with data from the applicable"
echo
"### servers/slapd/back-sql/rdbms_depend/* files."
echo
"###"
echo
"### Set SLAPD_USE_SQL to the desired RDBMS to enable this test;"
echo
"### Supported RDBMSes are: mysql,postgres"
echo
"###"
echo
"### Currently supported RDBMSes are:"
echo
"### ibmdb2, mysql, postgres"
echo
"###"
echo
"### Set SLAPD_USE_SQLWRITE=yes to enable the write tests"
echo
"###"
echo
"### See servers/slapd/back-sql/rdbms_depend/README for more "
echo
"### details on how to set up the RDBMS and the ODBC"
echo
"###"
echo
">>>>> Executing all LDAP tests for
$BACKEND
"
...
...
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