oidentd is a runtime option: update doc & script
This commit is contained in:
parent
65406960aa
commit
843cf3738e
14
README
14
README
@ -35,18 +35,18 @@ I. INSTALLATION
|
|||||||
Just issue:
|
Just issue:
|
||||||
|
|
||||||
From bip-X.Y.Z.tar.gz package:
|
From bip-X.Y.Z.tar.gz package:
|
||||||
# ./configure --enable-oidentd && make
|
# ./configure && make
|
||||||
|
|
||||||
From repository:
|
From repository:
|
||||||
# autoreconf -i -Wall
|
# autoreconf -i -Wall
|
||||||
# ./configure --enable-maintainer-mode --enable-oidentd && make
|
# ./configure --enable-maintainer-mode && make
|
||||||
|
|
||||||
If openssl and its developement files are installed, bip should build with
|
If openssl and its developement files are installed, bip should build with
|
||||||
SSL support. After a successful build the bip binary can be found in
|
SSL support. After a successful build the bip binary can be found in
|
||||||
./src/bip.
|
./src/bip.
|
||||||
|
|
||||||
By default, "-Werror" is used. If you encounter warnings, you could try:
|
By default, "-Werror" is used. If you encounter warnings, you could try:
|
||||||
# CFLAGS="-Wno-error" ./configure --enable-oidentd && make
|
# CFLAGS="-Wno-error" ./configure && make
|
||||||
|
|
||||||
|
|
||||||
II. CONFIGURATION
|
II. CONFIGURATION
|
||||||
@ -190,10 +190,10 @@ IV. USING BIP
|
|||||||
a default_username set to "myuser", he would appear as ~myuser@yourhost,
|
a default_username set to "myuser", he would appear as ~myuser@yourhost,
|
||||||
which may be sufficient for most networks.
|
which may be sufficient for most networks.
|
||||||
|
|
||||||
If the network you're on is a bit more requiring, you can set up an
|
If the network you're on is a bit more demanding, you can set up an
|
||||||
oidentd server on your host, and (if not already) compile bip with
|
oidentd server on your host, and enable oidentd spoofing support
|
||||||
oidentd spoofing support (--enable-oidentd option of the configure
|
('write_oidentd = true;' option in bip configuration file). Let's
|
||||||
script). Let's say bip is the system user running bip, you should add to
|
say bip is the system user running bip, you should add to
|
||||||
your /etc/oidentd.conf :
|
your /etc/oidentd.conf :
|
||||||
|
|
||||||
user "bip" {
|
user "bip" {
|
||||||
|
@ -25,7 +25,7 @@ make_distcheck() {
|
|||||||
# prepare sources
|
# prepare sources
|
||||||
autoreconf -i -Wall
|
autoreconf -i -Wall
|
||||||
# Create makefile, use all possible options
|
# Create makefile, use all possible options
|
||||||
./configure --enable-oidentd
|
./configure
|
||||||
# run distcheck
|
# run distcheck
|
||||||
if ! make ${MAKEOPTS} distcheck; then
|
if ! make ${MAKEOPTS} distcheck; then
|
||||||
echo "'make distcheck' fails, please try again." >&2
|
echo "'make distcheck' fails, please try again." >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user