Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simone Rossi
main
Commits
3127c542
Commit
3127c542
authored
Feb 28, 2018
by
Daniele Venzano
Browse files
Remove LDAP group options that are no longer used
parent
a2a3196d
Changes
1
Hide whitespace changes
Inline
Side-by-side
zoe_lib/config.py
View file @
3127c542
...
...
@@ -85,10 +85,6 @@ def load_configuration(test_conf=None):
argparser
.
add_argument
(
'--ldap-bind-user'
,
help
=
'Full LDAP user to use for binding'
,
default
=
'ou=something,dc=any,dc=local'
)
argparser
.
add_argument
(
'--ldap-bind-password'
,
help
=
'Password for the bind user'
,
default
=
'mysecretpassword'
)
argparser
.
add_argument
(
'--ldap-base-dn'
,
help
=
'LDAP base DN for users'
,
default
=
'ou=something,dc=any,dc=local'
)
argparser
.
add_argument
(
'--ldap-admin-gid'
,
help
=
'LDAP group ID for admins'
,
default
=
'5000'
)
argparser
.
add_argument
(
'--ldap-user-gid'
,
help
=
'LDAP group ID for users'
,
default
=
'5001'
)
argparser
.
add_argument
(
'--ldap-guest-gid'
,
help
=
'LDAP group ID for guests'
,
default
=
'5002'
)
argparser
.
add_argument
(
'--ldap-group-name'
,
help
=
'LDAP user field containing group names/IDs'
,
default
=
'gidNumber'
)
# Proxy options
argparser
.
add_argument
(
'--proxy-path'
,
help
=
'Proxy base path'
,
default
=
'127.0.0.1'
)
...
...
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