当前位置:   article > 正文

PG中的密码复杂度校验passwordcheck

passwordcheck

PG中的密码复杂度校验passwordcheck

[pg12@wcbpgcm1 data]$ psql
psql (12.9)
Type "help" for help.

postgres=# show shared_preload_libraries;
 shared_preload_libraries 
--------------------------
 
(1 row)

postgres=# alter system set shared_preload_libraries = 'passwordcheck';
ALTER SYSTEM
postgres=# \q
[pg12@wcbpgcm1 data]$ pg_ctl restart
waiting for server to shut down....2022-04-10 11:48:37.721 CST [17892] LOG:  received fast shutdown request
2022-04-10 11:48:37.722 CST [17892] LOG:  aborting any active transactions
2022-04-10 11:48:37.723 CST [17892] LOG:  background worker "logical replication launcher" (PID 17899) exited with 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/神奇cpp/article/detail/913888
推荐阅读
相关标签
  

闽ICP备14008679号