-
Yes.
2009-07-30 08:58:29 UTC in PHP LDAP class for Active Directory
-
In this case, there is a little bug.
Here the solution
replace:
$container="OU=".implode(",OU=",$attributes["container"]);
with:
$container=(sizeof($attributes["container"])>0)?", OU=".implode(",OU=",$attributes["container"]):'';
and replace next line with...
2009-07-13 10:38:34 UTC in PHP LDAP class for Active Directory
-
Hi,
I'm trying to create a new group using group_create($attributes):
$attributes = array(
'group_name' => 'mygroup',
'container' => array(
'Groups',
'User Accounts'
) ,
'description' => 'my new group'
);...
2009-07-09 07:58:40 UTC in PHP LDAP class for Active Directory
-
vittore registered the Moodle presubscribe project.
2007-03-30 15:05:09 UTC in Moodle presubscribe
-
Hi,
the project edubbws is no longer developer. phpBB has now a similar functionality that do the same.
So if you want you can remove edubbws from SF project.
If this is not possible may you remove me from administration of project?
bye
v.
2007-03-29 10:38:21 UTC in SourceForge.net
-
vittore committed patchset 9 of module breezle to the Breezle CVS repository, changing 1 files.
2006-05-17 08:27:46 UTC in Breezle
-
vittore committed patchset 8 of module breezle to the Breezle CVS repository, changing 1 files.
2006-05-17 08:26:47 UTC in Breezle
-
vittore committed patchset 7 of module breezle to the Breezle CVS repository, changing 1 files.
2006-05-17 08:16:24 UTC in Breezle
-
vittore committed patchset 6 of module breezle to the Breezle CVS repository, changing 1 files.
2006-05-17 08:14:28 UTC in Breezle
-
vittore committed patchset 54 of module dpss to the dpss CVS repository, changing 1 files.
2006-03-28 10:37:40 UTC in dpss