OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   12-Mar-2003 16:08:23
  Branch: HEAD                             Handle: 2003031215082200

  Modified files:
    openpkg-src/sasl        rc.sasl sasl.spec saslauthd.conf

  Log:
    polishing, correct sysconfdir

  Summary:
    Revision    Changes     Path
    1.5         +5  -1      openpkg-src/sasl/rc.sasl
    1.62        +1  -0      openpkg-src/sasl/sasl.spec
    1.3         +1  -1      openpkg-src/sasl/saslauthd.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sasl/rc.sasl
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 rc.sasl
  --- openpkg-src/sasl/rc.sasl  12 Mar 2003 14:53:50 -0000      1.4
  +++ openpkg-src/sasl/rc.sasl  12 Mar 2003 15:08:22 -0000      1.5
  @@ -5,7 +5,11 @@
   
   %config
       sasl_enable="yes"
  -    sasl_authmech="@l_authmech@"
  +    sasl_authmech="@authmech@"
  +    #sasl_authmech="sasldb"
  +    #sasl_authmech="rimap -O remote.imap.server"
  +    #sasl_authmech="pam"
  +    #sasl_authmech="ldap"
       sasl_threads="2"
   
   %start -p 200 -u @l_susr@
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sasl/sasl.spec
  ============================================================================
  $ cvs diff -u -r1.61 -r1.62 sasl.spec
  --- openpkg-src/sasl/sasl.spec        12 Mar 2003 14:53:50 -0000      1.61
  +++ openpkg-src/sasl/sasl.spec        12 Mar 2003 15:08:22 -0000      1.62
  @@ -124,6 +124,7 @@
       LIBS="$libs" \
       ./configure \
           --prefix=%{l_prefix} \
  +        --sysconfdir="%{l_prefix}/etc/sasl" \
           --with-plugindir=%{l_prefix}/lib/sasl \
           --with-saslauthd=%{l_prefix}/var/sasl/saslauthd \
           --with-dbpath=%{l_prefix}/var/sasl/sasldb \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sasl/saslauthd.conf
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 saslauthd.conf
  --- openpkg-src/sasl/saslauthd.conf   12 Mar 2003 14:53:50 -0000      1.2
  +++ openpkg-src/sasl/saslauthd.conf   12 Mar 2003 15:08:22 -0000      1.3
  @@ -28,7 +28,7 @@
   #ldap_scope: sub
   
   # starting point for a search
  -#ldap_search_base:
  +ldap_search_base: MUST-SPECIFY
   
   # authenticate against LDAP (bind|custom|fastbind)
   ldap_auth_method: bind
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to