-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
rich2000 made 2 file-release changes.
2009-11-27 15:11:01 UTC by rich2000
-
rich2000 made 1 file-release changes.
2009-11-27 15:09:01 UTC by rich2000
-
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