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 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 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 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...
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...
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 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 ...
The old server was Server 2k and I ran adprep /forestprep and adprep /domainprep using the Server 2008 cd to be able to add the Server 2008 as a domain controller. I then ran dcpromo to add t...
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'm having problems with this connectionstring and I'm at complete loss why
connectionString="LDAP://ho.xxxx.com/CN=users,DC=Ho,DC=xxxxx,DC=com" />
Could someone please explain what eac...
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.
...
Hi,
We recently got a new Xerox 7242 machine.
I need to hook it up to our Windows 2003 domain.
The documentation has no examples of the required syntax, so my only method is trail and e...
I need to query an active directory group for it's members. Here's the catch though, the AD server will only return me 1,500 records and my group has well over 2,000. I understand that I nee...
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 have a Canon ScanFront 220 that is looking up our addresses using LDAP. The only configuration option that I have is "Search Base:", in which I have typed: ou=our domain users,dc=domain,dc=l...
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...
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...
We migrate the AD in windows 2000 to windows server 2003 R2, change the server too, the domain name too. the new domain controller have AD, DNS, DHCP. when the users make logon is very slow an...
I have the following in config.php
$ldapservers->SetValue($i,'server','auth_type','session');
When I login I cannot modify LDAP objects.
When I use
$ldapservers->SetValue($i,'server','...
Hi,
I have a VB 6 program that receives user login ID/password on a simple login form. I want to be able to pass the ID and password to active directory and get a True or False return indicat...
I found a script on the net to extract given fields from AD and create an Excel spreadsheet.
I need to add the field Account status {Disabled / Enabled} as well.
How can I do this - This is ...
I'm having problems using the .NET 2.0, System.DirectoryServices assembly to perform a simple LDAP search.
I'm using the following code to perform the search.
1 public void LDAPSe...
Mambots used: Joomla LDAP and LDAP SSI
LDAP source = Windows 2003 Active Directory
Problem: I am trying to configure LDAP authentication for Joomla so that users can authenticate to the we...
Hi,
I have an Active Directory Server in a test environment. The server currently acts only as a DHCP and DNS server in our production environment.
I have configured a number of users re...