Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Liberate
backupninja
Commits
6e2a9468
Commit
6e2a9468
authored
14 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
Fix ssl and tls options description (Closes Roundup bug
#2407
)
parent
aeca6912
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+3
-0
3 additions, 0 deletions
ChangeLog
examples/example.ldap
+8
-3
8 additions, 3 deletions
examples/example.ldap
with
11 additions
and
3 deletions
ChangeLog
+
3
−
0
View file @
6e2a9468
...
@@ -25,6 +25,9 @@ version 0.9.8 -- UNRELEASED
...
@@ -25,6 +25,9 @@ version 0.9.8 -- UNRELEASED
doc changes
doc changes
manpage:
manpage:
. Fix typo in manpage (Closes: #583778)
. Fix typo in manpage (Closes: #583778)
ldap:
. Add ssl option description, fix tls option description (Closes
Roundup bug #2407)
version 0.9.7 -- January 27, 2010
version 0.9.7 -- January 27, 2010
backupninja changes
backupninja changes
...
...
This diff is collapsed.
Click to expand it.
examples/example.ldap
+
8
−
3
View file @
6e2a9468
...
@@ -46,6 +46,11 @@
...
@@ -46,6 +46,11 @@
## ldaphost (no default): set this to your ldap host if it is not local
## ldaphost (no default): set this to your ldap host if it is not local
# ldaphost =
# ldaphost =
## tls (default yes): if set to 'yes' then TLS connection will be
## ssl (default yes): if set to 'yes' then SSL connection will be
## attempted to your ldaphost by using the URI base ldaps: otherwise ldap: will be used
## attempted to your ldaphost by using ldaps://
# tls = yes
# ssl = yes
## tls (default no): if set to 'yes' then TLS connection will be
## attempted to your ldaphost by using TLS extended operations (RFC2246,
## RFC2830)
# tls = no
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