Hi, Is anybody using Active Directory Services for security purposes in their Smalltalk application? Is there any pre-build code already included in the base code?
Thanks, Michael Gross Solution Center Office: 800-253-3449 / 585-464-8035
(x207)
|
Isn't Active Directory LDAP accessible?
Michael Gross wrote: > > Hi, > > Is anybody using Active Directory Services for > security purposes in their Smalltalk application? Is there any > pre-build code already included in the base code? > > > |
And if so, is there any LDAP support available??
Thomas Gagné wrote: > Isn't Active Directory LDAP accessible? > > Michael Gross wrote: >> >> Hi, >> >> Is anybody using Active Directory Services for >> security purposes in their Smalltalk application? Is there any >> pre-build code already included in the base code? >> >> > -- Dennis Smith +1 416.798.7948 Cherniak Software Development Corporation Fax: +1 416.798.0948 509-2001 Sheppard Avenue East [hidden email] Toronto, ON M2J 4Z8 sip:[hidden email] Canada http://www.CherniakSoftware.com Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP (new address and fax number effective January 22, 2007) |
I'm also interested to learn what LDAP services are implemented in VW.
I've tried searching but come up with less than expected. On Feb 16, 2007, at 4:22 AM, Dennis Smith wrote: > And if so, is there any LDAP support available?? > > Thomas Gagné wrote: >> Isn't Active Directory LDAP accessible? >> >> Michael Gross wrote: >>> >>> Hi, >>> >>> Is anybody using Active Directory Services for >>> security purposes in their Smalltalk application? Is there any >>> pre-build code already included in the base code? >>> >>> >> > > -- > Dennis Smith +1 416.798.7948 > Cherniak Software Development Corporation Fax: +1 416.798.0948 > 509-2001 Sheppard Avenue East [hidden email] > Toronto, ON M2J 4Z8 sip:[hidden email] > Canada http://www.CherniakSoftware.com > Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP > (new address and fax number effective January 22, 2007) > |
There's an LDAP package in public store (The one that ships with VW as
a parcel is broken in newer VWs). It's a port of JDAP.. so it's a mess.. but it works well enough. > I'm also interested to learn what LDAP services are implemented in VW. > I've tried searching but come up with less than expected. > On Feb 16, 2007, at 4:22 AM, Dennis Smith wrote: >> And if so, is there any LDAP support available?? >> >> Thomas Gagné wrote: >>> Isn't Active Directory LDAP accessible? >>> >>> Michael Gross wrote: >>>> >>>> Hi, >>>> >>>> Is anybody using Active Directory Services for >>>> security purposes in their Smalltalk application? Is there any >>>> pre-build code already included in the base code? >>>> >>>> >>> >> >> -- >> Dennis Smith +1 416.798.7948 >> Cherniak Software Development Corporation Fax: +1 416.798.0948 >> 509-2001 Sheppard Avenue East [hidden email] >> Toronto, ON M2J 4Z8 sip:[hidden email] >> Canada http://www.CherniakSoftware.com >> Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP >> (new address and fax number effective January 22, 2007) >> |
In reply to this post by Dennis smith-4
On 16/02/07, Dennis Smith <[hidden email]> wrote:
> And if so, is there any LDAP support available?? Not of immediate help, but I'm developing an LDAP server in Smalltalk called Slaps. I'll be talking about it at Smalltalk Solutions. -- Make the most of your skills - with OpenSkills http://www.openskills.org/ |
Hi Bruce,
we are the author of the BPM-/Workflowsystem OfficeTalk, distributed by partners, and are highly interested in LDAP functionality for OfficeTalk . Can you tell me a little more about Slaps ? Josef Springer (Geschäftsleitung/Management)
Bruce Badger wrote: On 16/02/07, Dennis Smith [hidden email] wrote: |
In reply to this post by Dennis smith-4
<http://gagne.homedns.org/~tgagne/articles/STLDAP/>
Dennis Smith wrote: > And if so, is there any LDAP support available?? > > Thomas Gagné wrote: >> Isn't Active Directory LDAP accessible? >> > -- Visit <http://tggagne.blogspot.com/>,<http://gagne.homedns.org/> or <http://gagne.homedns.org/~tgagne/> for more great reading. |
In reply to this post by Josef Springer
On 17/02/07, Josef Springer <[hidden email]> wrote:
> we are the author of the BPM-/Workflowsystem OfficeTalk, distributed by partners, and are highly interested in LDAP functionality for OfficeTalk . Can you tell me a little more about Slaps ? The aim to to be able to have an LDAP server run inside a Smalltalk image and that would include running in a GemStone Gem. My goal is to have a primary LDAP service for OpenSkills which bases it's responses on the contents of the persistent object model. Much as a Hyper HTTP server listens for HTTP requests and creates an instance of HTTPRequest from the bytes that flow in from the socket, and then writes out an HTTPResponse as bytes, so Slaps might create an instance of SlpLDAPBindRequest or SlpLDAPSearchRequest from the bytes flowing in off the socket and write bytes out on the socket based on an instance of SlpLDAPBindResponse or SlpLDAPIntermediateResponse. I am using gq as my test client for now and have binding working and requests being completely parsed. I need to create responses to requests next, and then think about what else I need for OpenSkills. Anyway this is not a finished thing, it is a work in progress. You can hear all about it at Smalltalk Solutions. All the best, Bruce -- Make the most of your skills - with OpenSkills http://www.openskills.org/ |
Free forum by Nabble | Edit this page |