Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adsi /asp
Message
De
29/03/2000 13:08:28
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Adsi /asp
Divers
Thread ID:
00352230
Message ID:
00352230
Vues:
36
Hello:

I have created a simple test active server page that I want to create users/passwords etc. , here is my code
oComputer = getOBJECT("WinNT://"+IMWEBSHEENA)

lcUsername = "Sheena"
lcFullname = "Sheena Perry"
lcPassword = "chuckie"
lcDescription = "Programmer Type"
oNewUser = oComputer.Create("User", lcUsername)
oNewUser.Setinfo()
oNewUser.SetPassword(lcPassword)
oNewUser.Fullname = lcFullName
oNewuser. Description = lcDescription
oNewuser.Setinfo()

I have downloaded adsi sdk and installed on my NT server.

However, when I run my asp page it isn't putting the entry into my user manager on my server. It also doesn't give me an error so
I'm not sure where I went wrong.
I just installed sdk under program files and it showed that adsi components were installed. I am the backup domain controller(BDC).
Would this make a difference?

Any guidance would be greatly appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform