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
kpasswd(1) - opensolaris
ktutil(8) - osx
ipa-rmkeytab(1) - centos
pg_lo_close(3) - php
kadm5_init_with_password(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
New Code Tags (Syntax Highlighting)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch