downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

kadm5_get_principal> <kadm5_flush
[edit] Last updated: Fri, 24 Jun 2011

view this page in

kadm5_get_policies

(PECL kadm5 >= 0.2.3)

kadm5_get_policiesدریافت تمام سیاست‌هااز پایگاه داده Kerberos

Description

array kadm5_get_policies ( resource $handle )

دریافت آرایه شامل نام سیاست‌ها.

Parameters

handle

هندل KADM5.

Return Values

بازگرداندن آرایه سیاست‌ها در صورت موفقیت or FALSE on failure.

Examples

Example #1 مثال kadm5_get_policies()

<?php
$handle 
kadm5_init_with_password("afs-1""GONICUS.LOCAL""admin/admin""password");

print 
"<h1>get_policies</h1>\n";
foreach (
kadm5_get_policies($handle) as $policy) {
    echo 
"$policy<br />\n";
}

kadm5_destroy($handle);
?>



add a note add a note User Contributed Notes kadm5_get_policies - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites