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
e259e831
Commit
e259e831
authored
Oct 11, 2018
by
Lorenz Steinert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated generate_fallback.py!
parent
640f2c73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
bin/generate_fallback.py
bin/generate_fallback.py
+4
-3
share/fsr_extern
share/fsr_extern
+0
-1
No files found.
bin/generate_fallback.py
View file @
e259e831
...
...
@@ -29,10 +29,11 @@ if __name__ == "__main__":
LDAP_SERVER
=
get_ldap_server
(
CONFIG
,
OPT
.
Server
)
LDAP_SERVER_BASE
=
get_ldap_base
(
CONFIG
,
OPT
.
base
)
ESME
=
FsrLdap
(
LDAP_SERVER
,
LDAP_SERVER_BASE
,
debug
=
True
,
timeout
=
30
)
ESME
=
FsrLdap
(
LDAP_SERVER
,
LDAP_SERVER_BASE
,
SHARE_DIR
,
CONFIG
,
debug
=
True
,
timeout
=
30
)
FSR
=
ESME
.
get_fsr_ldap
(
gen_fallback
=
True
)
FSR_EXTERN
=
ESME
.
get_fsr_extern_ldap
(
gen_fallback
=
True
)
FSR
=
ESME
.
_
get_fsr_ldap
()
FSR_EXTERN
=
ESME
.
_
get_fsr_extern_ldap
()
fsr_out
=
""
fsr_extern_out
=
""
...
...
share/fsr_extern
View file @
e259e831
...
...
@@ -2,7 +2,6 @@ Tamara Azevedo
Aaron Eric Gebert
Tatjana Grün
Maximilian Kiefer
Pascale Klaeger
Agnes Koerfer
Christopher Mink
Daniel Muschol
...
...
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