rastreadores GPS Ratreador gps localizadores bloqueadores 4527162
CENTRAL ÚNICA DE VENDAS 
 
10 Marcas de ratreadores, Compare e Compre. 
 
Rastreador de Veículo 
 
Rastreadores de Veículos 
 
Rastreador GPS 
 
Rastreadores GPS 
 
Rastreador Ituran 
 
Rastreadores Ituran 
 
Rastreador Portátil 
 
Rastreadores Portáteis. 
 
Assistência 24 Horas 
 
Visite agora mesmo nosso site. 
 
http://tel011-50523122.vila.bol.com.br/ 
 
Graber - Teletrim - Tele Trim - Ituran - 
 
Rastreadores gps , Localizadores, Bloqueadores 
 
Graber - Teletrim - Tele Trim - Ituran - 
 
Ra ...
Read Entire Conversation

SetPassword works in 2000 Sever, not 2003 Server
Hello, 
 
We use a SQL Server database to manage accounts in AD via a COM object 
 
using ADSI written in VB6. 
 
I have to move this database to a new server. The only real difference 
 
between the two servers is that one is running Windows 2000 Server and 
 
the other is running Windows 2003 Server. Both are running SQL Server 
 
2000. 
 
Everything works on both servers, including ChangePassword. The only 
 
things that works on the old server but not the new is SetPassword. It 
 
gives me t ...
Read Entire Conversation

validate a NTUser with a given NTDomain
Hi Folks, 
 
I want to validate a ntUser in the AD with the given ntDomain name. 
 
Eg: NTUser = prashant_k 
 
NTDomain = AMERICAS 
 
Here i wanted to check whether prashant_k NTUser exists in the NTDomain 
 
Americas
Read Entire Conversation

ADSI with IE7 and Outlook2007
Hello 
 
Since I've updated my computer with IE7 and Outlook2007 our telephonebook, 
 
which is integrated inside the outlook today homepage, doesn't work anymore. 
 
The reason is a security problem (I think so). If i try to get the 
 
objRootDSE object with the following line: Set objRootDse= 
 
GetObject(LDAP://rootDSE)  the getObject method returns an uinitalized 
 
object (IE7). The same code executed inside OE2007(beta) causes the 
 
following ErrorMessage: "Safety Settings on this compute ...
Read Entire Conversation

Problem creating exchange mailbox through an ASP.NET application
Hello Group, 
 
I am relatively new to .NET and ADSI. I am trying to create a user in 
 
AD and a 
 
corresponding email account in the exchange server from an ASP.NET, C# 
 
application. 
 
----------------------------- 
 
I have a problem wherein I am able to create a user but am 
 
unable to create a mailbox for the user. I "WAS" using exchange 2000. 
 
The error that I was getting is a class cast exception when I try to do 
 
this: 
 
DirectoryEntry user1 = new DirectoryEntry(path, username, ...
Read Entire Conversation

Problem creating exchange mailbox through an ASP.NET application
Hello Group, 
 
I am relatively new to .NET and ADSI. I am trying to create a user in 
 
AD and a 
 
corresponding email account in the exchange server from an ASP.NET, C# 
 
application. 
 
----------------------------- 
 
I have a problem wherein I am able to create a user but am 
 
unable to create a mailbox for the user. I "WAS" using exchange 2000. 
 
The error that I was getting is a class cast exception when I try to do 
 
this: 
 
DirectoryEntry user1 = new DirectoryEntry(path, username, ...
Read Entire Conversation

Problem creating exchange mailbox through an ASP.NET application
Hello Group, 
 
I am relatively new to .NET and ADSI. I am trying to create a user in 
 
AD and a 
 
corresponding email account in the exchange server from an ASP.NET, C# 
 
application. 
 
----------------------------- 
 
I have a problem wherein I am able to create a user but am 
 
unable to create a mailbox for the user. I "WAS" using exchange 2000. 
 
The error that I was getting is a class cast exception when I try to do 
 
this: 
 
DirectoryEntry user1 = new DirectoryEntry(path, username, ...
Read Entire Conversation

How can user update itself account?
I’m using Active Directory as LDAP for MS CA (Enterprise 2003). I want to 
 
declare such type of users which can modify themselves. For example User1 
 
will be able to change his description. Also every user will have it own 
 
certificate. 
 
1.	What I need to define in the AD for allow each user to update itself? , 
 
Can I define such group which has such permission and add users to it? 
 
2.	Using DirectoryEntry Object How can I query how many certificates the 
 
user has? 
 
Thanks 
 
Amos
Read Entire Conversation

Azman - I cannot create a new authorization store
I get the following error: 
 
"Cannot create a new authorization store.  The following problem occurred: 
 
Not enough storage is available to complete this operation." 
 
Only problem I can see is that Ultrasound shows my primary DC as only having 
 
650 mb of DBVolumeFreeSpace.  there are 24 Gb free on that particular disk. 
 
Is this the problem area, and how do I change it? 
 
FWIW, there are no event logs that have any helpful information.
Read Entire Conversation

query that returns DN works on Win2k but NOT on Win2k3
We are using a very simple script that searches AD.  The user provides the 
 
sAMAccountName and the script returns the distinguished name (and then later 
 
binds using that DN).  I have included the relevant parts of the script 
 
below.  My problem - this works fine on a Windows 2000 native domain, but 
 
fails on a Windows 2003 domain. 
 
Is there a reason why it won't work on a 2k3 domain?  Is there a better way 
 
to perform this query?  I simply need to input the userID and ouput the DN 
 ...
Read Entire Conversation

query that returns DN works on Win2k but NOT on Win2k3
We are using a very simple script that searches AD.  The user provides the 
 
sAMAccountName and the script returns the distinguished name (and then later 
 
binds using that DN).  I have included the relevant parts of the script 
 
below.  My problem - this works fine on a Windows 2000 native domain, but 
 
fails on a Windows 2003 domain. 
 
Is there a reason why it won't work on a 2k3 domain?  Is there a better way 
 
to perform this query?  I simply need to input the userID and ouput the DN 
 ...
Read Entire Conversation

adding Fullname to user
I keep getting an error (The specified directory service attribute or value 
 
does not exist) when i try and set the fullname. anyone have any ideas. below 
 
is code im using. 
 
Thanks 
 
Dim RootDSE As String 
 
Dim DSESearcher As System.DirectoryServices.DirectorySearcher = 
 
New System.DirectoryServices.DirectorySearcher 
 
Try 
 
RootDSE = DSESearcher.SearchRoot.Path 
 
RootDSE = RootDSE.Insert(7, Utility.ADUsersPath) 
 
Dim myDE As System.DirectoryServices.DirectoryEntry = New 
 
Direct ...
Read Entire Conversation

Can any one help me getting current value of Hardware Acceleration
Hi everyone, 
 
I need to know how can i get the current value of Hardware Acceleration ?? 
 
I am talking about the following Hardware Acceleration: 
 
Display Properties > Settings > Advanced > Troubleshoot 
 
I am searching a lot in internet but i am still unable to find any way 
 
around to get, i must have to get this value to show it into my application, 
 
can any one please help me on this?? 
 
Can i get the value from Registry? or by using some DLL?? or how?? 
 
Amir
Read Entire Conversation

Incomplete AD query results on only our production win2003 webserv
Our production web server (win 2003, IIS 6.0) returns incomplete AD memberOF 
 
attribute data for web site users for one specific user domain, which is 
 
causing valid site users to be denied access to restricted web pages due to 
 
AD indicating invalid group membership. Note: this is not the case on any of 
 
our dev webservers on which AD is successfully returning correct and complete 
 
memberOF data for that domain's members and which all run the same OS and IIS 
 
version, so it appears  ...
Read Entire Conversation

telnet server timeout setting
I have set the telnet server idlesessiontimeout to 0xffffffff - the telnet 
 
session still times out - is there a way to disable the idlesessiontimeout so 
 
telnet connections persist indefinitely? 
 
-- 
 
edrosen
Read Entire Conversation

Asd
Asd
Read Entire Conversation

associated external account
Folks, 
 
I am trying to determine the access mask bit (or combination of bits) that 
 
is used for this right on a mailbox in Exchange 2003.  I have found the right 
 
mask bits defined in EdkMdb.h, however the associated external account right 
 
is not. 
 
I have posted here as I am using ADSI to retrieve the security descriptor 
 
and then the discretionary ACL.  There does not appear to be a managed 
 
Exchange newsgroup! 
 
Thanks. 
 
Jon Beets
Read Entire Conversation

Accessing the LDAP authentication thru my dotnet web application.
Hi, 
 
I am trying to authenticate a user with our ldap server and I am 
 
getting the COM exception on the DirectorySearcher.FindOne() method. 
 
When we snooped the ldap server, we saw that the user is authenticated 
 
and the entries were returned. But, on the web appllication it throws 
 
the following exception message: 
 
Exception type: COMException 
 
Exception message: Exception from HRESULT: 0x8000500C 
 
Stack trace:    at 
 
System.DirectoryServices.Interop.UnsafeNativeMethods.IDirec ...
Read Entire Conversation

Adding DC across WAN, issue with port 389 not listening
I am trying to add a DC to an existing domain across a WAN that utilizes a 
 
VPN connection from two CISCO PIX firewalls. 
 
However, I keep getting an RPC connection error and when I check my the 
 
server that I want to add to the domain port 389 is NOT LISTENING. 
 
ERROR: 
 
The operation failed because: 
 
Active Directory could not create the NTDS Settings object for this domain 
 
controller CN=NTDS Settings, 
 
CN=NrWSFTWAD2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuratin ...
Read Entire Conversation

LastLogin property updated by a service?
Hi everyone, 
 
I use the LastLogin property from the IADsUser object to retrieve the last 
 
login from a list of users. I need to know if this field is also updated by 
 
a service that runs under a certain user account, but I can't find any 
 
documentation about this subject. Does anybody have any experience with this 
 
property? 
 
Thanks a lot! 
 
Reinier
Read Entire Conversation

Trying to get a list of all Local Users on an XP machine
Hi, 
 
Could anybody help me out, I'm trying to retrieve the list of all Local 
 
users on an XP machine. 
 
Tx 
 
Davy
Read Entire Conversation

Setting accountExpires date
Hi Experts, 
 
I am using the following code to set the value of accountExpires for LDAP 
 
Users 
 
DirectoryEntry oUserDE = new DirectoryEntry(strPath, LDAPUserName, 
 
LDAPPassword);; 
 
DirectorySearcher oSearch = new DirectorySearcher(oUserDE); 
 
oSearch.Filter = "(SAMAccountName=" + UserName + ")"; 
 
SearchResult oResult = oSearch.FindOne(); 
 
oUserDE = oResult.GetDirectoryEntry(); 
 
DateTime Dt = DateTime.Now.AddMonths(6); 
 
oUserDE.Properties["accountExpires"].Value = Dt; 
 
However ...
Read Entire Conversation

Covert jpg to base64
looking to import user photos into an ADAM instance, but struggling finding 
 
code (prefer vbs) to convert the image to base64.  Any help? 
 
thanks 
 
Tony
Read Entire Conversation

.NET 2.0 - Get User Cannot Change Password
Hello, 
 
i have write this code for get flag User Cannot Change Password in Active 
 
Directory but not works 
 
this is my code: 
 
Dim Domain As DirectoryEntry 
 
Dim FlagsUserAccount As Object 
 
Domain = New DirectoryEntry("LDAP://" & MyDomain) 
 
Dim ds As DirectorySearcher = New DirectorySearcher() 
 
ds.SearchRoot = Domain 
 
ds.Filter = "(|(&(objectCategory=user)(SamAccountName=*)))" 
 
ds.PropertiesToLoad.Add("name") 
 
ds.PropertiesToLoad.Add("ObjectSid") 
 
ds.PropertiesToLoad.Add("U ...
Read Entire Conversation

Cannot locate AD values using DirectoryServices
Hi, 
 
I am currently developing a .net application (vb .net 2003) that takes users 
 
values from an HR system and updates the values in our AD. 
 
Most values are found easily in the AD using the DirectoryServices, but I 
 
cannot seem to locate where values on the Telephone and Address tab in 
 
"Active Directory Users and Computers" are located. 
 
Does anyone know how to get to them? 
 
Best regards, Jan Kristensen
Read Entire Conversation