DN attribute not defined error AD on Win Server 2003
Hi. I am trying to do a bulk import of user accounts using the CSVDE tool for active directory. I have a .csv file and am doing this:
csvde -i -f ExampleUsers.xls and receiv | | 0 | 13 | 11/27/2009 5:03:58 AM |
How to search user in a specific domain?
Hello, We have multiple domains, all trust each other. I need a way to search for user in all of the domains, how can I do this? I have code like: Dim de As System.DirectorySe | | 0 | 20 | 11/26/2009 9:31:35 PM |
Autofilling email address in AD
Hi,
We have been asked at work by auditors to ensure that all users in AD have the email address field filled. On running a query we have found that about 400/500 people have not the e | | 0 | 3 | 11/26/2009 5:06:52 PM |
Problems populating AD attribute fields. Null in LDAP browser, populated i n AD mgmt tools. Help please.
I am using a script to pull data from and oracle table and push it into active directory attribute fields. I have done one to one mapping for each field, and have ensured that the data type | | 0 | 6 | 11/25/2009 4:13:40 PM |
Deploy registry changes
Hello,
I need to deploy registry changes to selected computers, the selection would be made depending on group membership of the user account.
If some registry change is made becu | | 0 | 8 | 11/24/2009 5:02:31 PM |
LDAP Webservice Error "The server is not operational"
hi, I have a webservice, which connects to active directory using LDAP. In this webservice i open a a DirectoryEntry , select the information needed from active Directory, then proces | | 0 | 7 | 11/24/2009 1:49:08 PM |
Active Directory Properties
Hi guys,
with help I've figured out how to set the "user cannot change
password" in C# using the code below. I'm now trying to figure out how to
remove the proper | | 0 | 7 | 11/23/2009 9:20:17 AM |
Help - 'groupOfUniqueNames' Class Problem
Hi, I installed ADAM on my WindowXP Professional and created an instance successfully. By default there is no option for me to create a group with class 'groupOfUniqueNames' with | | 0 | 7 | 11/21/2009 9:30:34 AM |
Converting Users SID in AD to a string.
Hello all,
I am using VB.net and I am trying to get the SID of a user and then convert it to a string. I looked on line and found some code and pieced the code below together but I | | 0 | 6 | 11/20/2009 4:49:23 PM |
Query on Active directory - Locale containers
Hi, I'm a beginner on AD & scripting.
I have simple vb script which adds a menu item to the adminContextMenu for the US-English locale (409 container). The menu item has been | | 0 | 8 | 11/20/2009 1:30:52 PM |
VB Visual Studio 2008 Active Directory Login
Hi, i need some help with using Visual studio 2008 to login using active directory. The programming language i am using is VB Because i have to insert into an audit_ | | 0 | 4 | 11/20/2009 3:06:34 AM |
System.Byte[]
I am querying active directory data for an app.
For all the AD attriutes that I am looking for I get the correct information
For e | | 0 | 6 | 11/19/2009 4:41:45 PM |
Binding with trusted user credetials via LDAP protocol
I am wondering, if I have a trust set up bewteen domains, is it possible to do a bind (for authentication purposes) of a user from the the trusted domain to the trusting domain? That | | 0 | 8 | 11/18/2009 6:24:49 PM |
Moving to AD in existing .NET site?
AD Question (Moving to AD in existing .NET site?):
< | | 0 | 3 | 11/18/2009 5:53:40 PM |
global to universal
Does anyone have a code example of how to change an AD group from global to universal? Thanks, Steve
| | 0 | 8 | 11/18/2009 9:43:45 AM |
Searching people in an Organizational Unit?
I'm somewhat new to Active Directory and LDAP. I have a question about searching. I'm not sure if this can be done: I'd like to execute a search that return | | 0 | 10 | 11/17/2009 7:04:13 PM |
User Search in two domains
Hi all
Am using Active directory query to search for users and autopopulate user properties like employee number and office code. It was working fine until another domain had to be s | | 0 | 8 | 11/17/2009 6:27:47 PM |
Getting type conversion error accessing property value from AD, using webse rvice call into autocomplete extender
Hello, I am using WebService to return data from active directory. | 0 | 6 | 11/17/2009 5:12:56 PM |
Query on LDAP server using ASP.net and VB
Hiya,
I'm creating a web form and i want a user to be able to put in their ID number and for it to go away and query and to fill in there Name, phone number ect ... | | 0 | 6 | 11/17/2009 5:12:55 PM |
Accessing LDAP using identity stored in web.config
I am trying to connect to LDAp server but can't figure out how to pass in the account.
the user account Im trying to login with is the one in web.config, stored as follows:
| | 0 | 12 | 11/16/2009 11:12:08 PM |
Request.ServerVaiables
Both Request.ServerVaiables("LOGON_USER") and Request.ServerVaiables("AUTH_USER") return DOMAIN\Login. My company Active Directory is using both DOMAIN\Login and | | 0 | 5 | 11/16/2009 11:12:08 PM |
add group to group
Can anyone tell me why the following code throws an exception? var grouppath = "LDAP://CN=" + groupName + " | | 0 | 12 | 11/16/2009 11:12:07 PM |
Check if e-mail already exist
Hello!
Currently I check if a user name exists before I create users like this: Public Function UserExists(ByVal username As String) | | 0 | 11 | 11/11/2009 9:16:44 AM |
List all the Subnets within a SITE in a directory service
Hi LDAP gurus,
We have a requirement to query a directory service (it can be any Microsoft ADS, IBM tivoli, Open Directory, Apache Directory etc) and extract all the SITES belong | | 0 | 9 | 11/11/2009 9:16:41 AM |
Creating custom application privileges in AD
I'm working on an application that will need to utilize a bunch of custom privileges that will be granted to various users of the application. So for instance, there will be privileges in the | | 0 | 8 | 11/11/2009 9:16:40 AM |
Scan the network and identify a directory service
Hi LDAP gurus!
| 0 | 9 | 11/11/2009 9:16:39 AM |
Identify a directory service in a network
We have a requirement to scan the network an | | 0 | 7 | 11/11/2009 9:16:39 AM |
Run process on AD username update
Hello everyone,
Being a veteran programmer for all of 5 months, tis' a shock I'm having issues with such a minesquel task.. *kidding*
Okay, here is the situation. We | | 0 | 11 | 11/11/2009 9:16:36 AM |
LDAP AD Search
Hiya, I'm trying to search AD based on either First name, Lastname or UserID, And populate a ListBox with theresults for a user to choose. When I test it using code similar to below, I am rec | | 0 | 8 | 11/11/2009 9:16:35 AM |
how to get user logins of group members and not surname first name?
I would like to get at the user logins for all the members of a pre-selected AD group so that i can display this information on an admin page in my application (all my permissions are h | | 0 | 8 | 11/11/2009 9:16:33 AM |
Folder Permission Report
Hi, I ran a dumpsec report to show all the users assigned to a shared folder but some of the users are coming back with "ax000f01ff" and I'm not sure what access do these users have | | 0 | 10 | 11/11/2009 9:16:33 AM |
Why use Active Directory with ASP
I have read many articles about AD and I understand it is very valuable from a network admin point of view.
However, I can not find any value for it wehn it comes to web develop | | 0 | 5 | 11/11/2009 9:16:31 AM |
Notifications for deletions on SUBTREE-LEVEL on Active Directory Applicatio n Mode ADAM
Hello, I have an application, it opens a connection to an Active Directory Application Mode (ADAM) instance through native Win 32 code. Suppose I register for events occurring&nbs | | 0 | 6 | 11/11/2009 9:16:31 AM |
AzMan ADAM Authorization Manager not found
Hi I have been using this ADAM tool to configure roles. It all works fine on my local machine. The problem comes into picture when on the server. | | 0 | 9 | 11/11/2009 9:16:30 AM |
LDAP with asp.net
I want to understand something about LDAP;
can I connect the table of users in my sql server database to LDAP or ADAM , or all my users will be created in the LDAP database (AD | | 0 | 10 | 11/11/2009 9:16:30 AM |
LDAP Error: The directory service is not available
Hi
I have a problem with LDAP, I use apache directory server and I would add a new user ....I use Visual Studio and the code
is:
public static void prova(string | | 0 | 10 | 11/11/2009 9:16:29 AM |
DirectoryEntry constraint
| 0 | 7 | 11/11/2009 9:16:25 AM |
The specified domain or server could not be contacted
Hello
I built a website that uses a Login control with Forms authentication, and an ActiveDirectory MembershipProvider.
The website worked fine on the development computer(We | | 0 | 8 | 11/11/2009 9:16:24 AM |
Converting VB LDAP authentication code to C#
I have a section of VB code that takes a username and password and authenticates it using Directory Services. The code works fine locally and remotely. I've since converted the co | | 0 | 8 | 11/11/2009 9:16:23 AM |
Supress mail sending in Exchange server meeting request
Hello Everybody
Is there any way to supress mail sending to its attendees while sending meeting request in OnSyncSave event of Exchange server?
Thanks for any suggestions | | 0 | 9 | 11/11/2009 9:16:22 AM |
Add computer accounts to group - problems
Hi, i want add 10000 computers to group. I want write a log file
On adding - Successfully Add - Already Member of Group
On removing - Successfully R | | 0 | 6 | 11/11/2009 9:16:19 AM |
How i can change password from active directory
Dim ss As String = "LDAP://cc.eee.dd/CN=test,OU=General Management,DC=cc,DC=eee,DC=dd" Dim uEntry As New Director | | 0 | 8 | 11/11/2009 9:16:16 AM |
New to AD authentication, questions about OU, and authentication using .NET code
Hi Everyone,
I'm in the process of creating anew framework for work. We use AD here (and it's my first time with access to it today!) and I'm a little con | | 0 | 5 | 11/11/2009 9:16:16 AM |
The authentication mechanism is unknown.
I am developing an web application for a client that are using apple macs with Safari 4x as web browser. In my application I use DirectoryEntry class to communicate with Active Directory. When ru | | 0 | 8 | 11/11/2009 9:16:15 AM |
Active Directory / Exchange Server Web Application
Does anyone have experience creating a Web Application that grabs user
info from Exchange Server 2003/AD? For example, the web page (keep in
mind this is for an intranet) would display | | 0 | 8 | 11/11/2009 9:16:13 AM |
How can we check whether AD is installed on a machine ?
Hi Friends,
How can I check if AD is installed on a machine or not ? Is there a process which I can run, returns an exit code to show if the AD is available on a machine ? | | 0 | 9 | 11/11/2009 9:16:13 AM |
AD Query Problem
I have a web app that queries active directory, and puts the results into a textbox. This worked well on my development server, and when I published it to my webserver, it runs fine when ex | | 0 | 10 | 11/11/2009 9:16:11 AM |
LDAP and AD
Hi, I have to authenticate the Active Directory.I need your guidance to start my work.Which is the bestway to authenticate.Is Ldap necessary?If so how to configure.
| | 0 | 10 | 11/11/2009 9:16:07 AM |
Extending AD with new fields
We may need to create our own table on AD to store "Specific Static Routes" in AD, and have a GUI for it. From a plug-in, we need to be able to determine whether a domain is our specif | | 0 | 5 | 11/11/2009 9:16:02 AM |
Windows login popup
We have a windows authentication based ASP intranet web site hosted on windows 2003 server. This web site uses .net 2.0 based library for lookup in ADAM. When a user attempts to | | 0 | 8 | 11/11/2009 9:16:01 AM |