(PECL)
kadm5_get_principals() returns an array containing the principals's names.
Returns array of principals on success, or FALSE on failure.
Example 1. kadm5_get_principals() example
<?php$handle = kadm5_init_with_password("afs-1", "GONICUS.LOCAL", "admin/admin", "password");print "<h1>get_principals</h1>\n";foreach (kadm5_get_principals($handle) as $principal) { echo "$principal<br />\n";}kadm5_destroy($handle);?>
Hosting by: Hurra Communications Ltd.Generated: 2007-01-26 18:00:06