Search found 46 matches: authenticate

Return to advanced search

Re: FW user login to authenticate from windows active directory

This code from Charly, Felix and others is what we were looking for: FUNCTION ConectaLDAP()LOCAL lOk    := FALSETRY// Creamos el objeto ADO de conexión    oConexion:= TOleAuto():new( "ADODB.Connection" )    oConexion:Provider:= 'ADsDSOObject'    oProperties := oCone...
by Antonio Linares
Tue Jun 29, 2021 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10028

Re: FW user login to authenticate from windows active directory

Is this code what we are looking for ?

https://wightideas.org/2014/06/25/excel-ldap-authentication/

We could easily adapt it to Harbour and FWH
by Antonio Linares
Thu Jun 24, 2021 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10028

Re: Login by api

I could not authenticate with this code, does it have to pass as consuming with the curl class the code?
by roh.drigo
Thu May 30, 2019 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Login by api
Replies: 4
Views: 1468

Re: Enviar mails usando cuenta de Office 365

... ):Value := 2 // Remote SMTP = 2, local = 1 :Item( "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" ):Value := iif(cAutmail=="S",1,0) // smtpauthenticate, values are : cdoAnonymous, value 0. Do not authenticate, cdoBasic, ...
by Enrrique Vertiz
Wed Jun 21, 2017 9:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mails usando cuenta de Office 365
Replies: 12
Views: 3365

Invio Dati Tessera Sanitaria x 730

... Authorization: Basic VVNXNUFVVFI6UDRVOTNRTUw= Per impostare tale modalità all’interno di un progetto SoapUI, è necessario impostare l’opzione “Authenticate pre-emptively”, come nel progetto di esempio. ****************************** Per me è quasi arabo ! Ho trovato nel nostro forum qualche ...
by Romeo
Mon Jan 09, 2017 5:11 pm
 
Forum: All products support
Topic: Invio Dati Tessera Sanitaria x 730
Replies: 1
Views: 2134

Re: FW user login to authenticate from windows active directory

Just a dumb observation and this may not be the case .. but in order to use Active Directory the MACHINE your customer is using to authenticate your application ( external app I presume ) MUST be a member of the domain. You just can not take any computer that is not part of the domain and ...
by Rick Lipkin
Mon Nov 30, 2015 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10028

Re: FW user login to authenticate from windows active directory

Hi Herbert, have you login Active Directory from FWH ? Perhaps, Mr, Rao could help with this . Thanks in advance. Regards Hi baxajaun, I try 2 aproach oCon := TOleAuto():new("ADODB.Connection")           oCon:Provider := 'ADsDSOObject'           oPro := oCon:Properties(...
by hebert_j_vargas
Mon Nov 23, 2015 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10028

Re: FW user login to authenticate from windows active directory

Hi Herbert, have you login Active Directory from FWH ? Perhaps, Mr, Rao could help with this . Thanks in advance. Regards Hi baxajaun, I try 2 aproach oCon := TOleAuto():new("ADODB.Connection")           oCon:Provider := 'ADsDSOObject'  &...
by hebert_j_vargas
Fri Nov 20, 2015 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10028

Re: FW user login to authenticate from windows active directory

Hi Herbert,

have you login Active Directory from FWH ?

Perhaps, Mr, Rao could help with this .

Thanks in advance.

Regards
by Baxajaun
Fri Nov 20, 2015 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10028

Re: FW user login to authenticate from windows active directory

Herbert

User-Password ( userPassword ) is an AD attribute, however if you include it in my above code .. it does not resolve and is probably encrypted ..

http://www.kouti.com/tables/userattributes.htm

Rick Lipkin
by Rick Lipkin
Wed Nov 18, 2015 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10028

Re: FW user login to authenticate from windows active directory

Sure .. here are the Functions .. Rick lipkin //--------------------Func _NameChk( cNAME, lEMPTY )LOCAL SAYINGIF empty(lEMPTY)   lEMPTY := .F.ENDIFIF lEMPTY = .F.   IF empty(alltrim(cNAME )) .or. cNAME = "  "      SAYING := "Sorry .. This field can not ...
by Rick Lipkin
Wed Nov 18, 2015 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10028
Next

Return to advanced search