Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Benjamin Graillot
scripts
Commits
83dc4809
Commit
83dc4809
authored
Jan 30, 2017
by
Gabriel Detraz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lieux publics dans la bdd
parent
14d98905
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
freeradius/auth.py
freeradius/auth.py
+1
-1
No files found.
freeradius/auth.py
View file @
83dc4809
...
...
@@ -81,7 +81,7 @@ BL_ACCUEIL = [u'paiement']
#: chambre qui n'en sont pas vraiment. Il s'agit de prises en libre accès,
# pour lequelles il est donc idiot d'activer la protection antisquattage:
# personne n'y habite ! ( G091 -> G097: salle d'étude du rdc du G)
PUBLIC_CHBRE
=
[
'G091'
,
'G092'
,
'G093'
,
'G094'
,
'G095'
,
'G096'
,
'G097'
]
PUBLIC_CHBRE
=
[
x
.
upper
()
for
x
in
annuaires_pg
.
lieux_public
()
]
## -*- Decorateurs -*-
# À appliquer sur les fonctions qui ont besoin d'une conn ldap
...
...
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