about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-06-30T22·02+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-06-30T22·02+0100
commitfa4eb2c61ba7c146cba4631631507c99fe43c9ce (patch)
tree5dcbbaa3c6df827c57db0e4472d72c60ee761152 /nixos
parenta276eddf54b1f00922b7b03e9c788b12b3b2a527 (diff)
Remove auth from Bitlbee
I'm having trouble getting PAM auth to work, so I'm temporarily disabling it.

TIL that I can use the following to verify that PAM is properly setup for a
program (e.g. `bitlbee`).

```
pamtester -v bitlbee $(whoami) authenticate
```

...but despite this succeeding, I still cannot use the `identify` command in
`bitlbee` to successfully authenticate. It just tells me "Incorrect password"
even though I'm providing it the same password that I type when doing the
`pamtester` command from above.

Computers!
Diffstat (limited to 'nixos')
-rw-r--r--nixos/socrates/configuration.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix
index 24013e4145ab..f48c4cf01db3 100644
--- a/nixos/socrates/configuration.nix
+++ b/nixos/socrates/configuration.nix
@@ -100,7 +100,6 @@ in {
   nixpkgs.config.bitlbee.enableLibPurple = true;
   services.bitlbee = {
     interface = "0.0.0.0";
-    authBackend = "pam";
     authMode = "Registered";
     enable = true;
     libpurple_plugins = [