|
kadm5_init_with_password(PECL kadm5 >= 0.2.3) kadm5_init_with_password — Opens a connection to the KADM5 library Описание
resource kadm5_init_with_password
( string $admin_server
, string $realm
, string $principal
, string $password
)
Opens a connection with the KADM5 library using the principal and the given password to obtain initial credentials from the admin_server. Список параметров
Возвращаемые значенияReturns a KADM5 handle on success или FALSE в случае возникновения ошибки. Примеры
Пример #1 KADM5 initialization example
<?php Примечания
Смотрите также
|
|