summaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-06-04 00:03:33 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-06-04 00:03:33 +0200
commitd2379c77684ac9050e477e2b3ed95928cc83d334 (patch)
tree07c78fb04611661715f660d6d1a157c9cb1e98a2 /README.adoc
parentFix degradion (diff)
downloadpamldapd-d2379c77684ac9050e477e2b3ed95928cc83d334.tar
pamldapd-d2379c77684ac9050e477e2b3ed95928cc83d334.tar.gz
pamldapd-d2379c77684ac9050e477e2b3ed95928cc83d334.tar.bz2
pamldapd-d2379c77684ac9050e477e2b3ed95928cc83d334.tar.lz
pamldapd-d2379c77684ac9050e477e2b3ed95928cc83d334.tar.xz
pamldapd-d2379c77684ac9050e477e2b3ed95928cc83d334.tar.zst
pamldapd-d2379c77684ac9050e477e2b3ed95928cc83d334.zip
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc33
1 files changed, 3 insertions, 30 deletions
diff --git a/README.adoc b/README.adoc
index 53ed9fa..ab692d8 100644
--- a/README.adoc
+++ b/README.adoc
@@ -2,22 +2,6 @@
## Getting Started
-### Requirements
-
-This guide is based on Amazon Linux
-
-. Check requirements is installed
-
- $ rpm -q git make docker
-
-. Check the Docker works without `sudo`
-
- $ docker ps
-
-. Check the free disk space (at least 2GB-3GB needed)
-
- $ df -h
-
### Download and Build
. Clone a repository
@@ -25,18 +9,7 @@ This guide is based on Amazon Linux
$ git clone https://github.com/eisin/pamldapd
$ cd pamldapd
-. Build using Docker
-
- build only x86-64:
- $ make
-
- build only i386:
- $ make i386
-
- build binaries both x86-64 and i386:
- $ make all
-
-. (Build without docker)
+. Build
$ yum install -y gcc golang pam-devel
$ go get github.com/msteinert/pam
@@ -68,11 +41,11 @@ While pamldapd uses PAM authentication, root privilege is required.
Start using configuration file, puts messages to STDOUT
- $ sudo pamldapd -c pamldapd.json
+ # pamldapd -c pamldapd.json
Start using configuration file, puts messages to a log file
- $ sudo pamldapd -c pamldapd.json -l /var/log/pamldapd.log
+ # pamldapd -c pamldapd.json -l /var/log/pamldapd.log
## Configuration