Jump to content

fuse59650

Members
  • Posts

    10
  • Joined

  • Last visited

fuse59650's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hello and Happy New Year, It works using the domain name \ Username with 24H2. Thank you so much.
  2. Okay, thank you very much for the information, I will follow it.
  3. Hello, sorry if he seems to have spaces but no there is none. I also tried with the $ iSecurity parameter at 0 (2 too) but no change. It is really with the 24H2 version because with a 23H2 client and the same parameters, no problems. I mainly use your library under Winpe to install Windows images with a personalized configuration file. I can stay with an 23H2 image but I wanted to raise the problem. It can wait until the day when you will have access to an Active Directory environment. Otherwise I will try to test directly with "ADO Open Method" used in the _AD_OPEN function.
  4. Hello, I use the SAM account with the associated password.
  5. Hello, I have an error with the version of Windows 11 24h2, when I want to make a connection to our Active Directory with the _AD_OPEN function, it fails with a return code 8 and an extended code -2147352567. With a 23H2 no problems. I use version 1.6.1.0 of your library and I also tried with the 1.6.3.0 without success. Authentication is initiated from a machine not connected on AD (workgroup). Here are the call parameters: _AD_OPEN (User, Password, "DC = AD, DC = Univ-Lille, DC = Fr", "Ad.univ-lille.fr", "CN = configuration, DC = AD, DC = Univ-Lille, DC = FR ", 1) Sincerely
  6. Indeed it's work for me ! Great work ! 👍 Thanks a lot !
  7. Hello, It works ! I have no backslash anymore, thank you ! 👍 I have always : - extra-space in column 1 -_ArraySearch ($array_ou, $stringToSearch, Default, Default, Default, Default, Default, 0)) => fail If I comment _ArraySort($aOUs) ; old sorting method ;~ __AD_ArraySortExtended($aOUs, 1) No more extra-space and _ArraySearch work correctly Bug in the function __AD_ArraySortExtended or It's the normal operation ? 🤔
  8. I have notice other strange thing with version 1.5.2.1 (before I use the 1.4.14.0) for the first column of array : - I have to remove extra space otherwise Stringlen function return incorrect number of character - when I use _ArraySearch function I must set the $iCompare parameter to 1 otherwise the function found nothing That's all for the moment. 😅 Thank you again and good luck.
  9. Hello, I call it with Local $root_ou = "" _AD_GetAllOUs($root_ou) or Local $root_ou = "OU=Pedagogie,OU=Pont_de_Bois,OU=DSISHS,OU=DSI,OU=ULilleRessources,DC=ad,DC=univ-lille,DC=fr" _AD_GetAllOUs($root_ou) I have the same result with backslash on certain OU Maybe is the start of parenthesis ? OU=B1619(tbi),OU=Angellier,OU=DEDIEES,OU=TICE,OU=Pedagogie,OU=Pont_de_Bois,OU=DSISHS,OU=DSI,OU=ULilleRessources,DC=ad,DC=univ-lille,DC=fr
  10. Hello, great library and work very well ! With the function _AD_GetAllOUs I have strange backslash at the end of line on some OU : ULilleRessources\DSI\DSISHS\Pont_de_Bois\Pedagogie\TICE\DEDIEES\Angellier OU=Angellier,OU=DEDIEES,OU=TICE,OU=Pedagogie,OU=Pont_de_Bois,OU=DSISHS,OU=DSI,OU=ULilleRessources,DC=ad,DC=univ-lille,DC=fr ULilleRessources\DSI\DSISHS\Pont_de_Bois\Pedagogie\TICE\DEDIEES\Angellier\B1619(tbi)\ OU=B1619(tbi),OU=Angellier,OU=DEDIEES,OU=TICE,OU=Pedagogie,OU=Pont_de_Bois,OU=DSISHS,OU=DSI,OU=ULilleRessources,DC=ad,DC=univ-lille,DC=fr ULilleRessources\DSI\DSISHS\Pont_de_Bois\Pedagogie\TICE\DEDIEES\ArtsCulture OU=ArtsCulture,OU=DEDIEES,OU=TICE,OU=Pedagogie,OU=Pont_de_Bois,OU=DSISHS,OU=DSI,OU=ULilleRessources,DC=ad,DC=univ-lille,DC=fr ULilleRessources\DSI\DSISHS\Pont_de_Bois\Pedagogie\TICE\DEDIEES\ArtsCulture\B2451\ OU=B2451,OU=ArtsCulture,OU=DEDIEES,OU=TICE,OU=Pedagogie,OU=Pont_de_Bois,OU=DSISHS,OU=DSI,OU=ULilleRessources,DC=ad,DC=univ-lille,DC=fr ULilleRessources\DSI\DSISHS\Pont_de_Bois\Pedagogie\TICE\DEDIEES\CIREL OU=CIREL,OU=DEDIEES,OU=TICE,OU=Pedagogie,OU=Pont_de_Bois,OU=DSISHS,OU=DSI,OU=ULilleRessources,DC=ad,DC=univ-lille,DC=fr ULilleRessources\DSI\DSISHS\Pont_de_Bois\Pedagogie\TICE\DEDIEES\CIREL\B3328\ OU=B3328,OU=CIREL,OU=DEDIEES,OU=TICE,OU=Pedagogie,OU=Pont_de_Bois,OU=DSISHS,OU=DSI,OU=ULilleRessources,DC=ad,DC=univ-lille,DC=fr ULilleRessources\DSI\DSISHS\Pont_de_Bois\Pedagogie\TICE\DEDIEES\CIREL\B3332\ OU=B3332,OU=CIREL,OU=DEDIEES,OU=TICE,OU=Pedagogie,OU=Pont_de_Bois,OU=DSISHS,OU=DSI,OU=ULilleRessources,DC=ad,DC=univ-lille,DC=fr I remove them in my code but it's normal ?
×
×
  • Create New...