Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5195346
Hits Heute: 687
max. Hits (10.07.07): 6964
User Online: 31
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Visual C++ .NET ENT-PACKT
Visual C++ .NET ENT-PACKT

Manuals > PEAR > KADM5

IV. KADM5

Constants for Options

The functions kadm5_create_principal(), kadm5_modify_principal(), and kadm5_get_principal() allow to specify or return principal's options as an associative array. The keys for the associative array are defined as string constants below:

Table of Contents
kadm5_init_with_password -- Opens a conncetion to the KADM5 library and initializes any neccessary state information.
kadm5_flush -- Flush all changes to the Kerberos database, leaving the connection to the Kerberos admin server open.
kadm5_destroy -- Closes the connection to the admin server and releases all related resources.
kadm5_create_principal -- Creates a kerberos principal with the given parameters.
kadm5_delete_principal -- Deletes a kerberos principal.
kadm5_modify_principal -- Modifies a kerberos principal with the given parameters.
kadm5_chpass_principal -- Changes the principal's password.
kadm5_get_principal -- Gets the principal's entries from the Kerberos database.
kadm5_get_principals -- Gets all principals from the Kerberos database.
kadm5_get_policies -- Gets all policies from the Kerberos database.

Copyright 1998 - 2009 by I.S.U.M.