Home > PHP > Function > KADM5 > kadm5_flush()

kadm5_flush()

kadm5_flush - Flush all changes to the Kerberos database

Syntax

bool kadm5_flush (resource $handle)

Arguments

  • handle - A KADM5 handle.

Description

Flush all changes to the Kerberos database, leaving the connection to the Kerberos admin server open.

Version

PHP PECL kadm5 >= 0.2.3

Return value

Returns TRUE on success or FALSE on failure.