-
Is it possible to compile fscrypt without libpam for systems that do not support it?
-
The session is not started using PAM currently, instead using "docker exec." Using PAM will correctly mount any libpam_mount volumes on connect, for example.
The problem is that this will require …
-
Support RADIUS and/or TACACS+ for system login using packaged PAM modules:
* [libpam-tacplus](https://packages.debian.org/stretch/libpam-tacplus)
* [libpam-radius-auth](https://packages.debian.org…
-
The possible return values as they can be used in the PAM stack configuration are not documented elsewhere than in the header file. The info should be added to the pam.d manual page.
-
Upgrade Samba on all hosts. Install where it is missing.
```
add-apt-repository ppa:9v-shaun-42/samba4
apt-get update && apt-get dist-upgrade --yes
apt-get install samba smbclient ldb-tools samb…
-
Just putting this here as a reminder (doesn't affect Debian stable, so not a real issue yet).
The `auth` role wants to install the [libpam-cracklib](https://packages.debian.org/bullseye/libpam-crac…
-
Hi,
We have some use cases where, instead of passing a "regular" password, we pass an auth token to pam and then use `pam_exec` to validate the token. These tokens can be larger than 512 bytes. 800…
-
Hello,
I am building a custom installation, and I don't have any root access.
I have built libpam successfully, with local prefix, using `meson setup -Dprefix=/home/myuser/.local build`.
However,…
-
I cannot, for the live of me, get howdy to install. I have tried using the method in #265, where I install the .deb manually, to no avail. Here is the error I'm getting:
````
Reading package lists…
-
Hi
I know issue about crash when run as non root users is known. But do you have any clue where it happen in libpam? I'm facing the same issue and I willing to fix it, if the issue in libpam is not…
jvanz updated
7 years ago