Tagged Questions
0
votes
1answer
18 views
Where does MSAD LDAP store the credentials used to authenticate users?
I can browse the user details of an existing LDAP directory using a bind DN and bind password. I cannot find any entry storing the users password. Is it possible that password attributes are hidden ...
1
vote
1answer
32 views
Find out my bind DN in a Windows network
I am in a windows network and want to use Linux' LDAP search.
For this I need to find out my DN.
I am already logged in on a Windows computer using Outlook to the exchange server and this one seems ...
0
votes
0answers
44 views
LDAP / Active Directory with External Users
Context
A company that uses Active Directory for a long time. Previously, admins added Domain Users Group to many resources with read access. It is not realistic to change all this.
A service 'X' ...
0
votes
0answers
87 views
How do I use AdFind in Windows 7 to find the any information related to jack@domain.net?
I know that I can use the following
dsquery server -domain server1.domain.net -u jack@domain.net
in Windows Server 2008 to find all AD information with related to jack@domain.net
However, how do I ...
0
votes
0answers
35 views
Possibility of developing a program that uses active directory credentials to log into it? [closed]
Is it possible to develop a program (which will have database access) for users within a domain and use their existing log-in credentials present in the Active-Directory to authenticate and log them ...
0
votes
1answer
34 views
Does a Linux based openLDAP server have an _ldap._tcp DNS service record?
I know that you can query the _ldap._tcp. for an AD service and it will return the hosts which are the LDAP servers. Does the same thing work on Linux? If it is not the default, how do you turn it ...
0
votes
2answers
188 views
Ldapsearch query
I have around 10 users who have been given access to one specific application which uses AD authentication.
ldapsearch -p xxx -LLL -x -w test -h abc.com -D abc -b dc=abc,dc=com sAMAccountName=xyz | ...
2
votes
2answers
286 views
Authentication to ActiveDirectory's LDAP succeeds with correct password OR no password
I'm working on LDAP authentication support for our web-application. During testing this functionality, I've noticed a very strange behavior: user can authenticate using correct password OR no ...
0
votes
2answers
349 views
Is there a sample AD & LDAP server for practice?
I am trying to study the connection method to LDAP and AD, but don't have a working AD.
I do have a full working Window 2008 Server.
Is there a sample AD & LDAP server I could use for practice?
0
votes
1answer
135 views
LDAP management hosted on linux for windows machines
I have an isolated lan with 30+ windows workstations conected to debian server. By saying isolated means that workstations do not have (and must not have) access to internet or other networks or ...
0
votes
4answers
4k views
How to get Linux users list from LDAP
We've just linked one of our Linux host to LDAP and ActiveDirectory. Now I'm trying to check how I get list of users and their details from within the Linux side.
2
votes
3answers
5k views
How to join an Active Directory with a Linux machine
How can I join an Active Directory domain with a Linux machine?
Will it work with Ubuntu, Redhat, CentOS? Are there any with which it will not work?
1
vote
1answer
880 views
LDAP query via IE search (provider)?
I want to query our domain controller via LDAP for some user data like telephone number or mail address. Of course I can to this with different methods, but I would like to do this with a query in the ...
1
vote
2answers
291 views
How can I use an LDAP server to authenticate laptop users?
I'm in the process of purchasing a dozen (or so) laptops for our volunteer-led organisation to use for training purposes. We already use an LDAP server to authenticate access to the wiki, the forum ...
2
votes
2answers
161 views
How do you determine if your domain isn't AD or ADAM?
I'm trying to get some authentication stuff set up in ASP MVC, but keep getting thrown errors about how it doesn't support anything but Active Directory (AD) and Active Directory Application Mode ...
1
vote
2answers
285 views
Are there any built in LDAP functions to manipulate strings?
I have a need to retrieve a value of a property in lower case, can LDAP have any built-ins to perform this? I know that I can do substrings and concatenations.
The need is for a software product we ...
5
votes
2answers
11k views
How to specify LDAP user name for connecting to Active Directory?
I'm trying to integrate my program with LDAP. I have an Active Directory server here, which apparently speaks LDAP. I want to see what's on the server before I go off trying to debug my own code. I ...
1
vote
1answer
3k views
Cannot bind OSX to AD
I'm trying to get an mac mini running snow leopard server to join a windows domain here. The windows domain server is running Windows server 2008.
When I go to "Accounts" in my System Preferences, ...
1
vote
1answer
346 views
Mac AD login with Centrify never completes, never times out
My work Mac has Centrify installed on it; it's part of the office's enormous Active Directory system, has IT policies applied to it automatically, I can connect to SMB network shares without ...
2
votes
3answers
1k views
Alternative to Softerra's LDAP Administrator?
I am looking for an alternative to Softerra's LDAP Administrator, simply for the price is over-budget for a small team to test the LDAP credentials.
So I really appreciate if someone can point me to ...
2
votes
1answer
807 views
How can I log into Redmine (LDAP) once my active directory password changes?
My active directory password changed, now I can't log into Redmine (0.9.4) via LDAP. I haven't installed plugins, so what gives?
1
vote
1answer
241 views
Active Directory with nodes in multiple IP Addresses
I have written some code to fetch user information from an Active Directory Server. Suppose the Active Directory Server has nodes, each of which is another Active Directory Installation in a different ...
3
votes
1answer
848 views
Diagnose Mac OS X Address Book LDAP problems
I've configured a LDAP server in my Address Book preferences on Snow Leopard. I determined the base DN from a helpful recipe on the web using ldapsearch.
I never get any search results. Has anyone ...