Main Page | Report this Page
 
Computers Forum Index  »  Computer - Databases - Paradox  »  LDAP and Active Directory...
Page 1 of 1    

LDAP and Active Directory...

Author Message
Shawn...
Posted: Thu Jul 23, 2009 8:13 pm
Guest
Due to PCI compliancy requirements, we have a request from one of our
clients about integration with Active Directory.

Has anyone successfully tied Paradox into Windows Active Directory? and can
you point us in the right direction (resources) for researching and
integrating our application with Windows to provide stricter login into our
app?

TIA
Shawn
 
Larry DiGiovanni...
Posted: Thu Jul 23, 2009 10:47 pm
Guest
Shawn wrote:

Quote:
Has anyone successfully tied Paradox into Windows Active Directory?

Rick Kelly had a LSL and DLL that one could easily integrate into an
existing Paradox app to provide AD visibility, for instance, to restrict
module access by AD Group membership.

--
Larry DiGiovanni
 
Beth...
Posted: Fri Jul 24, 2009 6:14 pm
Guest
Thanks, Larry!

Where could one find that?

"Larry DiGiovanni" <nospam at (no spam) nospam> wrote in message
news:4a68b04c$1 at (no spam) pnews.thedbcommunity.com...
Quote:
Shawn wrote:

Has anyone successfully tied Paradox into Windows Active Directory?

Rick Kelly had a LSL and DLL that one could easily integrate into an
existing Paradox app to provide AD visibility, for instance, to restrict
module access by AD Group membership.

--
Larry DiGiovanni
 
Beth...
Posted: Fri Jul 24, 2009 7:04 pm
Guest
I just found Rick's website at Crooit....I poked around a little but didn't
find what you referenced...maybe I'm looking in the wrong place?

Also, we're looking to integrate with AD. In our application built on
Paradox 10, utilizing runtime, we have our own password management
procedures. We looking to migrate away from that, and into AD, but don't
know where to start.

Has anywone done this already? Or possibly know of resources to launch this
endeavor?

Thanks in advance for any help you can provide!

"Beth" <beth at (no spam) abp-pos.com> wrote in message
news:4a69c1ad$1 at (no spam) pnews.thedbcommunity.com...
Quote:
Thanks, Larry!

Where could one find that?

"Larry DiGiovanni" <nospam at (no spam) nospam> wrote in message
news:4a68b04c$1 at (no spam) pnews.thedbcommunity.com...
Shawn wrote:

Has anyone successfully tied Paradox into Windows Active Directory?

Rick Kelly had a LSL and DLL that one could easily integrate into an
existing Paradox app to provide AD visibility, for instance, to restrict
module access by AD Group membership.

--
Larry DiGiovanni


 
Larry DiGiovanni...
Posted: Fri Jul 24, 2009 10:19 pm
Guest
Beth wrote:

Quote:
I just found Rick's website at Crooit....I poked around a little but
didn't find what you referenced...maybe I'm looking in the wrong place?

I guess he only ever posted it here. Check out the following post (and note
that there were two versions and you want the second one posted):

From: "Rick Kelly"
Newsgroups: pnews.paradox-programming
Subject: Re: Odds and Ends
Date: Thu, 18 Aug 2005 20:18:51 -0800

Quote:
Also, we're looking to integrate with AD. In our application built on
Paradox 10, utilizing runtime, we have our own password management
procedures. We looking to migrate away from that, and into AD, but don't
know where to start.

I did exactly that a few years ago - modify an existing application to
enforce access control by AD group membership rather than the internal
mechanism maintained within the app.

--
Larry DiGiovanni
 
Liz McGuire...
Posted: Fri Jul 24, 2009 10:19 pm
Guest
Try contacting Rick to ask about it.

I'm not aware of anyone else who's done it. If Rick doesn't have
something you can buy, you'd need a DLL or OCX that Paradox is capable
of using to interact with AD's flavor of LDAP.

Liz


Beth wrote:
Quote:
I just found Rick's website at Crooit....I poked around a little but didn't
find what you referenced...maybe I'm looking in the wrong place?

Also, we're looking to integrate with AD. In our application built on
Paradox 10, utilizing runtime, we have our own password management
procedures. We looking to migrate away from that, and into AD, but don't
know where to start.

Has anywone done this already? Or possibly know of resources to launch this
endeavor?

Thanks in advance for any help you can provide!
 
Rick Kelly...
Posted: Mon Jul 27, 2009 2:16 am
Guest
I did, once upon a time, build a set of libraries to support authentication
against a windows security database. In search my archives, I found a folder
from 2004. The main LSL in that folder contained a description of what I
think you are looking for. Here is the description copied right from the
main library:

; NTLM is an authentication protocol used in various Microsoft network
; protocol implementations and supported by the NTLM Security Support
; Provider ("NTLMSSP"). Originally used for authentication and negotiation
; of secure DCE/RPC, NTLM is also used throughout Microsoft's systems as
; an integrated single sign-on mechanism.
;
; NTLM employs a challenge-response mechanism for authentication, in which
; clients are able to prove their identities without sending a password to
; the server. It consists of three messages, commonly referred to as
; Type 1 (negotiation), Type 2 (challenge) and Type 3 (authentication).
;
; It basically works like this:
;
;
; The client sends a Type 1 message to the server.
;
; This primarily contains a list of features supported by the client and
; requested of the server.
;
; The server responds with a Type 2 message.
;
; This contains a list of features supported and agreed upon by the server.
; Most importantly, however, it contains a challenge generated by the
server.
;
; The client replies to the challenge with a Type 3 message.
;
; This contains several pieces of information about the client, including
; the domain and username of the client user. It also contains one or more
; responses to the Type 2 challenge.
;
; The responses in the Type 3 message are the most critical piece, as they
; prove to the server that the client user has knowledge of the account
password.
;

Perhaps the best place to house this is the community web site. Email me
via:

info AT crooit DOT com

and I'll send you the folder contents.

Rick Kelly
 
Rick Kelly...
Posted: Tue Jul 28, 2009 11:23 am
Guest
Library(s) sent via email.

Rick

"Shawn" <newsgroups at (no spam) abp-pos.com> wrote in message
news:4a688c25$1 at (no spam) pnews.thedbcommunity.com...
Quote:
Due to PCI compliancy requirements, we have a request from one of our
clients about integration with Active Directory.

Has anyone successfully tied Paradox into Windows Active Directory? and
can you point us in the right direction (resources) for researching and
integrating our application with Windows to provide stricter login into
our app?

TIA
Shawn
 
 
Page 1 of 1    
All times are GMT
The time now is Sun Nov 22, 2009 6:56 am