Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
protokoll_skript
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Fachschaftsrat Physik TUKL
Protokoll
protokoll_skript
Commits
94b043d2
Commit
94b043d2
authored
Jun 20, 2018
by
Lorenz Steinert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected module
parent
8735c2d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/esme.py
src/esme.py
+2
-4
No files found.
src/esme.py
View file @
94b043d2
...
...
@@ -6,9 +6,7 @@ Created on Fri Nov 24 15:35:04 2017
@author: Lorenz Steinert
"""
import
re
import
os
import
codecs
import
ldap3
as
ldap
try
:
...
...
@@ -25,10 +23,10 @@ def current_user():
return
getpass
.
getuser
()
class
esme
:
class
fsr_ldap
:
"""Class die die protokoll .tex datei erstellt"""
def
__init__
(
self
,
debug
,
timeout
):
def
__init__
(
self
,
debug
=
False
,
timeout
=
1
):
self
.
debug
=
debug
self
.
server
=
ldap
.
Server
(
"rincewind.fs.physik.uni-kl.de"
,
connect_timeout
=
timeout
)
...
...
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