Hi all,
Anyone out there have significant experience using the PHP/ldap
interface? It appears to me that it's missing some important
functionality, but I might just not be seeing how to do it.
I have a user-management application which needs to manage an openLDAP
user base of several thousand us
On Fri, 18 Jan 2002, Juni Adi wrote:
>
> Ok, I'm now in the middle of installing it from
> source code. But I'm not sure where the path to
> apache and mysql source code to fill in :
> ./configure --with
> apache=/path/to/apache_source_code --with
> mysql=/path/to/mysql_source_code
>
> I 'm eve
Justin,
If your PHP script is placing the files there, they are owned by the 'web'
user. The web user doesn't have permission to change the file ownership
to you, but for your purposes all you should need to do is change the file
permissions in your PHP script after the file is uploaded:
chmod(
3 matches
Mail list logo