Issue Details (XML | Word | Printable)

Key: CWD-175
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Justin Koke [Atlassian]
Reporter: Justen Stepka [Atlassian]
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Crowd

Computers show up in the Principal list within Crowd from MSAD

Created: 25/Feb/07 05:32 PM   Updated: 15/Aug/08 12:09 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0.3

Time Tracking:
Original Estimate: 4 hours
Original Estimate - 4 hours
Remaining Estimate: 4 hours
Remaining Estimate - 4 hours
Time Spent: Not Specified
Remaining Estimate - 4 hours

Environment: Active Directory

Participants: Justen Stepka [Atlassian] and Justin Koke [Atlassian]
Since last comment: 1 year, 35 weeks, 3 days ago
Resolution Date: 19/Mar/07 08:45 PM
Labels:


 Description  « Hide

We are seeing computers in the Principals lists.

Looks like MS AD lists Computers as Users. So you need to look for objectclass=user and objectclass!=computer

For now I fixed it with a (objectCategory=CN=Person,CN=Schema,CN=Configuration,DC=mycompany,DC=com) should also work if the last part could be a wild card.

Change the AD default filter to ignore the computer object type.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Justin Koke [Atlassian] added a comment - 19/Mar/07 08:45 PM
Now using objectCategory=Person and objectCategory=Group to make sure that we are only seeing these entity types by default when someone uses the default settings for their Active Directory setup.