1<?php
2
3
4$princ = new KRB5CCache();
5$princ->initPassword('test1', 'foo123');
6var_dump($princ->getEntries());
7?>
8