PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth » Bug #9554

Bug #9479 breaks Auth_Container_KRB5

Details

Submitted2006-12-06 01:37 UTC
Fromatex at php dot net
Assignedaashley
StatusBogus
PackageAuth
PHP VersionIrrelevant
OSLinux
Roadmaps(Not assigned)

Comments

[2006-12-06 01:37 UTC] atex at php dot net

Description:
------------
Bug fix #9479 does not change all instances of 'hostname' to 'host' in the options, both in the code and in the documentation. Therefore, the documentation and even some of the code will still depend on the 'hostname' option as opposed to the 'host' option. For example, the constructor, fetchData, and _setDefaults still refer to 'hostname' as opposed to 'host'.

[2006-12-06 02:39 UTC] aashley at php dot net

Thank you for taking the time to write to us, but this is not
a bug.

there are no references to host anywhere in KADM5 container. all documentation and code uses hostname as intended.