Page 2 of 3 <123>
Topic Options
#87003 - 2002-07-25 08:29 PM Re: ADSI Create User with Kixtart...
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Actually, i have (maybe) learned something new
here (off-topic). One of my favorite TV shows
is a program called LEXX (anybody?) ... One of
the lead characters (KAI) comes from a race of
people known as "The Brunnen G" ... the very
same people that lead humanity to victory in
the great "Insect Wars" (but I digress) ...

Anyway, this show is produced by a Canadian/German
alliance, so I guess there is no co-incidence
here ... The Brunned G aka The Well Dones ... by the way,
KAI is 5000 years old ... and DEAD!

-Shawn

[ 25 July 2002, 20:32: Message edited by: Shawn ]

Top
#87004 - 2002-07-27 12:58 AM Re: ADSI Create User with Kixtart...
Will Hetrick Offline
Hey THIS is FUN

Registered: 2001-10-02
Posts: 320
Loc: Harrisburg, PA USA
Hey shawn,
Wasn't she the one brought back to be a sex slave??? No wonder you like the show! [Eek!]
_________________________
You have at least 2 choices. Each choice changes your destiny. Choose wisely!

Top
#87005 - 2002-07-26 02:43 PM Re: ADSI Create User with Kixtart...
Shawn Administrator Offline
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) ... [Wink]



[ 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. Offline
MM club member
*****

Registered: 2002-03-18
Posts: 2368
Loc: Earth
You'd think that in the future there'd be better haircuts. [Big Grin]
Top
#87007 - 2002-07-31 02:45 AM Re: ADSI Create User with Kixtart...
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11625
Loc: CA
Shawn

Here is a Lexx Neoplanet WebBrowser for you.

http://ftp.neoplanet.com/pub/setup-usa-lexx.exe

Top
#87008 - 2002-08-22 04:45 PM Re: ADSI Create User with Kixtart...
Richie19Rich77 Offline
Seasoned Scripter
*****

Registered: 2002-08-16
Posts: 624
Loc: London, England
HELP but please do not laugh :-(

I am running the script supplied by einhirn on the post above, but I keep getting a invalid Active Directory Path error.

I think I am putting my ldap//: line in wrong

what should it be ??

My domain name is: qeh-tr.sthames.nhs.uk
short domain name: qeh-tr
domain controllers are: dcserve1 and dcserve2

Please Help

Richard Farthing

Top
#87009 - 2002-08-22 04:48 PM Re: ADSI Create User with Kixtart...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
so, are you getting the error from:
$adsDomain = GetObject("LDAP://")
if $adsDomain=0 ? "Fehler beim Verbinden mit dem Server"
? @SERROR + " (" + @ERROR + ")"
quit 1
endif

or where?
_________________________
!

download KiXnet

Top
#87010 - 2002-08-22 04:50 PM Re: ADSI Create User with Kixtart...
Kdyer Offline
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 ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#87011 - 2002-08-22 04:58 PM Re: ADSI Create User with Kixtart...
Richie19Rich77 Offline
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
#87012 - 2002-08-22 05:00 PM Re: ADSI Create User with Kixtart...
Richie19Rich77 Offline
Seasoned Scripter
*****

Registered: 2002-08-16
Posts: 624
Loc: London, England
You can see how much this has worked me up, I am hitting the GIN and it just SUCKs. lol

Sorry for the spelling mistakes in post before.

Richie

Top
#87013 - 2002-08-22 05:08 PM Re: ADSI Create User with Kixtart...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
what about using:
cn=domain users
_________________________
!

download KiXnet

Top
#87014 - 2002-08-22 05:11 PM Re: ADSI Create User with Kixtart...
Richie19Rich77 Offline
Seasoned Scripter
*****

Registered: 2002-08-16
Posts: 624
Loc: London, England
Nope still same error:

There is no such object on the server. -- Extended Error:L : 0 (-2147016656)

Top
#87015 - 2002-08-22 05:45 PM Re: ADSI Create User with Kixtart...
Howard Bullock Offline
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")
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#87016 - 2002-08-22 05:56 PM Re: ADSI Create User with Kixtart...
Richie19Rich77 Offline
Seasoned Scripter
*****

Registered: 2002-08-16
Posts: 624
Loc: London, England
Ok TY for that line, BUT...

No I get a error saying:

The server is not operational. (-2147016646)

This can't be right I am logged onto the bloody thing as administrator.

Richard Farthing

Top
#87017 - 2002-08-22 06:02 PM Re: ADSI Create User with Kixtart...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
have you checked the advanced options as kent suggested?

.
_________________________
!

download KiXnet

Top
#87018 - 2002-08-22 06:05 PM Re: ADSI Create User with Kixtart...
Richie19Rich77 Offline
Seasoned Scripter
*****

Registered: 2002-08-16
Posts: 624
Loc: London, England
Advanced Options is selected, I have just read up on the error on Microsoft support pages and it is a know bug with Windows 2000 Servers with over 51 IP#s registerd.

So I am reload SP as suggested.

Thanks

Top
#87019 - 2002-08-22 06:33 PM Re: ADSI Create User with Kixtart...
Howard Bullock Offline
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.
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#87020 - 2002-08-22 06:35 PM Re: ADSI Create User with Kixtart...
Richie19Rich77 Offline
Seasoned Scripter
*****

Registered: 2002-08-16
Posts: 624
Loc: London, England
Current Line

$adsDomain = GetObject("LDAP://GetObject("LDAP://$Domain/$ADS_NAME_TYPE_1779")

Top
#87021 - 2002-08-22 06:37 PM Re: ADSI Create User with Kixtart...
Howard Bullock Offline
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 ]
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#87022 - 2002-08-22 06:43 PM Re: ADSI Create User with Kixtart...
Howard Bullock Offline
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?
_________________________
Home page: http://www.kixhelp.com/hb/

Top
Page 2 of 3 <123>


Moderator:  Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 581 anonymous users online.
Newest Members
Audio, Hoschi, Comet, rrosell, PatrickPinto
17880 Registered Users

Generated in 0.071 seconds in which 0.025 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org