From fa7f3824885307f42f9bc3a4eb9c85d9eadad043 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 1 May 2006 22:43:09 +0000 Subject: [PATCH] * set LDAP pavian's actions to enable/disable LDAP and LDAPAUTH --- pkgsel/ldap-no.conf | 20 ++++++++++++++++++++ pkgsel/ldap.conf | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 pkgsel/ldap-no.conf create mode 100644 pkgsel/ldap.conf diff --git a/pkgsel/ldap-no.conf b/pkgsel/ldap-no.conf new file mode 100644 index 0000000..8738f2a --- /dev/null +++ b/pkgsel/ldap-no.conf @@ -0,0 +1,20 @@ +# --- T2-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# T2 SDE: target/pavian/pkgsel/ldap-no.conf +# Copyright (C) 2006 The T2 SDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- T2-COPYRIGHT-NOTE-END --- + +for x in LDAP=0 LDAPAUTH=0 \ + ; do + + eval SDECFGSET_TRG_MNEMOSYNE_$x + const SDECFG_TRG_MNEMOSYNE_${x/=/ } +done diff --git a/pkgsel/ldap.conf b/pkgsel/ldap.conf new file mode 100644 index 0000000..2615e32 --- /dev/null +++ b/pkgsel/ldap.conf @@ -0,0 +1,20 @@ +# --- T2-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# T2 SDE: target/pavian/pkgsel/ldap.conf +# Copyright (C) 2006 The T2 SDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- T2-COPYRIGHT-NOTE-END --- + +for x in LDAP=1 LDAPAUTH=1 \ + ; do + + eval SDECFGSET_TRG_MNEMOSYNE_$x + const SDECFG_TRG_MNEMOSYNE_${x/=/ } +done