Lightweight Directory Access Protocol, an application protocol for reading and editing directories over an IP network.
0
votes
0answers
9 views
How to find the server hosting a file in a Windows DFS with Java?
I want to get the Active Directory site of a hosting a file given the UNC path. The LDAP tree is kind of big and contains multiple domains and sub-domains. What I was doing was parsing the path and ...
1
vote
0answers
20 views
Active Directory groups
I am trying to get a list of security groups in AD but I am not having much luck.
When I check Active Directory Users and Computers MMC, I see:
blah.blah.com (top)
Group 1
Group1_1
Group1_2
...
0
votes
0answers
12 views
Performance of SecurityIdentifier.Translate
I have to display all the groups of a list of users (direct and indirect) so I use the following technic:
using (DirectorySearcher dsLookFor = new DirectorySearcher(deBase, ...
0
votes
1answer
12 views
Spring LDAP: error code 4 - Sizelimit Exceeded - when setting countLimit to 1
Using Spring-LDAP 1.3.1 I was trying to read the content of LDAP.
I've got the error
LDAP: error code 4 - Sizelimit Exceeded
After searching how to limit the result size, I've found that the ...
0
votes
0answers
9 views
How to setup LDAP server to move Windows Authentication from Authentication Popup to form authentication with PHP on IIS on Windows 7?
I need to move the ntlm authentication of IIS's default windows authentication to be integrated to a webform. With initial research, it seems it is possible with LDAP, but I am not able to setup ldap ...
0
votes
1answer
22 views
parse memberOf attribute to get group in spring security3
I am using spring security 3.1.3 for authentication via LDAP, code is working fine.Now, I want to get group of authenticated user. I've developed my custom LdapAuthoritiesPopulator in my ...
0
votes
0answers
12 views
using LDAP url in JBOSS oracle-ds.xml
Our oracle servers are migrating to LDAP. I use JBOSS connection pooling in my application which looks like
<local-tx-datasource>
<jndi-name>OracleDB</jndi-name>
...
0
votes
1answer
31 views
Connection refused to LDAP (Java)
I am connecting to LDAP, which is working fine. However, I need to change the value of one attribute. I am able to read the current value, but I can't modify the value. This is my code:
I have tried ...
0
votes
1answer
16 views
i have this wsdl to call web service through soap usinng wsdl but this wsdl is showing some validation error
definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns="urn:oasis:names:tc:DSML:2:0:core"
...
0
votes
0answers
25 views
LDAP Query members of nested groups
first of all, my LDAP structure looks like this:
o MasterGroup (local group)
o SubGroupA (universal group)
- JohnDoe (user)
- JaneDoe (user)
o SubGroupB (universal ...
-1
votes
0answers
20 views
ldap authentication failed not returnin success message
package com.ecom.data.access.controller;
import java.util.Hashtable;
import javax.naming.AuthenticationException;
import javax.naming.Context;
import javax.naming.NamingEnumeration;
import ...
-1
votes
0answers
13 views
LDAP authentication is not happening for ssh users [closed]
I am trying LDAP authentication for user logged in to CentOS.
I have changed binddn and bindpw in /etc/ldap.conf for PAM to bind with LDAP to authenticate user.
ie) When a user is trying to ssh pam ...
-1
votes
0answers
10 views
Very New CentOS 5 installation has suddenly slowed down [closed]
I have just installed CentOS 5.9 on a machine. At first, bootup and GUI response times were very fast (since it is a new computer).
However, after doing only very few etups on it, the bootup and ...
-1
votes
1answer
22 views
LDAP Query to populate all administrators [closed]
I am looking for an ldap query that will populate all users with administrator privileges.
Thanks so much you geniuses out there!
0
votes
0answers
15 views
slapd :automount : ldap_add: Invalid syntax (21)
I want to use ldap to automount the user's home and the nfs. I followed the tuto: http://uid.free.fr/Ldap/ldap.html to configure ldap and automount.
I have a syntax error when trying to add this file ...
0
votes
1answer
32 views
Why does VBScript fail with a “Type mismatch" error?
I am experiencing difficulty with the following VBS
set conn = createobject("ADODB.Connection")
Conn.Provider = "ADsDSOObject"
Conn.Open "ADs Provider"
strQueryDL = ...
0
votes
2answers
29 views
worklight server authentication with Ldap
I want to authenticate users using ApacheDS LDAP and then integrate it with my worklight server(liberty profile).
For that i modified server.xml with the following code after http endpoint element.
...
1
vote
0answers
23 views
How do I implement a custom UserDetails object when authenticating against Active Directory via LDAP in Spring Security?
As in my previous questions, I continue to wade through the murky waters of integrating Spring Security into an existing application, which must ultimately authenticate against Active Directory via ...
0
votes
1answer
16 views
Obtaining a list of direct reports from the current user
I have checked the two other threads and even used code from one but it never populates a list. When I open up Active Directory Users and Computers and go to my Manager under Organization I see his ...
0
votes
1answer
21 views
How to find manager of department
I'm working with Active Directory currently. I am able to pull a list of everyone who works in a department, but I am not sure how to tell which one is the manager.
public void MemberOf(string ...
0
votes
1answer
22 views
Spring Security. How get LDAP user attributes?
Authentication is working correctly.
I try to get LDAP user attributes using "search" metod of LdapTemplate.
My spring-security.xml:
<beans:beans ...
0
votes
0answers
8 views
What is the format for the cred parameter for ldap_sasl_bind_s?
When using ldap_sasl_bind_s with a Kerberos credential file (/tmp/krb5cc_id), what do you use for the ber value? Is it the name of the file? Is it the contents of the file?
For example (this ...
0
votes
1answer
32 views
Kerberos kpasswd not working after integrated with ldap?
I configured LDAP with kerberos authentication in my machine. After configured this , I cannot change password using kpasswd.
My krb5.conf file.
...
0
votes
0answers
13 views
search queries on Active Directory and OpenLDAP
How do I search for users, groups, ou in OpenLDAP
For example I have used following filter for Active directory, but its not working for openLDAP.
...
0
votes
0answers
15 views
.NET to LDAP connection, error (0x8000500c)
I'm trying to connect from a .NET webservice to LDAP active directory (LDAP v2 protocol) here is the simple code:
directoryserver = "192.168.33.105:333";
baseDN = ...
1
vote
2answers
38 views
Query Active Directory and Export using VBScript/WSH
I want to query a AD server to get certain fields using VBScript or WSH script
These fields
DN
userid
mail
company
displayName
And export/output the fields to a text file.
How ...
3
votes
2answers
21 views
PHP LDAP connection using URL
I have a problem while trying to connect from an Ubuntu server with PHP5 to a LDAP server using URL('ldap://hostname/').
The code works fine when I'm not using the URL format ($server = 'hostname').
...
0
votes
1answer
13 views
LDAP Fault-tolerance configuration (e.g SunOne)
LDAP Fault-tolerance configuration (e.g SunOne):
Does anyboby know how to configuration "Fault-tolerance" for LDAP, e.g SunOne LDAP.
I search via google without any userful result?
Thanks
1
vote
0answers
8 views
Active directory error when trying to getAttributes with objectGUID - Couldn't perform DN to Data source mapping
we are having some problem with active directory from java ldap, we first create an LdapContext and then try to bind with objectGUID like that:
...
0
votes
1answer
38 views
What's the difference between generic LDAP and integrated Windows authentication?
One of our customer will switch the authentication from LDAP to integrated Windows authentication(IWA). But I don't know exactly what the differences are between them in a programmer's view. How does ...
0
votes
1answer
17 views
TFS Java SDK - Oauth credentials
I have tfs server and I expose nice interface for the users login and perform operations on the TFS Server.
The tfs sdk requires me to write the username and password as plain text, I get the ...
0
votes
0answers
13 views
Custom ADMembership Provider with Trusted Domain - SharePoint 2010 Claims [closed]
Does any here came across building ADMembership Provider for SharePoint 2010 Claims Based that support authentication over trusted domain? The current out of the box AD Membership and LDAP Membership ...
0
votes
1answer
40 views
Coldfusion cfldap: List all members of a list of AD OU groups
We have a list of OU groups that a subset of our users belong to. Some users belong to multiple OU groups.
Is it possible to use cfldap to return all users who belong to one or more of this list of ...
0
votes
0answers
30 views
VBA get object type and library for LDAP
does anyone know a way simmilar to TypeName() to get the name of the object? For example:
Dim obj
Set obj = GetObject("ADODB.Connection")
Debug.Print ObjectType(obj)
I would like this to print out ...
0
votes
1answer
27 views
how to get Spring LDAP user details on jsp without using scriplets
I have used LDAP authentication using spring and it is working.
Now I want to show the details of authenticated user on jsp page without using scriplets. User details should be picked from http ...
2
votes
4answers
53 views
LDAP Server for development purposes on Windows 8
I need to test connectivity to LDAP from my application. I need something that I can easy install (preferred to be xcopy).
Years ago I was using Active Directory Application Mode (ADAM) for this ...
0
votes
0answers
7 views
Add custom attributes to apacheds directory studio
I am working on basic application for inserting records in apacheds directory studio (LDAP). I have followed this example it is working fine. Now I want to add custom attributes according to my ...
0
votes
0answers
28 views
Unable to install LDAP modules into Node.js using npm install
I am using Node.js for my application, and I'm quite new to it.
I have a case of acquiring credentials of users from an LDAP server, for which I have found enough modules in NPM registry. But none of ...
1
vote
1answer
36 views
Ubuntu: LDAP Invalid Credentials
I posted this question after tried solutions from google and stackoverflow. I am using ubuntu 12.04.
I installed ldap and slapd in my machine. On installation , it prompted for admin password.
...
1
vote
1answer
36 views
Worklight Console protection using LDAP
I'm able to protect Worklight console with an user inside worklight.properties file (on Liberty or WAS environment).
How can I protect console with a LDAP user (outside of the worklight.properties ...
0
votes
2answers
25 views
LDAP search not finding entries in child OUs
Say you have an LDAP with the following structure:
dc=corp,dc=com
|--dc=security
|--ou=users
|--ou=corporate
| |--ou=it
| |--it-user1
| |--it-user2
|--user1
...
1
vote
1answer
63 views
How to authenticate against Active Directory via LDAP over TLS?
I have a working proof-of-concept application which can successfully authenticate against Active Directory via LDAP on a test server, but the production application will have to do so over TLS -- the ...
2
votes
2answers
37 views
Assign unique UID value dynamically based upon 3 character of sn and givenname
How to check whether the UID are present already.if it is present increment one value for the new user with 3 letters of first name and last name .if UId are not present Assign the value of UID ...
0
votes
0answers
23 views
Openldap - MySQL | Issue with displaying list of users from same domain
We have configured an openldap server with mysql as the backend. It is working fine as well.
We have a scenario where we feel it is not behaving the way it is required.
We have multiple domains ...
0
votes
1answer
28 views
Import Data in LDAP server
I have to create a LDAP server which gets user information from application(say APP01) and send to another application(say APP2).
I have created a OpenLDAP server and installed JXplorer and created ...
0
votes
0answers
24 views
Active Directory: Map a domain user with a username from ForeignSecurityPrinciple group and check if user is part of another specific group
I have this problem: we try to authenticate a user against an Active Directory that uses ForeignSecurityPrinciple to map users from different domains.
We have several groups that are stored inside a ...
0
votes
1answer
42 views
BitNami GitLab Stack 5.1.0-2 rewrites gitlab.yml after reboot
I am trying configure BitNami GitLab Stack 5.1.0-2 with LDAP
Then ran into problem
Could not authorize you from Ldap because “Server 192.168.133.100 refused connection on port 389”.
where ...
1
vote
0answers
37 views
ldap_set_option() is not setting the option “LDAP_OPT_SSL”
I have a windows application that is trying to connect to ldap server running on secured port 10636.
Here's the source:
#include "windows.h"
#include "ntldap.h"
#include "winldap.h"
#include ...
0
votes
1answer
41 views
Easiest way to use LDAP in Java (Eclipse)
I'm currently working on a small project where I have to use LDAP in Eclipse (for Active-Directory access). I want to get the Usernames, create a new user, delete a user...
I actually never worked ...
0
votes
0answers
44 views
LDAP server users details
I am working windows authentication. I need to get user information from LDAP server, my code is:
PrincipalContext context = new PrincipalContext(ContextType.Domain, ...


