Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 2703 → Rev 2702

/CHANGELOG
12,7 → 12,6
- Fix ignored filters assigned to the default group.
- Fix group attributes in user ticket generation.
- Fix LDAP users login without the "ldap" group created.
- Fix bad certificates chain generation when using default certificates.
 
CHANGES
- Improve script syntax
/scripts/alcasar-CA.sh
218,9 → 218,9
echo "*********SRVCERT*********" >> $DIR_TMP/openssl-log
openssl ca -config $DIR_TMP/ssl.conf -name AlcasarCA -batch -days $SRVCERT_LIFETIME -in $SRVREQ -out $SRVCERT 2>> $DIR_TMP/openssl-log
rm -f $SRVREQ
cp -f $SRVCERT $SRVCHAIN # in order to simplify the official intranet certificate import process
 
(cat $SRVKEY; echo; cat $SRVCERT) > $SRVPEM
cp -f $CACERT $SRVCHAIN
 
chmod a+r $CACERT $SRVCERT $SRVCHAIN