Questions tagged [ldapconnection]

The LdapConnection class creates a TCP/IP or UDP LDAP connection to Microsoft Active Directory Domain Services or an LDAP server.

105 questions
1
vote
1 answer

How can i manage dynamic variables in ldap_bind()'s parameters?

I'm trying to learn PHP and i'm doing my first login connection page to my Active Directory, i've already done those two pages: form.php:

Votre login :

1
vote
1 answer

Using the ldap.yml in Ldap_devise_authenticatable gem

I am trying to use ldap_devise_authenticatable in my rails app. I am referring to https://github.com/cschiewek/devise_ldap_authenticatable and http://random-rails.blogspot.com/2010/07/ldap-authentication-with-devise.html. I am currently facing…
boddhisattva
  • 6,908
  • 11
  • 48
  • 72
1
vote
0 answers

Integrate LDAP with Activiti Explorer

I want to configure my LDAP with activiti explorer so I have followed the instructions from the user guide and i created activiti-custom-context.xml file and I did what he said but it didn't work for me and give me this error in the tomcat log …
Wassim Makni
  • 471
  • 2
  • 9
  • 21
1
vote
1 answer

Deploy php with ldap.conf

I'm using php 7 to connect to active directory using LDAP. I need to create manually a file under: C:\openLDAP\sysconf\ldap.conf and set TLS_REQCERT never. If I don't create this file ldap fails to connect. How can I deploy this to, for example,…
Docu
  • 147
  • 1
  • 15
1
vote
0 answers

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 $username='ou=users,o=example.com'; this is not working …
zod
  • 12,092
  • 24
  • 70
  • 106
1
vote
1 answer

LdapConnection port 636 connects without SSL

I have set up a Active Directory server in my virtual machine and enabled LDAP over SSL according to the following link: https://support.microsoft.com/en-us/kb/321051 I used ldp.exe to test my setting and was able to connect to port 636 and with…
ccyen
  • 33
  • 6
1
vote
1 answer

C# Connection to Oracle Identity Management LDAP Server

We are working with another company whom has a Oracle Identity Management Server setup. We are to connect to this and authenticate users based on LDAP data retried from the server. We have tried to plug into this by using an LdapConnection object…
John
  • 392
  • 3
  • 17
1
vote
3 answers

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 exhaustively Sun Directory Server. The last error…
Andres Felipe
  • 625
  • 7
  • 24
1
vote
2 answers

Codeigniter Application with LDAP Authentication

Without codeigniter i am able to use ldap_connect() but in the codeigniter project i want to use ldap connection for authenticating user with their windows username and password. Below is the code which is working perfect without codeigniter.…
1
vote
0 answers

Auto Completion with LDAP data is slow

I am using an auto completion property with a text box in C#. The values to be displayed for the suggestions are retrieved from the LDAP directory. I am using the FindAll method to retrieve the data from LDAP. After I got the…
Ajith K
  • 593
  • 6
  • 13
1
vote
0 answers

know user name based computer name

I use this code to retrive caompuetr name and other info from the user connected on access database: Sub ShowUsers(strDatabase As String) Dim cnn As New ADODB.Connection Dim rst As New ADODB.Recordset cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data…
user1579247
  • 107
  • 1
  • 6
1
vote
0 answers

Active directory C# connection check and get User detail

In Active directory, I am trying to connect to LDAP server and trying to check if user us valid or not. But the below code throws the exception error. I am not sure where i am going wrong.. Even whether the connection made is correct or not. I tried…
user3226440
  • 559
  • 1
  • 8
  • 23
1
vote
1 answer

C# ,Authentication against active directory

I am using PrincipalContext (from the System.DirectoryServices.AccountManagement namespace) for authentication in my application against Active Directory (I am using the ValidateCredentials function). The authentication works fine, when I am…
1
vote
0 answers

LDAP Authentication with Refinery CMS

I'm attempting to use devise_ldap_authenticatable with Refinery CMS. I've overriden Refinery's user model and changed its call to devise, and added in a devise initializer to configure it. The path to my LDAP config is correct in the initizlier, but…
Dave
  • 503
  • 3
  • 14
1
vote
1 answer

c# connecting to Active Directory over ssl give ldap server unavailable

I am trying to connect to active directory over ssl using .net System.DirectoryServices.Protocols namespace api Here is the snippet that I have written for connecting to active directory LdapConnection ldapConnection = new LdapConnection(new…
vishva
  • 366
  • 5
  • 17