wk2: account management tooling
This commit is contained in:
parent
37eeeb2467
commit
f864d9c84e
34 changed files with 379 additions and 350 deletions
21
target/scripts/build/libpam-pgsql.sh
Normal file
21
target/scripts/build/libpam-pgsql.sh
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
apt install -y build-essential pkg-config m4 libtool automake autoconf libgcrypt20-dev libtool libpam0g-dev libpq-dev
|
||||
|
||||
git clone https://github.com/pam-pgsql/pam-pgsql
|
||||
cd pam-pgsql
|
||||
|
||||
autoreconf --install
|
||||
chmod +x ./configure
|
||||
./configure
|
||||
make
|
||||
|
||||
# sleep .5
|
||||
# printf "\n\n\n"
|
||||
# sleep .5
|
||||
#
|
||||
# make install
|
||||
#
|
||||
# exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue