Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
1-6 of 6 < Previous Next >
1 vote

LINQ query to both Users and Groups

I'd love to be able to write queries that hit both users and groups. Groups have a members property that is a string[] and Users have a Groups property tat is a string[], too. If these were a List<...

id# 2571 | Planned Release: None | Last Updated: Aug 14 at 12:03 AM  by johnpapa
1 vote

Suggestion: Making fields like pwdLastSet usable

I needed to be able to filter based on pwdLastSet in a query using LINQ to AD and using the SearchResult to get values instead of a DirectoryEntry made this possible. Attached is my patch for LINQ ...

id# 2443 | Planned Release: None | Last Updated: Jul 31 at 12:29 PM  by bdesmet
3 votes

Error when using parameters inside where clause

I was playing around with your demo project and substituted static string text by a variable, so for example: string test = "A"; var res6 = from grp in groups ...

id# 2197 | Planned Release: None | Last Updated: Jul 31 at 12:17 PM  by bdesmet
1 vote

Suggestion: Add settings for PageSize and ClientTimeout

This implementation has a drawback which might cause queries to fail unneccesarily. To fix this I suggest that settings for PageSize and ClientTimout are added to allow search pagning against the d...

id# 2191 | Planned Release: None | Last Updated: Jul 31 at 12:16 PM  by bdesmet
1 vote

Problem to get System.Byte[] type properties.

First of all I want to congratuate you on this great job. But I met some worries with getting properties which type is System.Byte[] as objectGUID property. LinqToAD throws an unhandled exception: ...

id# 323 | Planned Release: None | Last Updated: Jul 31 at 12:15 PM  by bdesmet
2 votes

Suggestion: DirectoryServicesContext

Looking at the sample, you're manually creating DirectorySources, passing in a common root. I suggest that you follow the lead of LINQ to SQL and create a DirectoryContext type which accepts the r...

id# 279 | Planned Release: None | Last Updated: Dec 17 2007 at 1:42 PM  by reddogaw

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-6 of 6 < Previous 1 Next >
Updating...