#87005 - 2002-07-26 02:43 PM
Re: ADSI Create User with Kixtart...
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Will,
Well, yes and no. Xev is the babe that was turned into a sex slave (middle). Kai is the 5000 year old dead guy (left). Stanley (right) is the dweeb that has the keys to the Lexx. The Lexx is a gigantic insect space-craft. Kai is a member of a (long extinct) race of people known as "The Brunnen G".
And yes, the show is deemed to be a "sexy sci-fi", and is quite good actually (except the last season imho - gone downhill quite a bit) ...
 [ 26 July 2002, 15:04: Message edited by: Shawn ]
|
Top
|
|
|
|
#87006 - 2002-07-26 02:57 PM
Re: ADSI Create User with Kixtart...
|
Chris S.
MM club member
   
Registered: 2002-03-18
Posts: 2368
Loc: Earth
|
You'd think that in the future there'd be better haircuts.
|
Top
|
|
|
|
#87010 - 2002-08-22 04:50 PM
Re: ADSI Create User with Kixtart...
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
You may need to turn on Advanced Options in Active Directory Users and Computers.
This will give you the option to look at the physical objects.
quote:
qeh-tr.sthames.nhs.uk
It should be something like this:
code:
LDAP://cn=yourgroup,ou=users,dc=qeh-tr,dc=sthames,dc=nhs,dc=uk
HTH,
Kent [ 22. August 2002, 16:53: Message edited by: kdyer ]
|
Top
|
|
|
|
#87011 - 2002-08-22 04:58 PM
Re: ADSI Create User with Kixtart...
|
Richie19Rich77
Seasoned Scripter
   
Registered: 2002-08-16
Posts: 624
Loc: London, England
|
OK here we go, This is what i am puttin gin
code:
$adsDomain = GetObject("LDAP://cn=administrator,ou=users,dc=qeh-tr,dc=sthames,dc=nhs,dc=uk") if $adsDomain=0 ? "Fehler beim Verbinden mit dem Server" ? @SERROR + " (" + @ERROR + ")" quit 1 endif
and I get a error of "There is no suck object on the server"
Thanks
Richie
|
Top
|
|
|
|
#87015 - 2002-08-22 05:45 PM
Re: ADSI Create User with Kixtart...
|
Howard Bullock
KiX Supporter
   
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
Try adding the missing magic data:
GetObject("LDAP://$Domain/$ADS_NAME_TYPE_1779")
|
Top
|
|
|
|
#87019 - 2002-08-22 06:33 PM
Re: ADSI Create User with Kixtart...
|
Howard Bullock
KiX Supporter
   
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
Please post your latest GetObject line. You can also use a server name in place of the domain name in my previous example.
|
Top
|
|
|
|
#87021 - 2002-08-22 06:37 PM
Re: ADSI Create User with Kixtart...
|
Howard Bullock
KiX Supporter
   
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
You seemed to have missed my point. code:
$adsDomain = GetObject("LDAP://YourDomainNameHere/cn=administrator,ou=users,dc=qeh-tr,dc=sthames,dc=nhs,dc=uk")
[ 22. August 2002, 18:38: Message edited by: Howard Bullock ]
|
Top
|
|
|
|
#87022 - 2002-08-22 06:43 PM
Re: ADSI Create User with Kixtart...
|
Howard Bullock
KiX Supporter
   
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
See my post in LDAP and Users in a Container does it work?
|
Top
|
|
|
|
Moderator: Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart
|
0 registered
and 581 anonymous users online.
|
|
|