-
Warning: ldap_search(): Partial search results returned: Sizelimit exceeded. in /root/script/ad_import/adLDAP.php on line 800
What can i do to get i right?.
2009-10-15 16:50:35 UTC in PHP LDAP class for Active Directory
-
// create a user account
if (1){
$attributes=array(
"username"=>"freds",
"logon_name"=>"freds@mydomain.local",
"firstname"=>"Fred",
"surname"=>"Smith",
"company"=>"My Company",
"department"=>"My Department"...
2009-09-18 16:41:18 UTC in PHP LDAP class for Active Directory
-
Thank you :)
Regards
Mattias W.
2009-07-07 06:21:33 UTC in PHP LDAP class for Active Directory
-
Thank you :)
Regards
Mattias W.
2009-07-06 20:01:29 UTC in PHP LDAP class for Active Directory
-
I have a question how do you group the distribution group with an email address linked to?
Regards
Mattias W.
2009-07-06 18:41:36 UTC in PHP LDAP class for Active Directory
-
Thanks work great :)
2009-05-06 11:48:01 UTC in PHP LDAP class for Active Directory
-
Give nothing error the name is importet but "Gran".
2009-05-06 08:22:22 UTC in PHP LDAP class for Active Directory
-
I have fix it know :)
2009-05-05 06:59:13 UTC in PHP LDAP class for Active Directory
-
I try to create a group but a don't know how the container are build can someone help me please.
if (1){
$attributes=array(
"group_name"=>"test",
"container"=>array("Container Parent","Container Child"),
"description"=>"test",
);
$result=$ldap->group_create($attributes);...
2009-05-04 20:17:19 UTC in PHP LDAP class for Active Directory
-
Hello
I have problem with name wit åäö i can't get it to work.
tex
$attributes=array("firstname"=>"Göran",);
$result=$ldap->user_modify("$name",$attributes);
Any ide?
Regards
Mattias W.
2009-05-04 18:55:24 UTC in PHP LDAP class for Active Directory