Amanda-Users

Auth= question

2009-06-16 13:54:03
Subject: Auth= question
From: Robert P McGraw Jr <rmcgraw AT purdue DOT edu>
To: amanda-users <amanda-users AT amanda DOT org>
Date: Tue, 16 Jun 2009 13:44:17 -0400
Below is my configure file for compiling amanda-2.6.1p1. I have compiled and installed with out error but have been having problems running amservice/amcheck.

AMANDAVERSION="amanda-2.6.1p1"
#
##
GCCVERSION="gcc-3.4.3"

./configure \
        --prefix=/local/Amanda/$AMANDAVERSION \
        --with-user=amanda \
        --with-group=operator \
        --with-gnutar=/opt/csw/bin/gtar \
        --with-gnuplot=/opt/csw/bin/gnuplot \
        --with-gnutar-listdir=/var/amanda/gnutar-lists \
        --with-includes=/opt/csw/include \
        --with-libraries=/opt/csw/lib \
        --with-index-server=zorn \
        --with-tape-server=zorn \
        --with-smbclient=/pkgs/samba/bin/smbclient \
        --with-tape-device=/dev/rmt/1bn \
        --with-changer-device=/dev/changer/1 \
        --without-ipv6 \
        --with-bsd-security \
        --with-bsdtcp-security \
        --with-bsdudp-security \
        --enable-manpage-build \
        --enable-static-binary \
        --disable-s3-device \

QUESTIONS:

In my amanda-2.5.2p1 I have only been using —with-bsd-security and auth=bsd.

For amanda-2.6.1p1:

1) Is it ok to have multiple —with-bsd*-security lines?

2) is auth=bsd valid

3) do I have to use a particular auth= or is the only requirement that the client and server use the same auth=?






--
Robert P. McGraw, Jr.
Manager, Computer System               EMAIL: rmcgraw AT purdue DOT edu
Purdue University                       ROOM: MATH-807
Department of Mathematics              PHONE: (765) 494-6055
150 N. University Street                     
West Lafayette, IN 47907-2067           

<Prev in Thread] Current Thread [Next in Thread>
  • Auth= question, Robert P McGraw Jr <=