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. |