(PECL)
kadm5_chpass_principal() sets the new password password for the principal.
Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.
Beispiel 1. Example of changing principal's password
<?php$handle = kadm5_init_with_password("afs-1", "GONICUS.LOCAL", "admin/admin", "password");kadm5_chpass_principal($handle, "burbach@GONICUS.LOCAL", "newpassword");kadm5_destroy($handle);?>
Hosting by: Hurra Communications GmbHGenerated: 2007-01-26 17:57:02