Changeset 1267
- Timestamp:
- 01/30/12 17:04:15 (4 months ago)
- Location:
- main/linuxmuster-migration/trunk
- Files:
-
- 3 edited
-
debian/changelog (modified) (1 diff)
-
share/include.conf (modified) (1 diff)
-
share/linuxmuster-migration-restore.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-migration/trunk/debian/changelog
r1195 r1267 1 linuxmuster-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 1 9 linuxmuster-migration (1.0.11-0) unstable; urgency=low 2 10 -
main/linuxmuster-migration/trunk/share/include.conf
r1187 r1267 33 33 /etc/samba/smb.conf.global 34 34 /etc/samba/smb.conf.shares 35 /etc/smbldap-tools 35 36 /etc/sophomorix/user 36 37 /etc/ssh -
main/linuxmuster-migration/trunk/share/linuxmuster-migration-restore.sh
r1187 r1267 295 295 net setdomainsid "$sambasid" 296 296 smbpasswd -w `cat /etc/ldap.secret` 297 sed -e "s|^SID=.*|SID=\"$sambasid\"|" -i /etc/smbldap-tools/smbldap.conf298 297 299 298 … … 575 574 chmod 700 /var/lib/ldap 576 575 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}* 577 591 # freeradius 578 592 CONF=/etc/freeradius/clients.conf
Note: See TracChangeset
for help on using the changeset viewer.
