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
ktutil(8) - mojave
ipa-rmkeytab(1) - centos
ktutil(8) - freebsd
pg_lo_close(3) - php
kadm5_init_with_password(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!