Search Criteria
Package Details: intune-portal-bin 1.2411.14-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/intune-portal-bin.git (read-only, click to copy) |
---|---|
Package Base: | intune-portal-bin |
Description: | Enroll devices in Microsoft Azure Endpoint |
Upstream URL: | http://intune.microsoft.com |
Licenses: | unknown |
Provides: | intune-portal |
Submitter: | Strit |
Maintainer: | Strit |
Last Packager: | Strit |
Votes: | 2 |
Popularity: | 0.001577 |
First Submitted: | 2023-10-10 20:51 (UTC) |
Last Updated: | 2024-12-16 07:18 (UTC) |
Dependencies (10)
- at-spi2-core (at-spi2-core-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libpwquality
- libsecret
- libsoup
- libx11 (libx11-gitAUR)
- microsoft-identity-broker (microsoft-identity-broker-binAUR)
- sqlite (sqlite-fossilAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
Latest Comments
hawara commented on 2024-12-16 00:17 (UTC)
I think it wants different webgtk now :(
/opt/microsoft/intune/bin/intune-portal: error while loading shared libraries: libwebkit2gtk-4.1.so.0: cannot open shared object file: No such file or directory
popaul commented on 2024-11-26 10:38 (UTC)
Another interesting workaround for fixing an earlier error, where after logging in, Intune prints on its window under the Microsoft logo the following error message:
Turns out it doesn't like the
noexec
mount option for the/tmp
partition. It also does not appear to followTMPDIR
set to something else./tmp
set tonoexec
is one of the CIS benchmark items. Bit of a shame the compliance tool fails to comply to the CIS benchmark.popaul commented on 2024-11-22 20:13 (UTC)
I had to downgrade openssl to 3.3.2 to get over an error displayed on the GUI. I don't know how we can re-conciliate Arch Linux & Intune requiring different versions of openssl.
Details
I had the following error printed on a windows after signing in, before checking policies:
which looked like it came from openssl: https://github.com/openssl/openssl/blob/ea5817854cf67b89c874101f209f06ae016fd333/crypto/x509/x509rset.c#L18
Using the Arch Linux archive of openssl: https://archive.archlinux.org/packages/o/openssl/ , I downgraded to 3.3.2 to get over it. 3.4.0 was made available on Arch Linux on October 23rd 2024.
Nathorr commented on 2024-04-03 07:50 (UTC) (edited on 2024-04-03 07:51 (UTC) by Nathorr)
After installing and logging in, Intune told me that my device wasn't compliant because my password requirements didn't follow organization's requirements. I got the compliant status after creating /etc/pam.d/common-password file with following:
password requisite pam_pwquality.so retry=3 dcredit=-1 ocredit=-1 ucredit=-1 lcredit=-1 minlen=8
Just FYI if someone else faces the same issue. Changing /etc/pam.d/passwd didn't have any effect.
Source: https://app2pack.blogspot.com/2022/11/intune-linux-password-custom-compliance.html
Strit commented on 2023-12-24 08:16 (UTC)
Thanks. Fixed.
Michael-Wigham commented on 2023-12-24 00:50 (UTC)
The location for pam modules should be /lib/security by default so can the pam_intune.so file be moved to that location?
The reason Ubuntu has the module in the x86_64-linux-gnu location is because Ubuntu provides multiarch system support so libs is put into /lib/i386-linux-gnu,/lib/x86_64-linux-gnu ... and dynamically linked to where they are expected using ldconfig.
Thanks.