Dear all,
I'm trying to get my windows 2003 AD LDAP services working, but it seems that it's not working.
i'm using exchange 2003 as my email server, there were no problems for PC outloo...
Hello
I've got a tricky problem. I'm doing a simple function to see if a user exists in my AD. My own develop machine worked perfectly fine. But once I moved to a testing environment, i ...
I'm currently trying to sync our domain's MS AD with google apps via LDAP and am stuck. I'm getting a bind error so I'm assuming its an authentication problem but the un and pw are correct.
...
I was given the task to add LDAP functionality in a VB6 app but I have no LDAP experience. I am able to get some of what I'm looking for but not everything. Take a look at the namespace doc su...
I am looking for the following information to link Joomla into our Active Directory and from what i gather LDAP is the best way to go. I am not sure of where to find the information in the bla...
Hi,
I have a ldap db and on of its attributes is multi-valued. When i do an ldapsearch on an user entry and ask for result of that attribute for example
ldapsearch -h -p -D <dn> -b -s "(cn=A...
Hello. I am trying to have our Barracuda Spam Firewall 300 verify incoming email addresses against Active Directory using LDAP. I can telnet and login just fine, so I am sure that everything i...
I am trying (rather unsuccessfully) to retrieve a user's home directory path from Active Directory. Users login to my system using their network username; I need to take this username value an...
Hi,
For the same password and MD5 algorithm: LDAP is creating different string.
I am using $OpenLDAP: slapd 2.3.39.and using SunOS 5.10 i86pc
EG: test
Using the online md5 generato...
I am trying to use the cmd line for dsquery | dsget. The ultimates results that will be useful to me is 1. the user 2. what groups it is a member of. I have tried:
dsquery user "ou=users,ou=S...
I'm trying to setup the network scanning function to use LDAP to search our address list. I'm not familiar at all with LDAP and have no idea what should be added. I've attached a screen shot...
I am using asp.net 2.0 with C#. I am authenticating users against LDAP and that is working fine. Once they are authenticated, I want to pull more information from LDAP, however, I have notic...
I've linked my Active Directory Server to the SQL Server. When I issue the command blow I only recieve 1000 records:
select count(saMAccountname)
from openquery
(
ADSI,'SELECT saMAccount...
I have a some what large OU struture that i am dealling with and need to be able to list All OUs which are with and OU but no list any OUs that are within the OUs i am looking for. Looking at ...
In Active Directory I would like to find ALL physical users that are in the Group, for example:
OU=Distribution Lists,OU=My_OU,DC=my-connection,DC=ch
Obtaining one level is rather straigh...
I am trying to link Mantis (Bug Tracker) to an active directory using LDAP. I have found a few tutorials online but most are very vague or don't work. How do I go about doing this. OR is there...
I need to query AD for specific information on about 300 users. I need to find out the following for each - Exchange Sever, Message Store and Exchange Database Name. I have a list of users by ...
I am attempting to add basic ActiveDirectory integration into a Visual Basic 6 (VB6) desktop application. I have found a number of methods to obtaining information from ActiveDirectory, howeve...
I'm trying to write a LDAP query for users NOT in any group starting with a particular word. For example, I'd like to see all users who are not in a group that starts with the word Travel.
...
I need a simple VB scripted that will query and active directory domain controller for the login script path from thier users profile information.
I am using the following to get the usern...
Hello,
I'm trying to construct a statement to query Active Directory. Currently, my query returns all active user's information and outputs it as a CSV. What I want to do is also get contact...
I have an Active Directory network. I need to keep track of my laptops. I already have used Group Policy to push a Login script that adds all the current printers to users computers when they ...
I'm on a quest to update an employee's supervisor in AD.
I've got the part where we're querying the user's manager all set. But as soon as I query the adspath of the manager to put that int...
Let me preface this question with, I am not a sys admin by any means. I am a LAMP developer attempting to use PHP's LDAP extension to authenticate users of a PHP application against my client...
I am getting this error message on 2 computers (VMs to be precise, but I don't think this is significant).
I get this on my development VM at home. I get this on the web server VM at the off...