Changeset 1267


Ignore:
Timestamp:
01/30/12 17:04:15 (4 months ago)
Author:
tschmitt
Message:
  • Fix: Änderung der Schulkonsolenkonfiguration (paedML 4 auf 5) wird nicht nachgeführt (#573).
  • Fix: Konfiguration der smbldap-tools wird nicht migriert (#575).
Location:
main/linuxmuster-migration/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-migration/trunk/debian/changelog

    r1195 r1267  
     1linuxmuster-migration (1.0.12-0) unstable; urgency=low 
     2 
     3  * fixed smbldap-tools migration (closes #575). 
     4  * fixed linuxmuster-schulkonsole's permissions.conf upgrade during migration 
     5    from paedML 4 to 5 (closes #573). 
     6 
     7 -- Thomas Schmitt <schmitt@lmz-bw.de>  Mon, 30 Jan 2011 16:54:21 +0100 
     8 
    19linuxmuster-migration (1.0.11-0) unstable; urgency=low 
    210 
  • main/linuxmuster-migration/trunk/share/include.conf

    r1187 r1267  
    3333/etc/samba/smb.conf.global 
    3434/etc/samba/smb.conf.shares 
     35/etc/smbldap-tools 
    3536/etc/sophomorix/user 
    3637/etc/ssh 
  • main/linuxmuster-migration/trunk/share/linuxmuster-migration-restore.sh

    r1187 r1267  
    295295net setdomainsid "$sambasid" 
    296296smbpasswd -w `cat /etc/ldap.secret` 
    297 sed -e "s|^SID=.*|SID=\"$sambasid\"|" -i /etc/smbldap-tools/smbldap.conf 
    298297 
    299298 
     
    575574 chmod 700 /var/lib/ldap 
    576575 chmod 600 /var/lib/ldap/* 
     576 # smbldap-tools 
     577 echo " * smbldap-tools ..." 
     578 CONF=/etc/smbldap-tools/smbldap.conf 
     579 cp $CONF $CONF.migration 
     580 sed -e "s/@@sambasid@@/${sambasid}/ 
     581         s/@@workgroup@@/${workgroup}/ 
     582         s/@@basedn@@/${basedn}/" $LDAPDYNTPLDIR/`basename $CONF` > $CONF 
     583 CONF=/etc/smbldap-tools/smbldap_bind.conf 
     584 cp $CONF $CONF.migration 
     585 sed -e "s/@@message1@@/${message1}/ 
     586         s/@@message2@@/${message2}/ 
     587         s/@@message3@@/${message3}/ 
     588         s/@@basedn@@/${basedn}/g 
     589         s/@@ldappassword@@/${ldapadminpw}/g" $LDAPDYNTPLDIR/`basename $CONF` > $CONF 
     590 chmod 600 ${CONF}* 
    577591 # freeradius 
    578592 CONF=/etc/freeradius/clients.conf 
Note: See TracChangeset for help on using the changeset viewer.