Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Why md5 auth not supported?

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Why md5 auth not supported?


Chronological Thread 
  • From: Bockjoo Kim <>
  • To:
  • Subject: [perfsonar-user] Why md5 auth not supported?
  • Date: Wed, 31 Jul 2019 12:33:36 -0400

Hi,

Our research computing thinks requiring md5 auth is better than using 'peer' for local connections and 'ident' for host connections from localhost/localhost6 (for database users that aren't esmond or pscheduler - stock perfsonar config already required md5 for them).

Why is md5 auth not supported by perfsonar?

Thanks,

Bockjoo

[root@cmsps1 ~]# diff   /var/lib/pgsql/9.5/data/pg_hba.conf /var/lib/pgsql/9.5/data/pg_hba.conf.orig
102c102
< local   all             all                                     md5
---
> local   all             all                                     peer
104c104
< host    all             all             127.0.0.1/32            md5
---
> host    all             all             127.0.0.1/32            ident
106c106
< host    all             all             ::1/128                 md5
---
> host    all             all             ::1/128                 ident




  • [perfsonar-user] Why md5 auth not supported?, Bockjoo Kim, 07/31/2019

Archive powered by MHonArc 2.6.19.

Top of Page