Return value in bytes if the attribute is not currently handled + add object dictionary for printing#148
Return value in bytes if the attribute is not currently handled + add object dictionary for printing#148Muzosh wants to merge 4 commits intopyauth:masterfrom
Conversation
Fix typo
|
This was addressed in a somewhat different way in #209. Defaulting unhandled attribute types to Instead, #209 allows the user to supply an alternative attribute mapper when opening a session. This alternative attribute mapper can include handling for attributes that are not supported in |
Hey, I would like to propose a fix to an information loss.
Sometimes, the library does not know, how to "unpack" certain attributes. I think it would be great to at least return the value in byte array. Currently, the code just raises an exception while providing just the key, but some developers might utilize the returned value and translate it themselves.