Most voted "openldap" questions
Openldap is open source software that implements the LDAP protocol. It is a directory service based on the X.500 standard..
Learn more…10 questions
Sort by count of
-
4
votes1
answer1542
viewsHow to connect a script made in PHP LDAP with Windows AD using SSL connection?
I have the code in PHP 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;…
-
2
votes1
answer152
viewsPython, 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 Python’s ldap3 module, I…
-
2
votes0
answers22
viewsPAM Service - External LDAP authentication
Hello folks I need help, My application runs using a domain user and I need to access it through a webservice using this AD user with LDAP on linux, for this I am using PAM Service, I created the…
-
1
votes1
answer2034
viewsCheck if a user belongs to an LDAP+PHP group
I wonder if it is possible to check directly in AD, if a user belongs to a certain group, to validate it as admin or not. I’m doing it this way: /* * $this->status status da conexão *…
-
1
votes0
answers40
viewsConnect LDAP to manual symfony
Hi, I’m trying to log in with an LDAP connection on symfony 1.4. I blew the connection variables, ldap_connect and ldap_bind and they return me True, but I can’t redirect the user into my system: if…
-
1
votes1
answer40
viewsError in libpython, installing Trac, running 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…
-
0
votes1
answer563
viewsDoubt about the LDAP + php connection
I am creating a class for LDAP authentication to integrate with intranet apps, as protocol generator, etc. 1- After effecting the ldap_bind() and connect the user, is there any persistence of this…
-
0
votes0
answers161
views -
0
votes0
answers47
viewsCheck if one or more server(s) AD is(not) active(s)
It is possible, through Javascript, to verify that an AD server is active? In my company there are 4 servers and I would like to know which is active to make an authentication via AD.
-
0
votes0
answers33
viewsHow do I use LDAP to remove users' access in java or oracle Procedure?
I maintain the company’s personnel system and need to implement a routine that when the employee is retired or fired, he loses access to the network folders. There is a server LDAP that controls…