New issue
Advanced search Search tips

Issue 802220 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

ComputerOU distinguished name handling is bad.

Project Member Reported by ljusten@chromium.org, Jan 16 2018

Issue description

The DN handling only allows OU and DC, but for instance the default Computers location is not an OU, but a CN:
CN=Computers,DC=EXAMPLE,DC=COM

https://msdn.microsoft.com/en-us/library/aa366101%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396

Let's pass in the raw createcomputer string into authpolicy and leave the parsing to it (it just needs to figure out the machine domain).
 
Labels: M-66
Status: Started (was: Assigned)
Labels: -Pri-1 -M-66 Pri-2
Status: Assigned (was: Started)

Sign in to add a comment