php man page for kadm5_delete_principal

Query: kadm5_delete_principal

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KADM5_DELETE_PRINCIPAL(3)						 1						 KADM5_DELETE_PRINCIPAL(3)

kadm5_delete_principal - Deletes a kerberos principal

SYNOPSIS
bool kadm5_delete_principal (resource $handle, string $principal)
DESCRIPTION
Removes the $principal from the Kerberos database.
PARAMETERS
o $handle - A KADM5 handle. o $principal - The removed principal.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 kadm5_delete_principal(3) example <?php $handle = kadm5_init_with_password("afs-1", "GONICUS.LOCAL", "admin/admin", "password"); kadm5_delete_principal($handle, "burbach@GONICUS.LOCAL"); kadm5_destroy($handle); ?>
SEE ALSO
kadm5_modify_principal(3), kadm5_create_principal(3). PHP Documentation Group KADM5_DELETE_PRINCIPAL(3)
Related Man Pages
shishi_parse_name(3) - debian
ipa-rmkeytab(1) - centos
kadm5.acl(5) - centos
kadm5_create_principal(3) - php
kadm5_modify_principal(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!