Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.kadm5.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.auth.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.kadm5.php',
1 => 'KADM5',
),
'up' =>
array (
0 => 'refs.remote.auth.php',
1 => 'Authentication Services',
),
'prev' =>
array (
0 => 'refs.remote.auth.php',
1 => 'Authentication Services',
),
'next' =>
array (
0 => 'intro.kadm5.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Kerberos V</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.kadm5.php">Introduction</a></li><li><a href="kadm5.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="kadm5.requirements.php">Requirements</a></li><li><a href="kadm5.installation.php">Installation</a></li><li><a href="kadm5.configuration.php">Runtime Configuration</a></li><li><a href="kadm5.resources.php">Resource Types</a></li></ul></li><li><a href="kadm5.constants.php">Predefined Constants</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="kadm5.constantsAF.php">Constants for Attribute Flags</a></li><li><a href="pecl.kadm5.constantsOP.php">Constants for Options</a></li></ul></li><li><a href="kadm5.examples.php">Examples</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="kadm5.examples-connect.php">KADM5 extension overview example</a></li></ul></li><li><a href="ref.kadm5.php">KADM5 Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.kadm5-chpass-principal.php">kadm5_chpass_principal</a> — Changes the principal's password</li><li><a href="function.kadm5-create-principal.php">kadm5_create_principal</a> — Creates a kerberos principal with the given parameters</li><li><a href="function.kadm5-delete-principal.php">kadm5_delete_principal</a> — Deletes a kerberos principal</li><li><a href="function.kadm5-destroy.php">kadm5_destroy</a> — Closes the connection to the admin server and releases all related resources</li><li><a href="function.kadm5-flush.php">kadm5_flush</a> — Flush all changes to the Kerberos database</li><li><a href="function.kadm5-get-policies.php">kadm5_get_policies</a> — Gets all policies from the Kerberos database</li><li><a href="function.kadm5-get-principal.php">kadm5_get_principal</a> — Gets the principal's entries from the Kerberos database</li><li><a href="function.kadm5-get-principals.php">kadm5_get_principals</a> — Gets all principals from the Kerberos database</li><li><a href="function.kadm5-init-with-password.php">kadm5_init_with_password</a> — Opens a connection to the KADM5 library</li><li><a href="function.kadm5-modify-principal.php">kadm5_modify_principal</a> — Modifies a kerberos principal with the given parameters</li></ul></li></ul></div><?php manual_footer(); ?>