Bug 14063 - NS_GUID_from_string parses as the regular AD GUID format
Summary: NS_GUID_from_string parses as the regular AD GUID format
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: AD: LDB/DSDB/SAMDB (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-31 03:25 UTC by Garming Sam
Modified: 2019-07-31 03:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Garming Sam 2019-07-31 03:25:59 UTC
Bug was introduced with c2cac449c89d34f50da98c6eb59442bf63b67477 to optimize the GUID handling code. NS GUID are in a slightly different format (3 hyphens, not 4) and the corresponding function to format NS GUID is notably out of sync with the parse.

This code should probably just be removed altogether with the removal of the AD OpenLDAP backend.