Ignore:
Timestamp:
03/20/10 10:38:43 (2 years ago)
Author:
tschmitt
Message:

Adding Id and Rev property to all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/linuxmuster-client/trunk/debian/postinst

    r605 r658  
    175175         fi 
    176176 
     177  # fixing ldap.conf to ignore self signed server certificate with queries from localhost 
     178  conffile=/etc/ldap/ldap.conf 
     179  if ! grep -q "TLS_REQCERT never" $conffile &> /dev/null; then 
     180   echo "Fixing $conffile ..." 
     181   cp $conffile ${conffile}.dpkg-old 
     182   echo "TLS_REQCERT never" >> $conffile 
     183  fi 
     184 
    177185  # check for LINKDIRS variable, new in 0.9.16-1 
    178186  if ! grep -q LINKDIRS $USERCONFIG; then 
Note: See TracChangeset for help on using the changeset viewer.