Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17244 программиста и 1834 робота. Сейчас ищут 1692 программиста ...
Auth_Container_KADM5
Вернуться к: Auth
Auth_Container_KADM5
Auth_Container_KADM5 – Authenticate against a Kerberos 5 server
This storage driver makes use of the PECL kadm5 extension to provide authentication services against a Kerberos V.
The storage-specific argument for the Auth constructor() is an array of options.
Option | Data Type | Default value | Description |
---|---|---|---|
"hostname" | string | "localhost" | The hostname or IP address of the Kerberos V server. |
"realm" | string | " | The Kerberos V realm to authenticate in. |
"timeout" | integer | 10 | Timeout in seconds for connecting to the server. |
"checkServer" | boolean | FALSE | Whether to check if we can connect to the server when starting container. |
Вернуться к: Auth