Changeset 1235


Ignore:
Timestamp:
01/18/12 17:41:35 (4 months ago)
Author:
tschmitt
Message:
  • linuxmuster-setup, ldap: ldif-Korrektur.
Location:
main/linuxmuster-base/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-base/branches/testing/debian/changelog

    r1234 r1235  
    66    * ldap: using ldif instead of sophomorix-dump-pg2ldap. 
    77 
    8  -- Thomas Schmitt <schmitt@lmz-bw.de>  Wed, 18 Jan 2012 17:10:16 +0100 
     8 -- Thomas Schmitt <schmitt@lmz-bw.de>  Wed, 18 Jan 2012 17:17:23 +0100 
    99 
    1010linuxmuster-base (6.0.0-4ubuntu0) lenny; urgency=low 
  • main/linuxmuster-base/branches/testing/var/config-dynamic/15_ldap/postpatch

    r1234 r1235  
    7979        rm -f /var/lib/ldap/* 
    8080        chattr -i /var/lib/ldap/DB_CONFIG 
    81         sed -e "s|^dc:.*|${domainname%.*}|" -i /var/tmp/ldap.ldif 
     81        sed -e "s|^dc:.*|dc: ${domainname%.*}|" -i /var/tmp/ldap.ldif 
    8282        slapadd < /var/tmp/ldap.ldif 
    8383        chown openldap:openldap /var/lib/ldap -R 
Note: See TracChangeset for help on using the changeset viewer.