Package: migrationtools / 48-1
Metadata
Package | Version | Patches format |
---|---|---|
migrationtools | 48-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
1001_require_path.patch | (download) |
migrate_aliases.pl |
2 1 + 1 - 0 ! |
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 ! |
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. |