Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
bacb7c64
Unverified
Commit
bacb7c64
authored
Sep 11, 2019
by
IKEDA Soji
Committed by
GitHub
Sep 11, 2019
Browse files
Merge pull request #747 from racke/pr/purge-voot by racke
Remove last traces of VOOT support.
parents
5ca75ef1
18fec6ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
bacb7c64
...
...
@@ -4572,8 +4572,6 @@ sub restore_users {
# -> Sympa::DataSource::File class.
#sub _include_users_remote_file;
# -> Sympa::DataSource::RemoteFile class.
#sub _include_users_voot_group;
# -> Sympa::DataSource::VOOT class.
#sub _include_users_ldap;
# -> Sympa::DataSource::LDAP class.
#sub _include_users_ldap_2level;
...
...
src/lib/Sympa/Request/Handler/include.pm
View file @
bacb7c64
...
...
@@ -54,7 +54,6 @@ my %config_user_map = (
'
include_ldap_query
'
=>
'
Sympa::DataSource::LDAP
',
'
include_ldap_2level_query
'
=>
'
Sympa::DataSource::LDAP2
',
'
include_sql_query
'
=>
'
Sympa::DataSource::SQL
',
'
include_voot_group
'
=>
'
Sympa::DataSource::VOOT
',
);
# Internal function.
...
...
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