Browse Source

* moved Kerberos5 and SASL2 Module to Service -> Security -> Authentication Module

legacy/multilib
Alejandro Mery 19 years ago
parent
commit
d65f80d4b7
3 changed files with 22 additions and 0 deletions
  1. +4
    -0
      pkgsel/Services/Security/Authentication/krb5.ask
  2. +16
    -0
      pkgsel/Services/Security/Authentication/krb5.conf
  3. +2
    -0
      pkgsel/Services/Security/Authentication/sasl2.ask

+ 4
- 0
pkgsel/Services/Security/Authentication/krb5.ask

@ -0,0 +1,4 @@
#Description: Kerberos V
#Forced: PAM
X heimdal
X pam_krb5

+ 16
- 0
pkgsel/Services/Security/Authentication/krb5.conf

@ -0,0 +1,16 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: target/mnemosyne/pkgsel/Services/Security/krb5.conf
# Copyright (C) 2004 - 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 ---
if pkgcheck openldap X; then
SDECFGSET_PKG_HEIMDAL_LDAP=1
fi

+ 2
- 0
pkgsel/Services/Security/Authentication/sasl2.ask

@ -0,0 +1,2 @@
#Description: SASL2 Authentication
X cyrus-sasl2

Loading…
Cancel
Save