[augeas-devel] [Augeas] #314: pg_hba lens doesn't support hostnames, FQDNs or part of FQDNs as allowed remote address, only IP addresses

Augeas trac at fedorahosted.org
Tue Dec 11 15:24:32 UTC 2012


#314: pg_hba lens doesn't support hostnames, FQDNs or part of FQDNs as allowed
remote address, only IP addresses
--------------------+---------------------
 Reporter:  daff    |       Owner:  lutter
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:  next
Component:  Augeas  |     Version:  0.8.0
 Keywords:          |  Blocked By:
 Blocking:          |
--------------------+---------------------
 The following lines are valid `pg_hba.conf` syntax but not supported by
 Augeas:

 {{{
 host all all foo.dev.example.com md5
 host all all .dev.example.com md5
 }}}

 Augeas only allows IP addresses (1.2.3.4/24 or 1.2.3.4 255.255.255.0)
 where hostnames or FQDNs are also valid.

 I've submitted a PR for this at https://github.com/hercules-
 team/augeas/pull/1 but it raised further questions, such as those in
 ticket #313.

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/314>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list