Package: migrationtools / 48-1

Metadata

Package Version Patches format
migrationtools 48-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_require_path.patch | (download)

migrate_aliases.pl | 2 1 + 1 - 0 !
migrate_automount.pl | 2 1 + 1 - 0 !
migrate_base.pl | 2 1 + 1 - 0 !
migrate_fstab.pl | 2 1 + 1 - 0 !
migrate_group.pl | 2 1 + 1 - 0 !
migrate_hosts.pl | 2 1 + 1 - 0 !
migrate_netgroup.pl | 2 1 + 1 - 0 !
migrate_netgroup_byhost.pl | 2 1 + 1 - 0 !
migrate_netgroup_byuser.pl | 2 1 + 1 - 0 !
migrate_networks.pl | 2 1 + 1 - 0 !
migrate_passwd.pl | 2 1 + 1 - 0 !
migrate_profile.pl | 2 1 + 1 - 0 !
migrate_protocols.pl | 2 1 + 1 - 0 !
migrate_rpc.pl | 2 1 + 1 - 0 !
migrate_services.pl | 2 1 + 1 - 0 !
migrate_slapd_conf.pl | 2 1 + 1 - 0 !
16 files changed, 16 insertions(+), 16 deletions(-)

 require full path (not bare file) for perl scripts
 It is considered a security flaw to rely on current workingdir,
 and recent versions of perl therefore need ./ prefix
 to explicitly state when ok to load from same dir
1004_use_Kerberos_scheme.patch | (download)

migrate_passwd.pl | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 comply with kerberos schema (not deprecated krb-kdc schema)
 migrate_passwd.pl generates ldif with incompatible kerberos attributes
 according to related kerberos schema from package krb5-kdc-ldap.
 Ldif import will fail,
 due to invalid objectclass combination
 and invalid kerberos attribute krb5PrincipalName.
 .
 migrate_passwd.pl should use "auxiliary" objectClass krbPrincipalAux
 instead of krb5Principal
 and attribute krbPrincipalName instead of krb5PrincipalName.