How about an Active Directory Driver???

Posts   
 
    
Gary Paul
User
Posts: 3
Joined: 29-Sep-2004
# Posted on: 20-Jan-2005 22:20:59   

We are looking into developing a security module that all apps in our suite would use. Integration with AD is required. It seems to me that it would be possible to write a driver for AD. Is anyone doing this??

Gary

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 21-Jan-2005 10:12:22   

I have no idea how you could read meta-data from AD using ADO.NET, is there a way to do it using ADO.NET? I know you can using LDAP with the most horrifying syntax ever created (after Perl and RegEx's)

Frans Bouma | Lead developer LLBLGen Pro
cmartinbot
User
Posts: 147
Joined: 08-Jan-2004
# Posted on: 21-Jan-2005 11:05:39   

Otis wrote:

(after Perl and RegEx's)

Amen brother wink

Gary Paul
User
Posts: 3
Joined: 29-Sep-2004
# Posted on: 21-Jan-2005 16:34:15   

I haven't gotten into your internals to know if ADO is the only way to get data. AD is really nothing but a relational dataset. I was hoping there whould be a way to use AD API to generate Entities which would work the same way.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 21-Jan-2005 17:29:15   

But the inner core of the O/R mapper works with ADO.NET. I'm not sure if there is an ado.net provider for AD, there might be, and if there is, it 's possible.

Frans Bouma | Lead developer LLBLGen Pro