Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-simpleldap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
nimrod
flask-simpleldap
Commits
f8df0da1
Commit
f8df0da1
authored
10 years ago
by
admiralobvious
Browse files
Options
Downloads
Patches
Plain Diff
fix docs
parent
c8e8597e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.rst
+4
-3
4 additions, 3 deletions
docs/index.rst
with
4 additions
and
3 deletions
docs/index.rst
+
4
−
3
View file @
f8df0da1
...
@@ -22,7 +22,7 @@ Flask-SimpleLDAP depends, and will install for you, recent versions of Flask
...
@@ -22,7 +22,7 @@ Flask-SimpleLDAP depends, and will install for you, recent versions of Flask
(0.9 or later) and python-ldap. Flask-SimpleLDAP is compatible
(0.9 or later) and python-ldap. Flask-SimpleLDAP is compatible
with and tested on Python 2.6 and 2.7.
with and tested on Python 2.6 and 2.7.
Next, add a :class:`LDAP` to your code and at least the three
Next, add a :class:`
~flask_simpleldap.
LDAP` to your code and at least the three
required configuration options:
required configuration options:
.. code-block:: python
.. code-block:: python
...
@@ -46,7 +46,7 @@ required configuration options:
...
@@ -46,7 +46,7 @@ required configuration options:
Configuration
Configuration
-------------
-------------
:class:`LDAP` understands the following configuration
:class:`
~flask_simpleldap.
LDAP` understands the following configuration
directives:
directives:
============================ ===================================================
============================ ===================================================
...
@@ -99,7 +99,7 @@ API
...
@@ -99,7 +99,7 @@ API
Classes
Classes
-------
-------
.. autoclass:: LDAP
.. autoclass::
flask_simpleldap.
LDAP
:members:
:members:
...
@@ -113,6 +113,7 @@ Changes:
...
@@ -113,6 +113,7 @@ Changes:
- Added HTTP Basic Authentication. Thanks to OptiverTimAll on GitHub.
- Added HTTP Basic Authentication. Thanks to OptiverTimAll on GitHub.
- Fix GitHub issue `#4 <https://github.com/admiralobvious/flask-simpleldap/issues/4>`_,
- Fix GitHub issue `#4 <https://github.com/admiralobvious/flask-simpleldap/issues/4>`_,
User or group queries are vulnerable to LDAP injection.
User or group queries are vulnerable to LDAP injection.
Make sure you update your filters to use '%s' instead of the old '{}'!
Make sure you update your filters to use '%s' instead of the old '{}'!
- 0.1.1: September 6, 2014
- 0.1.1: September 6, 2014
...
...
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