Questions tagged as 'ldap'

1
answer

Connect an active directory or LDAP with PHP

I am trying to connect the active directory or LDAP of the window with an application ( GLPI ) made in PHP. Connection parameters: $ds = ldap_connect($host, $port) // me retorna verdadero @ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3)...
asked by 10.12.2018 / 21:12
0
answers

Failure in security filters with spring security

I am working on a project in Java and have a CAS, and SSO, for this I have to implement some filters in web.xml and a key ssl requirement for communication with an LDAP tree that I put in my apache2, when I run the apache tomcat, are those filte...
asked by 06.11.2018 / 22:49
0
answers

In ASP, C #, IIS, LDAP capture the user of a domain in another intranet web server

I've seen this on the internet, it looks like what I want but it has not been answered: link Similar : "Good, I have a web application made with ASP.NET and C #. The application will be deployed in an IIS 7. This application can acce...
asked by 12.10.2017 / 18:12
2
answers

Problems with LDAP_Account_Manager

I have a problem when entering the LAM server from the browser. What happens is that by accessing localhost / lam, the PHP code on the web is not executed, and it only shows me a lot of PHP code. I have executed the sudo apt-get install ld...
asked by 01.03.2017 / 13:47
0
answers

Ldap return the father looking for the son

I have a database with a series of attributes. The problem is that I have a structure in which I have a parent node and a child node. The search attributes are in the child node but I want to return the parent node. Do you know if you can do...
asked by 17.12.2018 / 12:13
0
answers

Connect yii2 with Zimbra LDAP?

I am trying to connect yii2 with the zappo LDAP using the Adldap2 plugin, I do not get any errors I have tried from the yii console and ldapcmd / import-all-users, the command is executed without any error but from the application I can not logi...
asked by 03.12.2018 / 20:18
0
answers

How to connect ldap securely with php

I have an inconvenient and it is that I am trying to connect to my AD with ldap in php in the following way ... This way it does not work for me, and that's how I should connect myself //conexion con ldaps:// $ldap_server = "ldaps://example...
asked by 12.07.2018 / 02:25
1
answer

Meteor Login against LDAP

I am developing for the first time in an Ionic + Angular + Meteor environment and I am now stuck trying to get the users to be accredited against an LDAP server. I'm using the typ: accounts-ldap package and as explained in its documentation i...
asked by 15.06.2018 / 13:54
0
answers

django with ldaps

The error that shows the logging of django_auth_ldap is as follows: It returns error:    14090086: SSL routines: SSL3_GET_SERVER_CERTIFICATE: certificate verify failed We need the system to find the certificate as it is done in linux...
asked by 16.04.2018 / 21:59
1
answer

Query with ldap filter from php

I have the following code to authenticate users from php against the ldap directory. $ldap_host = "10.1.24.3"; // nombre del host o servidor $ldap_port = 389; // puerto del LDAP en el servidor $ldap_dn = 'cn=admin,dc=p...
asked by 23.01.2018 / 15:32