-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
Use Case
For compatibility with old and unsupported driver versions (which specifically looked for require('kerberos').kerberos) , kerberos exports the following:
- all classes and functions that the library supports as top-level properties
- all classes and functions wrapped in an object named kerberos
We no longer use this export, and continuing to support it provides little (no?) benefit.
User Experience
- n/a - this is not documented and only used by pre-4.x drivers.
Dependencies
- n/a
Risks/Unknowns
- n/a
Acceptance Criteria
Implementation Requirements
- Remove the `kerberos` export from kerberos.
Testing Requirements
- all tests pass.
Documentation Requirements
- n/a
Follow Up Requirements
- n/a