RE: LDAP user validation

2017-06-12 Thread Timothy Penner via 4D_Tech
If all you want is Single Sign On without any additional LDAP lookups, then check out this 3 minute video that walks you through the steps needed for setting up SSO: http://kb.4d.com/assetid=77660 -Tim PENNER ** 4D Internet

Re: LDAP user validation

2017-06-12 Thread David Adams via 4D_Tech
Tim, Fantastic post! Thanks for spelling out all of the various details with clear examples and commentary. I've somehow managed to avoid LDAP and SSO so far (although I have a lingering need for CAS3), so your explanation is much appreciated.

RE: Understanding 4D Server - Processes Tab - Web Process

2017-06-12 Thread Timothy Penner via 4D_Tech
Hi Randy, > I'm seeing lots of "Web Process" processes listed. (80+) - State - "Waiting > for Event" > I know that there is not that many people on the web to this app. > What makes these processes disappear? (Besides killing 4D Server) Is it OK > that there's lots of these seems not if

RE: Reset Debugger Window in V13

2017-06-12 Thread Timothy Penner via 4D_Tech
The folder you reference is for 4D Server... is the debugger issue on 4D Server? If the issue is on the client or in single user then maybe this folder would be more appropriate: C:\Users\Doug\AppData\Roaming\4D\... Instead of C:\Users\Doug\AppData\Roaming\4D Server\ -Tim

Re: Reset Debugger Window in V13

2017-06-12 Thread Douglas von Roeder via 4D_Tech
Excellent - thank you! Works like a charm. On Mon, Jun 12, 2017 at 12:44 PM, Stephen J. Orth via 4D_Tech < 4d_tech@lists.4d.com> wrote: > $path:=Get 4D folder+"4D Preferences v13.4DPreferences" > > If (Test path name($path)=Is a document) > > $dom:=DOM Parse XML source($path) > > ARRAY

RE: Reset Debugger Window in V13

2017-06-12 Thread Stephen J. Orth via 4D_Tech
Doug, Here is a utility method I use: C_TEXT($version;$path;$name;$dom;$window) C_LONGINT($i;$indentOption) // // User name (OS): SteveO // Date and time: 05/21/15, 07:05:39 //

Reset Debugger Window in V13

2017-06-12 Thread Douglas von Roeder via 4D_Tech
I'm working on site and the window settings in the debugger have changed and I'm not able to use the debugger. In V14 and 15, the Window Bounds that file is located in its own folder in Roaming/4D Server/Window Bounds VXX. V13 doesn't use a Window Bounds folder so I deleted this file, to no

Re: LDAP user validation

2017-06-12 Thread Tim Nevels via 4D_Tech
On Jun 12, 2017, at 2:52 AM, Welsh Harris wrote: > I am curious about this as well. > > We are using 4D as a web server. We are being provided the Active Directory > SAM-Account-Name and password for a user. We do not have the user passwords > stored in 4D and need to validate their

Understanding 4D Server - Processes Tab - Web Process

2017-06-12 Thread Randy Engle via 4D_Tech
4D Server Processes Tab I'm seeing lots of "Web Process" processes listed. (80+) - State - "Waiting for Event" I know that there is not that many people on the web to this app. What makes these processes disappear? (Besides killing 4D Server) Is it OK that there's lots of these seems not

Re: .ExternalData folder outside of the database folder?

2017-06-12 Thread Kirk Brooks via 4D_Tech
John, I was initially excited about this external storage option for the same reasons: lots and lots of image files I needed to store and index and maybe have the option to edit via external programs (Photoshop or Pixels). This is not the real intent of the design though. I think the goal for

Re: LDAP user validation

2017-06-12 Thread Tom Swenson via 4D_Tech
BTW, if you want some 4d code looking examples, I left the docs for LDAP 4d up on my site See http://www.adogandhisboy.com/manual/Sample.html On 6/12/17, 10:55 AM, "4D_Tech on behalf of Tom Swenson via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: You do

Re: LDAP user validation

2017-06-12 Thread Tom Swenson via 4D_Tech
You do a “bind” to verify the username/password. Ie. It is authentication. On a low level, authentication against an LDAP server is 1. Open a connection 2. Try to bind 3. Unbind – if you’re feeling generous 4. Close the connection if you got a success from the bind it means you sent the

Re: PrintList Pro v6 - Build a MySQL reporting tool in 4D, access AreaList Pro properties and more

2017-06-12 Thread Tilman Haerdle via 4D_Tech
Sorry to bug you but what about SR Pro 64 bits? :-) Cheers, Tilman Haerdle > Am 12.06.2017 um 14:57 schrieb Philippe Ganter via 4D_Tech > <4d_tech@lists.4d.com>: > > PrintList Pro version 6 released. > > * Compatibility with 4D v16 32-bit and 64-bit. > > * Make a MySQL reporting tool with 4D

Re: .ExternalData folder outside of the database folder?

2017-06-12 Thread Keith Culotta via 4D_Tech
Maybe two things to try... Can you place the entire data folder on the external drive? Would using a Symbolic or Hard link work instead of an alias. Keith - CDI > On Jun 10, 2017, at 11:07 AM, John Baughman via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > As I read the docs, there is no way to

PrintList Pro v6 - Build a MySQL reporting tool in 4D, access AreaList Pro properties and more

2017-06-12 Thread Philippe Ganter via 4D_Tech
PrintList Pro version 6 released. * Compatibility with 4D v16 32-bit and 64-bit. * Make a MySQL reporting tool with 4D and PrintList Pro v6! Printing MySQL data is now available. Combine the power of 4D and the flexibility of MySQL to design PrintList Pro reports for MySQL databases. *

Re: HTTP Get when a domain name returns multiple IP addresses

2017-06-12 Thread Bruno LEGAY via 4D_Tech
Hi Craig, > On 10 Jun 2017, at 7:00 AM, 4d_tech-requ...@lists.4d.com wrote: >> I would invite you to test the latest nightly build which fixes ACI0096586 >> http://bugs.4d.fr/fixedbugslist?Branch=16 >> "HTTP Get" request fails with certain https web sites > > That didn’t work, but we found (we

Re: HTTP Get when a domain name returns multiple IP addresses

2017-06-12 Thread lists--- via 4D_Tech
Hi Miyako, > On 10 Jun 2017, at 7:00 AM, 4d_tech-requ...@lists.4d.com wrote: > I would invite you to test the latest nightly build which fixes ACI0096586 > http://bugs.4d.fr/fixedbugslist?Branch=16 > "HTTP Get" request fails with certain https web sites That didn’t work, but we found (we think)

Re: 4D Web Store Approach...

2017-06-12 Thread Paul Dennis via 4D_Tech
I have been doing this for years with large library of pdf's. I do as follows. Create site in cloud with plesk control panel - this inc apache and nginx reverse proxy. Optionlal Install joomla for front pages Store the tiffs in cloud Proxy the 4d requests via nginx to 4d on local server Use 4d