/gssapi_mech.conf

http://github.com/brinkman83/bashrc · Config · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · f63e760e3affa7d7e9251386d86dec3f MD5 · raw file

  1. # Example /etc/gssapi_mech.conf file
  2. #
  3. # GSSAPI Mechanism Definitions
  4. #
  5. # This configuration file determines which GSS-API mechanisms
  6. # the gssd code should use
  7. #
  8. # NOTE:
  9. # The initiaiization function "mechglue_internal_krb5_init"
  10. # is used for the MIT krb5 gssapi mechanism. This special
  11. # function name indicates that an internal function should
  12. # be used to determine the entry points for the MIT gssapi
  13. # mechanism funtions.
  14. #
  15. # library initialization function
  16. # ================================ ==========================
  17. # The MIT K5 gssapi library, use special function for initialization.
  18. #/usr/lib/libgssapi_krb5.so mechglue_internal_krb5_init
  19. /usr/lib/libgssapi_krb5.so.2 mechglue_internal_krb5_init
  20. #
  21. # The SPKM3 gssapi library function. Use the function spkm3_gss_initialize.
  22. # /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so spkm3_gss_initialize