mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
document how to test LDAP/AD behavior
This commit is contained in:
parent
9a036b1dfe
commit
c59b5a7a6e
@ -142,6 +142,9 @@ class Photo
|
|||||||
'contact_id' => $this->contact['id'],
|
'contact_id' => $this->contact['id'],
|
||||||
]));
|
]));
|
||||||
}
|
}
|
||||||
|
// to test/debug behavior for accounts in LDAP or AD uncomment the following line
|
||||||
|
//if ($path[0] === '/') $path = file_get_contents(Api\Vfs::PREFIX.$path);
|
||||||
|
|
||||||
// if we got photo, we have to create a temp. file to share
|
// if we got photo, we have to create a temp. file to share
|
||||||
if ($path[0] !== '/')
|
if ($path[0] !== '/')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user