metadata.xml 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>pam-bugs@gentoo.org</email>
  6. </maintainer>
  7. <use>
  8. <flag name="berkdb">
  9. Build the pam_userdb module, that allows to authenticate users
  10. against a Berkeley DB file. Please note that enabling this USE
  11. flag will create a PAM module that links to the Berkeley DB (as
  12. provided by <pkg>sys-libs/db</pkg>) installed in /usr/lib and
  13. will thus not work for boot-critical services authentication.
  14. </flag>
  15. <flag name="cracklib">
  16. Build the pam_cracklib module, that allows to verify the chosen
  17. passwords' strength through the use of
  18. <pkg>sys-libs/cracklib</pkg>. Please note that simply enabling
  19. the USE flag on this package will not make use of pam_cracklib
  20. by default, you should also enable it in
  21. <pkg>sys-auth/pambase</pkg> as well as update your configuration
  22. files.
  23. </flag>
  24. </use>
  25. <upstream>
  26. <remote-id type="cpe">cpe:/a:kernel:linux-pam</remote-id>
  27. </upstream>
  28. </pkgmetadata>