Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Fachschaftsrat Physik TUKL
Protokoll
protokoll_skript
Commits
c6f78d56
Verified
Commit
c6f78d56
authored
Mar 08, 2019
by
Lorenz Steinert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
3b051d79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bin/module/esme.py
bin/module/esme.py
+2
-2
No files found.
bin/module/esme.py
View file @
c6f78d56
...
...
@@ -474,7 +474,7 @@ def get_ldap_server(config=None, server=None):
return
server
if
config
:
return
config
[
'SERVER'
][
'NAME'
]
logging
.
warning
(
'No LDAP Server supplied. T
i
ring to use "rincewind.fs.physik.uni-kl.de".'
)
# noqa: E501
logging
.
warning
(
'No LDAP Server supplied. Tr
y
ing to use "rincewind.fs.physik.uni-kl.de".'
)
# noqa: E501
return
"rincewind.fs.physik.uni-kl.de"
...
...
@@ -491,7 +491,7 @@ def get_ldap_base(config=None, base=None):
if
config
:
return
config
[
'SERVER'
][
'BASE'
]
logging
.
warning
(
'No LDAP search base supplied. '
'T
i
ring to use "dc=fs,dc=physik,dc=uni-kl,dc=de".'
)
'Tr
y
ing to use "dc=fs,dc=physik,dc=uni-kl,dc=de".'
)
return
"dc=fs,dc=physik,dc=uni-kl,dc=de"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment