kadm5_create_principal

(PECL kadm5 >= 0.2.3) Creates a kerberos principal with the given parameters bool kadm5_create_principal ( resource $handle, string $principal [, string $password [, array $options ]] ) Creates a principal with the given password. Parameters: handle A KADM5 handle. principal The principal. password

kadm5_delete_principal

(PECL kadm5 >= 0.2.3) Deletes a kerberos principal bool kadm5_delete_principal ( resource $handle, string $principal ) Removes the principal from the Kerberos database. Parameters: handle A KADM5 handle. principal The removed principal. Returns: Returns TRUE on success or FALSE on failure.

kadm5_destroy

(PECL kadm5 >= 0.2.3) Closes the connection to the admin server and releases all related resources bool kadm5_destroy ( resource $handle ) Closes the connection to the admin server and releases all related resources. Parameters: handle A KADM5 handle. Returns: Returns TRUE on success or FALSE on failure.

kadm5_flush

(PECL kadm5 >= 0.2.3) Flush all changes to the Kerberos database bool kadm5_flush ( resource $handle ) Flush all changes to the Kerberos database, leaving the connection to the Kerberos admin server open. Parameters: handle A KADM5 handle. Returns: Returns TRUE on success or FALSE on failure.

kadm5_get_policies

(PECL kadm5 >= 0.2.3) Gets all policies from the Kerberos database array kadm5_get_policies ( resource $handle ) Gets an array containing the policies's names. Parameters: handle A KADM5 handle. Returns: Returns array of policies on success or FALSE on failure. Examples: kadm5_get_

kadm5_get_principal

(PECL kadm5 >= 0.2.3) Gets the principal's entries from the Kerberos database array kadm5_get_principal ( resource $handle, string $principal ) Gets the principal's entries from the Kerberos database. Parameters: handle A KADM5 handle. principal The principal. Returns: Returns array of options containing the

kadm5_get_principals

(PECL kadm5 >= 0.2.3) Gets all principals from the Kerberos database array kadm5_get_principals ( resource $handle ) kadm5_get_principals() returns an array containing the principals's names. Parameters: handle A KADM5 handle. Returns: Returns array of principals on success or FALSE on failure.

kadm5_init_with_password

(PECL kadm5 >= 0.2.3) Opens a connection to the KADM5 library resource kadm5_init_with_password ( string $admin_server, string $realm, string $principal, string $password ) Opens a connection with the KADM5 library using the principal and the given password to obtain initial credentials from the admin_server. Parameters: admin_server The server.

kadm5_modify_principal

(PECL kadm5 >= 0.2.3) Modifies a kerberos principal with the given parameters bool kadm5_modify_principal ( resource $handle, string $principal, array $options ) Modifies a principal according to the given options. Parameters: handle A KADM5 handle. principal The principal. options It is possible t

radius_acct_open

(PECL radius >= 1.1.0) Creates a Radius handle for accounting resource radius_acct_open ( void ) Returns: Returns a handle on success, FALSE on error. This function only fails if insufficient memory is available. Examples: radius_acct_open() example <?php $res = radius_acct_open ()     or die ("Could not create handle