diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-06 18:48:38 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-06 18:48:38 +0200 |
commit | e2352d510f8282771753625cba322dbf0b0020d4 (patch) | |
tree | 2a0d02b14cc8d0b182edfc44c9029095d82befa8 /README.adoc | |
parent | fork (diff) | |
download | pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.gz pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.bz2 pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.lz pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.xz pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.zst pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.zip |
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index ab692d8..d5ba33d 100644 --- a/README.adoc +++ b/README.adoc @@ -63,6 +63,8 @@ Example Configuration: `listen` :: Listen IP address and port like `0.0.0.0:0000` +You may optionally listen on a UNIX socket by setting the JSON configuration key "network" to "unix" and "listen" to "/path/to/your.sock". You may actually listen on any network that is supported by https://pkg.go.dev/net#Listen + `pamservicename` :: PAM authentication requires service-name like `login`, `su`. You can choose existing service or create a new. Existing service can be seen typing `ls /etc/pam.d/` For more service, see http://www.linux-pam.org/Linux-PAM-html/sag-configuration-file.html |