1<?php
2
3$credopts = array(
4	'forwardable' => true,
5	'proxiable' => true
6);
7
8$ccache = new KRB5CCache();
9
10$ccache->initPassword("test", "foo", $credopts);
11
12