Lightweight Directory Access Protocol, an application protocol for reading and editing directories over an IP network.

learn more… | top users | synonyms

0
votes
0answers
13 views

Sentry 2 with ldap

I am new at Laravel 4 and I am moving my projects codeigniter to Laravel. I tought to use cartalyst sentry2 for user authentication and authorization. Its working with mysql, its ok but i wanna auth ...
0
votes
0answers
4 views

LDAP authenticated user gets deleted from the group created in sonar every fresh login to sonar

Authentication for Sonar (3.5.1) with LDAP plugin (1.3-SNAPSHOT) is working fine. But the authorization for projects is not working with groups. From the Admin user i am able to map the LDAP user to ...
0
votes
0answers
11 views

how to authenticate a user in Ldap using password

package com.ecom.data.access.controller; import java.util.ArrayList; import java.util.Hashtable; import java.util.List; import javax.naming.Context; import javax.naming.NamingEnumeration; import ...
-1
votes
0answers
7 views

Group Emails on Lion OS X Server [closed]

I am having trouble creating group emails on the Lion OS X Server. E.g. I send an email to [email protected] The email is forwarded to all the user emails in that group "full-timers" I ...
0
votes
1answer
13 views

adding user to LDAP through java application causes group search

I have a spring application that adds users to slapd. the users are added and associated to a group. the application is modularized and different modules have the ability to create a user to be added ...
0
votes
1answer
15 views

How to do a search-by-DN using Net::LDAP

I want to check if a given DN exists in the LDAP directory, using Perl and Net::LDAP. So, I figured I'd do something like this: my $dn = 'uid=foo,ou=bar,ou=baz'; $ldap->search(base => $dn, ...
0
votes
0answers
9 views

Exposing user details stored in Oracle DB to an LDAP server

We currently have a very large, custom built user database (Oracle DB) that we'd like to expose using standard technologies, specifically LDAP, to allow application that we don't manage to ...
-1
votes
2answers
10 views

Kerberos with LDAP Installation [closed]

i wanted to install openldap with kerberos when i try this command : "/etc/init.d/krb5-kdc start" i got error : krb5kdc: cannot initialize realm EXAMPLE.COM - see log file for details log file : ...
0
votes
1answer
20 views

implementing single sign on using LDAP

We want to develop application for customer which uses LDAP for authentication makes it use for single sign on (SSO) technique.We are very beginner about this topic. What we think about LDAP upto now ...
1
vote
2answers
19 views

.net web service to validate LDAP credentials using SSL

So I'm new to the whole .net thing here, but basically what I want to do is write a web service that will take a SOAP request with user's name and password and check them against an ldap server to ...
0
votes
0answers
30 views

Null pointer exception using Spring ldap

I'm trying to access some datas in a Ldap directory. To do so, I use Spring Ldap. I found out recently there is a magical way to use it, aka the DirContextAdapter. However, when I could browse the ...
0
votes
1answer
16 views

How to do unindexed searches in OpenLDAP

I am trying to run a search on openldap database with a filter that consist of unindexed attributes but it is failing and not returning any result. When I check the openldap debug logs, I can see the ...
0
votes
1answer
32 views

Add two ldap attributes with the same name

I would like to recreate the following ldiff using java: DN: name=myName,ef=X2,ou=OuControls,o=Test,c=DE objectClass: top objectClass: myComponent name: myName The problem ist that I can't specify ...
1
vote
1answer
38 views

Grails Spring Security & LDAP Auth Failure

ISSUE: Grails ADMIN logs in via LDAP but no other account does. System = Win 7, grails 2.2.1, Active Dir lightweight I have created a simple grails default application, installed the latest grails ...
0
votes
0answers
11 views

LDAP can't bind to server after turn on LDAP Server Signing Requirements

As the title, any solution for it? I used PHP function ldap_bind($server, $username, $password) to bind the ldap server, if the signing requirement is 'none', it's working, but if changed to ...

1 2 3 4 5 205
15 30 50 per page