mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +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'],
|
||||
]));
|
||||
}
|
||||
// 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 ($path[0] !== '/')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user