From d2379c77684ac9050e477e2b3ed95928cc83d334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 4 Jun 2024 00:03:33 +0200 Subject: fork --- README.adoc | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) (limited to 'README.adoc') 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 -- cgit v1.2.3