php man page for kadm5_get_policies

Query: kadm5_get_policies

OS: php

Section: 3

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

KADM5_GET_POLICIES(3)							 1						     KADM5_GET_POLICIES(3)

kadm5_get_policies - Gets all policies from the Kerberos database

SYNOPSIS
array kadm5_get_policies (resource $handle)
DESCRIPTION
Gets an array containing the policies's names.
PARAMETERS
o $handle - A KADM5 handle.
RETURN VALUES
Returns array of policies on success or FALSE on failure.
EXAMPLES
Example #1 kadm5_get_policies(3) example <?php $handle = kadm5_init_with_password("afs-1", "GONICUS.LOCAL", "admin/admin", "password"); print "<h1>get_policies</h1> "; foreach (kadm5_get_policies($handle) as $policy) { echo "$policy<br /> "; } kadm5_destroy($handle); ?> PHP Documentation Group KADM5_GET_POLICIES(3)
Related Man Pages
readdir(3) - php
bcompiler_write_file(3) - php
cubrid_close_prepare(3) - php
kadm5_modify_principal(3) - php
rewind(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch