0
votes
0answers
9 views
Websphere Server 5.1.2 Ldap Multiple URLS
I am trying to make some ldap calls in Websphere 5.1.2 (which is an IBM 1.4.2 jvm?) and I'm trying to pass it multiple URLS in the format of "url url url url" etc. Does this build of websphere …
0
votes
1answer
27 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
71 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 …
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.
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 …
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 …
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 …
1
vote
1answer
35 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 …
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
0answers
20 views
Ldap database recovery after server crash [closed]
Hi all,
so my server crashed and my backup is a couple of weeks old :(.
so....
I have the old files that can be found in /var/lib/ldap
How can i recover my db, or export them in a ldif files.
Tnx …
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, …
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"
…
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 …
