radius_config
(PECL radius:1.1-1.2.5)
radius_config — Causes the library to read the given configuration file
Описание
Before issuing any Radius requests, the library must be made aware of the servers it can contact. The easiest way to configure the library is to call radius_config(). radius_config() causes the library to read a configuration file whose format is described in » radius.conf.
Список параметров
- radius_handle
-
- file
-
The pathname of the configuration file is passed as the file argument to radius_config(). The library can also be configured programmatically by calls to radius_add_server().
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Службы аутентификации
- Radius
- radius_acct_open
- radius_add_server
- radius_auth_open
- radius_close
- radius_config
- radius_create_request
- radius_cvt_addr
- radius_cvt_int
- radius_cvt_string
- radius_demangle_mppe_key
- radius_demangle
- radius_get_attr
- radius_get_tagged_attr_data
- radius_get_tagged_attr_tag
- radius_get_vendor_attr
- radius_put_addr
- radius_put_attr
- radius_put_int
- radius_put_string
- radius_put_vendor_addr
- radius_put_vendor_attr
- radius_put_vendor_int
- radius_put_vendor_string
- radius_request_authenticator
- radius_salt_encrypt_attr
- radius_send_request
- radius_server_secret
- radius_strerror
Коментарии
404 Not Found