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_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_config

(PECL radius >= 1.1.0) Causes the library to read the given configuration file bool radius_config ( resource $radius_handle, string $file ) Before issuing any Radius requests, the library must be made aware of the servers it can contact. The easiest way to configure the library is to call radius_config(). radius_config() causes the library to read a configuration file whose format is described in ยป radius.conf.

openal_stream

(PECL openal >= 0.1.0) Begin streaming on a source resource openal_stream ( resource $source, int $format, int $rate ) Parameters: source An Open AL(Source) resource (previously created by openal_source_create()). format Format of data, one of: AL_FORMAT_MONO8, AL_FORMAT_MONO16, AL_FORMAT_STEREO8 and AL_FORMAT_STEREO16

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_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_chpass_principal

(PECL kadm5 >= 0.2.3) Changes the principal's password bool kadm5_chpass_principal ( resource $handle, string $principal, string $password ) kadm5_chpass_principal() sets the new password password for the principal. Parameters: handle A KADM5 handle. principal The principal. password The new passwo

openal_source_stop

(PECL openal >= 0.1.0) Stop playing the source bool openal_source_stop ( resource $source ) Parameters: source An Open AL(Source) resource (previously created by openal_source_create()). Returns: Returns TRUE on success or FALSE on failure. See also: openal_

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.