Browse Source

Changed mnerva to not use kerberos (heimdal) for now

master
Alejandro Mery 16 years ago
parent
commit
6af1f6bcb5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.in

+ 1
- 1
config.in

@ -18,7 +18,7 @@
for x in VSERVER=0 SECURITY=none KERNEL='linux' LVM=1 \
PAM=1 POSIXACL=1 LDAPAUTH=1 SLAPD=1 \
MTA=qmail-ldap SAMBA=samba-ldap IMAP=1 DNS=1 \
SSP=1 NETWORK=1 KRB5=1 SASL2=1; do
SSP=1 NETWORK=1 SASL2=1; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ }

Loading…
Cancel
Save