Search Criteria
Package Details: intune-portal-bin 1.2405.17-1
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.002679 |
First Submitted: | 2023-10-10 20:51 (UTC) |
Last Updated: | 2024-09-27 14:11 (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)
- msalsdk-dbusclient (msalsdk-dbusclient-binAUR)
- sqlite (sqlite-fossilAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
Latest Comments
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.