The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

krb5_free_context (3)
  • >> krb5_free_context (3) ( FreeBSD man: Библиотечные вызовы )

  • BSD mandoc
    HEIMDAL  

    NAME

    krb5_init_context
    
     
    krb5_free_context
    
     - create and delete krb5_context structures
    
     
    

    LIBRARY

    Kerberos 5 Library (libkrb5, -lkrb5)
     
    

    SYNOPSIS

       #include <krb5.h>
    krb5_error_code krb5_init_context (krb5_context *context);
    void krb5_free_context (krb5_context context);
     

    DESCRIPTION

    The krb5_init_context ();
    function initializes the Fa context structure and reads the configuration file /etc/krb5.conf

    The structure should be freed by calling krb5_free_context ();
    when it is no longer being used.  

    RETURN VALUES

    krb5_init_context ();
    returns 0 to indicate success. Otherwise an errno code is returned. Failure means either that something bad happened during initialization (typically Bq ENOMEM ) or that Kerberos should not be used Bq ENXIO .  

    SEE ALSO

    errno(2), krb5_context3, kerberos(8)


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру