Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornd <git@notandy.de>2020-11-24 22:25:41 +0300
committerGitHub <noreply@github.com>2020-11-24 22:25:41 +0300
commit0591a269a7b492e4f989d1d6bfd4d4744c714c57 (patch)
treeefec431ed79d0c622c964d7a60f4d470ad01d28a
parentefd65e1d5804bcb2dee45c5f90610f6f0c036eaf (diff)
Update Authenticators/LDAP/LDAPauth.py
Co-authored-by: Jan Klass <kissaki@posteo.de>
-rw-r--r--Authenticators/LDAP/LDAPauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Authenticators/LDAP/LDAPauth.py b/Authenticators/LDAP/LDAPauth.py
index 2203831..a38e2bc 100644
--- a/Authenticators/LDAP/LDAPauth.py
+++ b/Authenticators/LDAP/LDAPauth.py
@@ -98,7 +98,7 @@
# authentication scheme.
#
# Requirements:
-# * python >=3.8 (maybe 3.6 is enought but it wasn't tested) and the following python modules:
+# * python >=3.8 (maybe 3.6 is enough but it wasn't tested) and the following python modules:
# * ice-python
# * python-ldap
# * daemon (when run as a daemon)