PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

kadm5_destroy> <kadm5_create_principal
Last updated: Fri, 10 Oct 2008

view this page in

kadm5_delete_principal

(PECL kadm5:0.2.3)

kadm5_delete_principalkerberos プリンシパルを削除する

説明

bool kadm5_delete_principal ( resource $handle , string $principal )

Kerberos データベースから principal を削除します。

パラメータ

handle

KADM5 ハンドル。

principal

削除するプリンシパル。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例1 kadm5_delete_principal() の例

<?php

$handle 
kadm5_init_with_password("afs-1""GONICUS.LOCAL""admin/admin""password");

kadm5_delete_principal($handle"burbach@GONICUS.LOCAL");

kadm5_destroy($handle);
?>



add a note add a note User Contributed Notes
kadm5_delete_principal
There are no user contributed notes for this page.

kadm5_destroy> <kadm5_create_principal
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites