PROFESSIONAL NEWSGROUPS
WINDEV
,
WEBDEV
and
WINDEV Mobile
Home
|
Recent messages
|
Connect
|
Sign out
|
English
Home
→
WINDEV 2024
→
API - afficher son SID
API - afficher son SID
Started by olivier.tosi, Aug., 20 2004 7:00 PM - No answer
Connect yourself…
olivier.tosi
#1
Posted on August, 20 2004 - 7:00 PM
Bonjour,
J'aimerai afficher mon SID avec l'API ConvertSidToStringSidA
J'effectue d'abord ma requete sur LDAP puis j'essaye de convertir l'objetsid
de la façon suivante:
"select objectsid from 'LDAP://DC=aproz, DC=ch' where objectClass='user'
and objectCategory='person' AND CN='Nom et prénom'"
HDécritConnexion("ADSI","","",ipADSI,"","ADsDSOObject")
SI HOuvreConnexion("ADSI") ALORS
SI HExécuteRequêteSQL (sdADSI, "ADSI",hRequêteSansCorrection,Requete) THEN
HLitPremier(sdADSI)
info(API("ADVAPI32.DLL", "ConvertSidToStringSidA", sdADSI.objectsid,
&s_id))
FIN
FIN
Malheureusement l'API n'accepte que des variables "simples".
J'ai essayé de créer la structure SID et de la passer en paramètres mais
je ne trouve pas la bonne structure.
Merci d'avance pour votre aide
Report
0
0
→ Go back to WINDEV 2024
WINDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV (earlier versions)
WINDEV 26
WINDEV 2024
WINDEV 2024
WINDEV 2024
WINDEV 25
WEBDEV 2024
WEBDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV (earlier versions)
WINDEV (earlier versions)
WEBDEV (earlier versions)
WEBDEV (earlier versions)
WINDEV Mobile (earlier versions)
WINDEV Mobile (earlier versions)
Reports & Queries
Reports & Queries
Off-topic
Off-topic
Tools
Tools
Français
English
Español
Portuguesa
Close this window
Search type
Only topics
All the messages
Search period
Any time
Past hour
Past 24 hours
Past week
Past month
Past year
Cancel
Preview of your message
Adding an image
Import an image from a URL
Send an image from a file of your disk
Drop a file or click "Browse..."
or
Cancel
0%
WLanguage
SQL
XML, HTML
JAVA, Javascript
Text