Tagged Questions

0
votes
1answer
25 views

DirectoryServices.AccountManagement - group membership checking efficiency

We have a group in Active Directory with over 70k user accounts. I need to check whether someone is a member of that group. The code is going to run in a web app with a high volume of concurrent …
1
vote
1answer
70 views

Strange issue with System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity

We're writing a system that allows a user to change their account password through a web application on our intranet. At first, everything appeared to be running smoothly. During development …
1
vote
5answers
55 views

LDAP Gettling a list of logon names

I have the need in my program to get the list of user logon names in a group. This is what I have so far but it only returns all the users...which I need cut down to those in a group, of which i …
1
vote
1answer
34 views

How can I cause ldap_simple_bind_s to timeout?

We recently had a problem with our test LDAP server - it was hung and wouldn't respond to requests. As a result, our application hung forever* while trying to bind to it. This only happened on Unix …
1
vote
1answer
58 views

Paged ldap_search in OpenLDAP to get around size limit?

Hi there! We are currently in the process of migrating from an aged proprietary directory service to OpenLDAP. Today we ran into the problem that ldap_search_ext_s or ldapsearch in general does not …
0
votes
1answer
15 views

How to avoid plain password in mod_ldap

There are a plain password store in mod_ldap. Is there any way to encrypt the password? AuthLDAPBindPassword password Thank You.
0
votes
3answers
34 views

How to identify if currently logged in user is an LDAP user in Solaris

Hi I am new to LDAP. I want to know how to identify if the currently logged in user in Solaris is a LDAP user or local user. Any command? or any C Run time functions like getspname, getpwnam which …
0
votes
1answer
24 views

ASP.NET membership providers in non-web apps?

Does anyone know if it's possible to use an ASP.NET membership (and role) provider in a non-web app (ie in a desktop C# app)? Related question -- is there an LDAP membership provider (it looks like …
2
votes
2answers
53 views

SVN + SASL + ActiveDirectory: How to

I'm trying to set up SVN to authenticate against an ActiveDirectory. I know this is possible if you set up SVN to be served using Apache, but doing so introduces too much overhead, and SVN runs too …
0
votes
1answer
56 views

How to specify a baseDN when connecting to LDAP via python?

I want to connect to a ldap server with python-ldap using a specific baseDN. import ldap baseDN="ou=unit,o=org.c=xx" # doesn't work #baseDN="" # works host="ldaps://test.org.xx:636" …
0
votes
0answers
15 views

How can the windows xp login be passed to my jboss portal application?

My users will be logging into a secure windows xp workstation. They will be launching a jboss portal (app server = 4.2.2.GA, portal = 2.6.5) web application. This web application currently has them …
0
votes
2answers
84 views

Using DirectorySearcher to query multiple OUs

I have the following code: var directoryEntry = new DirectoryEntry(distributionListsListADSPath); var directorySearcher = new DirectorySearcher(directoryEntry) { SizeLimit = int.MaxValue, …
0
votes
1answer
69 views

Mixed Forms and LDAP authentication with auto-registration with ASP.NET MVC.

Hi, I need to use Form-Based authentication on an ASP.NET MVC web site with LDAP (Active Directory) backend like TeamCity for instance. So i need to query LDAP first if the requested user is valid, …
1
vote
2answers
93 views

LDAP Active Directory path

I am trying to add a user to Active Directory through an MPS Web Service. I've been trying a long time to find the correct LDAP-url to use to tell it to add the new user to the Users group. I've …
0
votes
0answers
73 views

Using JavaScript to get an LDAP multi-valued string attribute

I am trying to retrieve an object attribute in Active Directory that appears to be a multi-valued string (See canonicalName). After performing a search: var conn; conn.Open = …

1 2 3 4 5 25 next
15 30 50 per page