The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
662 views

Sun Directory Server can't connect ldap server

I'am installing ArcGisServer for the Java plataform on Centos 5.5 x86_64, this is not a supported platform but I have overcome almost every problem preventing the success of the installation. It uses ...
0
votes
2answers
332 views

Error when add use to ldap [LDAP: error code 17 - javaSerializedData: attribute type undefined]

I use this code snippets to add user to ldap **public DirContext getLDAPDirContext() throws NamingException { final Hashtable envValues = new Hashtable(); // Assign the JNDI environment ...
2
votes
1answer
57 views

connecting to LDAP server

I am a beginner with Ldap Server. I am trying to establish connection with my server using LDAP Wizard but dont know the values of the various parameters. could any body suggest the values? I am ...
1
vote
1answer
87 views

Fetch group of LDAP in liferay

I need to make a Liferay-hook, when the user logins, check in LDAP for the group. If the group is "users" do nothing especial, but if don't have any LDAP group I need to redirect to other page inside ...
1
vote
1answer
407 views

SessionOptions.SecureSocketLayer

I have a problem about a connection to an LDPS server with C# code. I'm working on Windows server 2003 SP2 and i try to connect to an LDAP server with a c# code. The framework is .net 2.0 Ther ...
1
vote
1answer
357 views

LDAP validation using email address?

I am using LDAP validation , now LDAP id am using and its working fine. I want to use email instead of ldap id. How can i add that. What will be LDAP config for this ? now this is working ...
0
votes
1answer
20 views

Identify source of LDAP (slapd) traffic appearing from localhost

We have an slapd server that has started generating many err=49 lines in /var/log/ldap for a particular service acc. err=49 is logged when the bind has failed. Through searching for the connections I ...
0
votes
1answer
110 views

ADsOpenObject password encrypted?

I'm getting some details from Active Directory via LDAP url, for this ADsOpenObject in msdn library, hRes = ADsOpenObject(pwszBindingString, pwszUSER, pwszPASS, ADS_SECURE_AUTHENTICATION,IID_IADs, ...
0
votes
1answer
224 views

How can a Java app accepts a server certificate seamlessly?

Most Web browsers that support SSL have a list of CAs whose certificates they will automatically accept. If a browser encounters a certificate whose authorizing CA is in the list, the browser will ...
0
votes
1answer
606 views

error on connecting to OpenLDAP using LdapConnection

using (LdapConnection ldap = new LdapConnection("localhost:389")) { //ldap.AuthType = AuthType.Basic; ldap.Bind(new ...
0
votes
1answer
1k views

LDAP -samba problems with setup

``I am done with setting up phpldapadmin , creating OU , CN , ... different users and i can login the ldap users from different computer Currently I am working on ldap-samba and using this ...
2
votes
0answers
293 views

LDAP authentication Support in Node js

i have installed ldapauth using npm install ldapauth and i installed ldapjs. i tried with the following code var sys = require('sys'), ldapauth = require('./ldapauth'); var scheme = 'ldap',   ...
1
vote
0answers
41 views

Using LDAP as a frontend for central login based on existing MySQL database

In my company, there is an "all purpose" application which is central and that we want to use as our central diary for users accounts and authentication. Every users and ACLs are declared in this DB ...
1
vote
0answers
45 views

Error Number in LDAP binding using ruby

I m using following code to check whether the provided parameters are correct or not for binding.. require 'rubygems' require 'net/ldap' ldap = Net::LDAP.new ldap.host = your_server_ip_address ...
1
vote
0answers
161 views

Authenticate weblogic security realm user against LDAP fails

I have installed weblogic '10.3.4.0' and created a domain business and created a user businessuser in the default security realm myrealm. The authenticator is a DefaultAuthenticator as in weblogic. ...
1
vote
0answers
328 views

JLDAP connection error or java exception?

I am getting following error is it a JLDAP problem or java problem or problem with my code ? need solution... help required LDAPException: Unable to connect to server 192.168.0.110:10,389 (91) ...
0
votes
0answers
50 views

Different behaviors between openldap and active directory rootbinddn

We have a Java based application which communicates/relies on PAM for its authentication needs. Users can be from local (shadow) or external (directory servers). The java application is run as ...
0
votes
0answers
20 views

IBM OpenLDAP, .NET DirectoryServices.Protocols, and a LoadBalancer

To put it simply.. this code works when LdapServer is the test LDAP server or directly against one of the production LDAP servers. Yet when it goes against the load balancer's IP it generates an ...
0
votes
0answers
81 views

Configuration Issue(Integrating apache httpserver with active directory through ldap protocol) in redhat6

I have read many tutorials and i tried configuring (Integrate apache http server with active directory through ldap protocol).But authentication dialog box doesnt appears.In error log,there is no ...
0
votes
0answers
117 views

error in connecting java android to openLDAP

I have installed openLDAP on my system with back end engine as LDAP. The details provided while installing it are :Port-389,IPaddress-"192.168.....", password-"secret" ...
0
votes
0answers
117 views

not able to connect to ldap using vb.net

Am using vb.net . am not able to connect to active directory using the following connection string. am passing the valid credentials for the ldap connection string .am not getting any error. but am ...
0
votes
0answers
102 views

error in ldap connection string using vb.net

i want to authendicate using Ldap.am having domain server username and password. am passing these values to function . but am getting error in the function coding . Error like "Un known user name or ...
0
votes
0answers
49 views

Handling connections manually in EJB

Is this a proper way to handle connections with EJB3.1 session beans? In this case, it's an LDAPConnection from UnboundIDs framework. Can I be sure that connections are properly closed? Do I perhaps ...
0
votes
0answers
2k views

Warning: ldap_bind(): Unable to bind to server: Invalid credentials PHP and LDAP

I'm trying to connect to an LDAP server to authenticate user credentials. I've found a few users with this same issue but their solutions did not work for me. here's what I'm using: <?php ...
0
votes
0answers
231 views

LDAP timing out using PHP unless I throttle it - EDIT: 1000 limit in ldap results

Good Morning folks, I have several scripts which talk to an enterprise LDAP ( MS Active Directory ). I'm finding that if I don't throttle my scripts with sleep() commands I get the following error: ...