Share

PHP LDAP class for Active Directory

Code

Programming Languages: PHP

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2009-11-27 svn co https://adldap.svn.sourceforge.net/svnroot/adldap adldap

Show:

What's happening?

  • Undefined index in function user_info for non-existent users

    If you call user_info() with a username that does not exist in the domain, you get notices of undefined indexes in variables $entries. The attached patch fixes this. Please test.

    2009-12-29 09:40:47 UTC by lourdas_v

  • Disable user account features

    Hi, I want to be able to automatically disable a user account, move it to another OU and set the **Hide from Exchange** field to TRUE. Just disabling works fine, however I can't seem to find out how to move the User to another OU and set the **Hide from Exchange** field. Anyone ?.

    2009-12-21 14:27:41 UTC by mb2o

  • Disable a User Account features

    Hi, I want to be able to automatically disable a user account, move it to another OU and set the "Hide from Exchange" field to TRUE. Just disabling works fine, however I can't seem to find out how to move a User and set the Hide from Exchange field. Anyone ?.

    2009-12-21 14:21:37 UTC by mb2o

  • Followup: RE: Not totally seamless !!

    I realise that the original post was some time ago but someone might be searching this for an answer. If you use mod _ auth _ ntlm _ winbind then the username is available to PHP in $ _ SERVER['REMOTE_USER'].

    2009-12-15 09:34:31 UTC by jeremyruffer

  • Multi DN Base.

    Hi, first of all thanks for this brilliant code. I'm using adldap to check credentials and retrieve user details, as country, town and others. I have configured the base DN to my personal one and all works correctly, but I have other users in the domain that are allocated in other base DN, they could login correctly to the page, but user details are not retrieve. I could solve this issue...

    2009-12-14 17:51:46 UTC by xterix

  • Recursive_goups loop when recursive nested group

    Hello, I think there is a problem in recursive_groups function when LDAP has a recursive nesteed loop. In this case, the recursive_groups function loops and never end trashing the web server memory until a segmentation fault arise. I have rewritten the recursive_groups function to be iterative instead of recursive and get rid of the nested looped group problem. I am not the master of PHP, so...

    2009-12-14 15:29:34 UTC by ldardini

  • Undefined index errors

    Hi, I've recently begun using adLDAP for an internal project. I usually code by projects while having PHP print all errors to the browser. However I've noticed that one specific error keeps cropping up on line 761 "Notice: Undefined index: memberof". I've fixed this in my copy by changing the line in question to "if (isset($groups[0]["memberof"]) and is\_array($groups[0]["memberof"])) {"...

    2009-12-03 14:38:29 UTC by mentalpower

  • PHP LDAP class for Active Directory

    rich2000 made 2 file-release changes.

    2009-11-27 15:11:01 UTC by rich2000

  • PHP LDAP class for Active Directory

    rich2000 made 1 file-release changes.

    2009-11-27 15:09:01 UTC by rich2000

  • PHP LDAP class for Active Directory

    rich2000 committed revision 71 to the PHP LDAP class for Active Directory SVN repository, changing 1 files.

    2009-11-27 15:06:28 UTC by rich2000

Our Numbers