0 votes

After search a little bit on the forum, I thought I should be able to use jpegPhoto and thumbnailPhoto using Adaxes.

However, I have been unable to load a photo into the jpegPhoto attribute successfully. Any guidance on this?

by (1.2k points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

Hello,

Currently, it is impossible to load a photo into the jpegPhoto attribute via the Web Interface. In the next major version of Adaxes, we a re going to improve handling of photos in Adaxes, including the possibility to use more attributes for photos than just thumbnailPhoto.

Until the new version is available, you can update the jpegPhoto attribute using a script. For example, you can create a script that will load a photo for a user from a certain file share. Then, you can create a Custom Command that can be used in Adaxes to run the script on a particular user. If you need, we can provide you a script sample.

0

It would be awesome if auto-cropping for square headshots could be integrated, check out this powershell example: http://www.myskypelab.com/2015/02/photo ... iness.html .

That way, someone could upload whatever size photo (config permitting) and the software would attempt an auto crop and resize.

Trying to get people to crop 1:1 before uploading pictures is near impossible. ;)

Related questions

0 votes
1 answer

When we create a shared mailbox, we create an associated mail-enabled security group. In the security group I want to populate the description field with the name of the shared mailbox ... How can I get just the "name" of the shared mailbox versus the full DN?

asked Feb 4, 2021 by atnorman (120 points)
0 votes
1 answer

I've got a scheduled agent that is attempting to export data for updated employees. When an employee record is updated, we're setting the value of the LDAP custom attribute ... ") # Release resources used by the search $userResult.Dispose() return } ...

asked Oct 17, 2015 by sandramnc (870 points)
0 votes
1 answer

Hi all, I got a script that works, but is kinda finicky: $memberListProperty = "adm-CustomAttributeTextMultiValue1" try { $records = $Context.TargetObject.GetEx($memberListProperty) } ... = "fraisalan.ch" } Thank you for your help! Best regards Benjamin

asked Oct 17 by basshunter98 (20 points)
0 votes
1 answer

Pretty easy to replicate. On the Adaxes server, you can use Powershell to send to that SMTP server so we know it's not a firewall issue: $myCredential = Get- ... packet capture shows the Adaxes server doesn't issue either an EHLO or a STARTTLS command.

asked Jun 28 by ngb (290 points)
0 votes
1 answer

Code is below. But the subject says it all. When I run the command targeted in this function via the Adaxes GUI or the web interface, it runs without issue. When run using this ... = $null } } end { $admNS = $admService = $credUser = $credPwd = $null } }

asked Apr 3 by jrtolle (20 points)
3,550 questions
3,241 answers
8,235 comments
547,827 users