Julian Huhn
Julian Huhn
+1, and perhaps provide a way to choose where to save the file.
> This is not true for public MUCs right? Right. > While for private ones and 1:1 there's a certain inherited trust. Yes, but possible bandwidth and storage problems remain....
### Summary I can reproduce the error already at the first prompt for a password. ### Steps To Reproduce ``` $ gopass init --crypto age [...] No existing age identities...
``` $ cat .kshrc [...] export GPG_TTY=$(tty) [..] $ env [...] GPG_TTY=/dev/ttyp2 [...] $ gopass init --crypto age 🍭 Initializing a new password store ... 🔑 Searching for usable private...
The [docs](https://docs.ejabberd.im/admin/configuration/modules/#mod-shared-roster-ldap) show `ldap_uids` as a valid option for `mod_shared_roster_ldap`. Anyway, there seems something broken. If I set `ldap_userjidattr` as `mail` attribute of my ldap tree, then `ldap_userdesc` gets ignored.
Many thanks for the clarification, @badlop. As a workaround I have now set `ldap_userjidattr` and try to set the common name/display name with `ldap_userdesc`. Unfortunately this does not work either...
@badlop, @prefiks: Do you have any feedback on the bug I described in my last message? `ldap_userdesc` has no effect if `ldap_userjidattr` is set.
Reproducible with `ejabberd 23.10-1`.
Reproducible with `ejabberd 24.02`.
``` $ go build go: downloading modernc.org/sqlite v1.28.0 go: downloading modernc.org/libc v1.29.0 go: downloading modernc.org/mathutil v1.6.0 go: downloading modernc.org/memory v1.7.2 # github.com/charmbracelet/mods ./main.go:373:11: undefined: newUserError $ go install github.com/charmbracelet/mods@libc go:...