Questions tagged as 'openldap'

1
answer

How to connect a script made in PHP LDAP with Windows AD using SSL connection?

I have the PHP code in LDAP to change password in Active Directory: <?php $usuario="xxx"; $senha_atual="0000"; $senha_nova="11111"; $pessoas="casa.cafe.br"; $servidor="1.1.1.1"; $porta=389; $portas=636; $base="CN=$usuario,CN=Users,DC=casa,...
asked by 05.05.2017 / 18:44
1
answer

Python, ldap3 and Apache Directory Studio

I have a local LDAP server created in Apache Directory Studio, running on port 10389. When I connect using php, I can do searches normally, but when I try to connect using the ldap3 module in Python, I can not do Bind on the server. The answe...
asked by 14.08.2017 / 13:38
0
answers

PAM Service - External Authentication via LDAP

Hello everyone, I need help, My application runs using a domain user and I need to access it through a webservice using this LDAP AD user on linux, for this I am using PAM Service, I created the appauth file inside /etc/pam.de I did the follo...
asked by 18.07.2018 / 04:25
0
answers

C # search the Office field in LDAP

Good afternoon, I need a great help, I have a DAP access authentication, it is working correctly, validating username and password. However, I need a DAP field returned, this field is the "office", where we store information about the user's enr...
asked by 21.03.2018 / 19:00
0
answers

Connect LDAP in symfony manual

Hello, I'm trying to login with LDAP connection, in symfony 1.4. I exploded the connection variables, ldap_connect and ldap_bind and they return True, however I can not redirect the user into my system: if ($request->isMethod('post')) {...
asked by 20.08.2015 / 15:10
1
answer

Error in libpython, installing Trac, running with apache 2.4

I'm installing Trac with Apche2.4 mod_python, but when I start the service the following error appears: [:error] [pid 7937:tid 140094741256064] python_init: Python version mismatch, expected '2.7.5+', found '2.7.9'. [:error] [pid 7937:tid 14...
asked by 22.03.2016 / 19:22
1
answer

Verify that a user belongs to an LDAP + PHP group

I would like to know if it is possible to check directly in the AD, if a user belongs to a particular group, to validate it as admin or not. I'm doing it this way: /* * $this->status status da conexão * $this->ds identific...
asked by 21.07.2014 / 18:53
1
answer

Doubt about the LDAP connection + php

I'm creating a class for LDAP authentication to integrate with intranet apps, such as protocol generator, etc. 1 - After you have done ldap_bind() and connect the user, is there any persistence of this authentication? Is there a need...
asked by 16.07.2014 / 17:43
0
answers

How to assign permissions to users in OpenLDAP?

I have a user (not an administrator) in OpenLDAP and I want to give you permission to change your information and password, how can I do this using phpLDAPadmin?     
asked by 02.06.2017 / 15:54