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
ipa-rmkeytab(1) - centos
ktutil(8) - netbsd
ktutil(8) - freebsd
kadm5_modify_principal(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)