Home » Authentication » Auth » Bug #9554
Bug #9479 breaks Auth_Container_KRB5
Details
| Submitted | 2006-12-06 01:37 UTC |
|---|---|
| From | atex at php dot net |
| Assigned | aashley |
| Status | Bogus |
| Package | Auth |
| PHP Version | Irrelevant |
| OS | Linux |
| 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.