0
votes
2answers
31 views
What gems should I use to have a Ruby app talk to an LDAP server?
My overall goal is to let users of my Rails app authenticate against our organization's ActiveDirectory server over LDAP. (Did I say that right?)
I'd like to try the Ruby ActiveLD …
1
vote
4answers
67 views
LDAP authentication server why ?
I have read about LDAP on wikipedia and I kind of understand what it is. However what I did not get what why so many organizations are using LDAP authentication server over having …
0
votes
2answers
49 views
List of email address to public folders in exchange
How do i get a list of all e-mail address for exchange public folders?
Will reply on my own, will accept the best reply offered.
0
votes
1answer
43 views
appending to hash while looping
I will make this quick. I'm using Ruby/LDAP to search using my base_dn criteria. I get a result back (of type Entry). I can convert object of type Entry to Hash with to_hash metho …
0
votes
2answers
50 views
Retrieve empty attributes of LDAP DN.
Hi Community!
I am currently programming a tool (in ANSI C) for my company which reads from an LDAP Directory and outputs all the data in a specific format (that is: the name form …
1
vote
1answer
14 views
iPlanet LDAP and C# PageResultRequestControl
I am trying to do a paged search on an iPlanet LDAP. Here's my code:
LdapConnection ldap = new LdapConnection("foo.bar.com:389");
ldap.AuthType = AuthType.Anonymous;
ldap.Session …
2
votes
2answers
52 views
List all computers in active directory
Im wondering how to get a list of all computers / machines / pc from active directory?
(Trying to make this page a search engine bait, will reply myself. If someone has a better r …
4
votes
1answer
39 views
How to divide responsibility between LDAP and RDBMS
I'm a lead developer on a project which is building web applications for my companies SaaS offering. We are currently using LDAP to store user data such as IDs, passwords, contanc …
2
votes
1answer
19 views
LDAP query to retrieve list of department or company
Can anyone help me with this ?
What I am trying to do is retrieve a distinct list of company from the AD using LDAP query.
I wrote a query which returns all the company names, wit …
1
vote
1answer
26 views
Python LDAP old password still working
I have the LDAP python module installed to authorise logins via active directory, but if I change the password, the new and the old one work together. Does anyone know how to reso …
0
votes
2answers
29 views
Active Directory query troubleshooting
Hi,
My customer uses the below query to pull the data from Active Directory into my application.
CN=WebCalAdmin,OU=Security Groups,OU=Groups,DC=hasm,DC=com
and getting the below …
2
votes
1answer
36 views
Ask ActiveDirectory if a machine is a member of a group
This should be really easy but for some reason it doesn't seem to be. I want to ask AD if the current machine is a member of a particular group. Direct membership is fine.
Group …
0
votes
4answers
36 views
LDAP Error:The directory service is not available
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 snippet is:
public static void prova(string FullName)
{ …
0
votes
1answer
38 views
Nexus and LDAP - JNDI-Problem while authenticating users against OpenLDAP Server
I am using Nexus repository manager (nexus.sonatype.org) with the open source LDAP plugin (code.google.com/p/nexus-ldap/) and I get an error indicating that the wrong protocol vers …
0
votes
1answer
19 views
Dereferencing Aliases in LDAP using Spring
How to control LDAP Alias Dereferencing Mode using Java and Spring LDAP API?
Similarly to how it is done using ldapsearch on linux.
Example:
ldapsearch -a never "(&(o=foo)(cn …
