Questions tagged [adldap]

A PHP package that provides LDAP authentication and directory management tools. It can be use with a lot of LDAP providers like Active Directory, OpenLDAP or FreeIPA.

adldap is intended to help PHP developers overcome hurdles integrating with Active Directory on Linux.

Key features:

  • User authentication
  • Group management
  • User management
  • Contact management
  • Exchange mailbox creation

Official site.

80 questions
0
votes
1 answer

Invalid argument supplied for foreach() using adldap

I am using adldap http://adldap.sourceforge.net/ And I am passing the session from page to page, and checking to make sure the username within the session is a member of a certain member group, for this example, it is the STAFF group.
Brad
  • 12,054
  • 44
  • 118
  • 187
0
votes
2 answers

php adldap error 50 inssuficient access

I'm trying to change an user password in php adldap, but it gives me this exception "error 50: inssuficient access", and it's not a permissions problems because i was able to change it from a java application.
0
votes
2 answers

How to add adLDAP as library to Laravel 4

How i can add adLDAP library to LARAVEL 4 ? http://adldap.sourceforge.net/
0
votes
2 answers

How to authenticate user without locking their account?

I'm writing an application that checks via the adLdap library if the user is logged in. But the problem is that when the user enters the wrong password, after the 4th time it will lock his account. Is there anything i can do about it? Or is this the…
Gabriel
  • 1,820
  • 2
  • 23
  • 31
-2
votes
1 answer

Check value in multidimensional array

Here is my out put array: Array ( [count] => 1 [0] => Array ( [cn] => Array ( [count] => 1 [0] => Testgroep ) [0] => cn …
Stefan
  • 5
  • 7
1 2 3 4 5
6