略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: kadm5_delete_principal

2024-04-27

kadm5_delete_principal

(PECL kadm5 >= 0.2.3)

kadm5_delete_principalDeletes a kerberos principal

说明

kadm5_delete_principal ( resource $handle , string $principal ) : bool

Removes the principal from the Kerberos database.

参数

handle

A KADM5 handle.

principal

The removed principal.

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE

范例

Example #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);
?>

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.kadm5-delete-principal.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3