Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Subnet in MySQL-Access-Hosts #564

Closed
mortzel opened this issue Aug 15, 2018 · 0 comments · Fixed by #679
Closed

Allow Subnet in MySQL-Access-Hosts #564

mortzel opened this issue Aug 15, 2018 · 0 comments · Fixed by #679
Assignees
Projects
Milestone

Comments

@mortzel
Copy link

mortzel commented Aug 15, 2018

Summary

In some setups it might be nessesery to grant not only some ips access to the database but a whole subnet. To allow this in mysql you net to set the network with the netmask like 100.127.0.0/255.255.0.0 as host. It is possible to configure this manuall over the command line but the froxlor webinterface das not allow this subnet definition in the settings for MySQL-Access-Hosts.

System information

  • Froxlor version: 0.9.39.5
  • Web server: apache2
  • DNS server: PowerDNS (standalone)
  • POP/IMAP server: Dovecot
  • SMTP server: postfix
  • FTP server: proftpd
  • OS/Version: Debian 9
pquerner pushed a commit to pquerner/Froxlor that referenced this issue May 3, 2019
fix froxlor#564 by allowing CIDR in mysql host validation. 
fix english and german field description accordingly
pquerner pushed a commit to pquerner/Froxlor that referenced this issue May 3, 2019
fix wording
pquerner pushed a commit to pquerner/Froxlor that referenced this issue May 3, 2019
fix wording
add validation for cidr syntax
add automatic transform of cidr to netmask for mysql
pquerner pushed a commit to pquerner/Froxlor that referenced this issue Oct 28, 2019
pquerner pushed a commit to pquerner/Froxlor that referenced this issue Oct 28, 2019
cidr notation can only be 1 through 32
@d00p d00p closed this as completed in #679 Oct 30, 2019
d00p added a commit that referenced this issue Oct 30, 2019
Allow CIDR and Netmask in mysql_host_access; fixes #564
@d00p d00p added this to the 0.10.4 milestone Oct 30, 2019
@d00p d00p added this to To do in 0.10.x via automation Oct 30, 2019
@d00p d00p self-assigned this Oct 30, 2019
@d00p d00p moved this from To do to Done in 0.10.x Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
0.10.x
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants