Sundance Posted October 24, 2007 Posted October 24, 2007 @ptrex on line 109 there is the definition of OCTET_STRING @Sundance I see that you haven't declared any Constant for Octet in your script ? Const $ADSTYPE_OCTET_STRING = 8 Maybe this is bringing any light in the Octet problem : Octet String It's in German too. (Meine Deutsche Sprache is noch nicht so gut !!) I hope this can help. regards ptrex
ptrex Posted October 24, 2007 Posted October 24, 2007 @Sundance OK. I am still trying to get something running. but no success yet. Maybe you can do some tests as well based upon the link I gave. Continuing tomorrow .... regards ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
Sundance Posted October 25, 2007 Posted October 25, 2007 @ptrexyou can bet on it, that i'am doing testing :-) but also no luck till nowgreetz Sundance@SundanceOK.I am still trying to get something running. but no success yet.Maybe you can do some tests as well based upon the link I gave.Continuing tomorrow ....regardsptrex
Sundance Posted October 25, 2007 Posted October 25, 2007 (edited) do you know how to get the pointer from an AutoIt variable ? In combinaion with NomadMemory there should be a possibility to 're-construct' the variable content... Edited October 25, 2007 by Sundance
ptrex Posted October 25, 2007 Posted October 25, 2007 @SundanceYou can stop testing, because what AU3 is not support this type of Byte Array Returns.We have opened a simular bug report for an other LDAP issues Byte Array Returns not recognized.I hope someone will fix it. Regardsptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
Sundance Posted October 25, 2007 Posted October 25, 2007 mmmhhh okay. i've seen the post also short time ago.but if i could try to read some memory values there could be a chance.@SundanceYou can stop testing, because what AU3 is not support this type of Byte Array Returns.We have opened a simular bug report for an other LDAP issues Byte Array Returns not recognized.I hope someone will fix it. Regardsptrex
ptrex Posted October 25, 2007 Posted October 25, 2007 @Sundance Can't help you with that sorry. regards ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
Sundance Posted October 26, 2007 Posted October 26, 2007 @ptrexOkay,i will see what i can get and report back...greetzSundance@SundanceCan't help you with that sorry.regardsptrex
gmmg Posted November 29, 2007 Posted November 29, 2007 (edited) Hi All, how can i use the _ADRecursiveGetMemberOf function from adfunctions.au3? here's the code that i use: #include <array.au3> #include <adfunctions.au3> $loggedonusergroups = "" MsgBox (0, "error",_ADRecursiveGetMemberOf ($loggedonusergroups, _ADSamAccountNameToFQDN (@UserName))) Can anyone help? greetings gmmg Edited November 29, 2007 by gmmg
PsaltyDS Posted November 29, 2007 Posted November 29, 2007 Hi All, how can i use the _ADRecursiveGetMemberOf function from adfunctions.au3? here's the code that i use: #include <array.au3> #include <adfunctions.au3> $loggedonusergroups = "" MsgBox (0, "error",_ADRecursiveGetMemberOf ($loggedonusergroups, _ADSamAccountNameToFQDN (@UserName))) Can anyone help? greetings gmmg First, you can start a new topic and not clutter this one. You make it hard for people to search for previous questions and answers when you hijack a topic like that. Just start a new topic with a useful subject line like "Using the _ADRecursiveGetMemberOf() function". Don't be afraid to start new topics, there's no economy in cluttering old ones! Cheers! Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
gmmg Posted November 29, 2007 Posted November 29, 2007 First, you can start a new topic and not clutter this one. You make it hard for people to search for previous questions and answers when you hijack a topic like that. Just start a new topic with a useful subject line like "Using the _ADRecursiveGetMemberOf() function".Don't be afraid to start new topics, there's no economy in cluttering old ones!Cheers! ok, i start a new topic :-)thx for info
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now