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

search for in the

kadm5_destroy> <kadm5_create_principal
[edit] Last updated: Fri, 23 Mar 2012

view this page in

kadm5_delete_principal

(PECL kadm5 >= 0.2.3)

kadm5_delete_principalDeletes a kerberos principal

Açıklama

bool kadm5_delete_principal ( resource $handle , string $principal )

Removes the principal from the Kerberos database.

Değiştirgeler

handle

A KADM5 handle.

principal

The removed principal.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.

Örnekler

Örnek 1 kadm5_delete_principal() example

<?php

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

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

kadm5_destroy($handle);
?>

Ayrıca Bakınız



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites