]> git.pld-linux.org Git - packages/MigrationTools.git/blob - MigrationTools-44-schema.patch
d6f8f35e955894c0b080973db97d82d6d6d94e3d
[packages/MigrationTools.git] / MigrationTools-44-schema.patch
1 Supply dummy descriptions which, due to typos, are required.
2
3 diff -uNr MigrationTools/migrate_protocols.pl MigrationTools/migrate_protocols.pl
4 --- MigrationTools/migrate_protocols.pl Thu Oct 12 00:50:34 2000
5 +++ MigrationTools/migrate_protocols.pl Thu Oct 12 00:50:11 2000
6 @@ -72,6 +72,7 @@
7         foreach $_ (@aliases) {
8                 print $HANDLE "cn: $_\n";
9         }
10 +       print $HANDLE "description: IP protocol $number ($name)\n";
11         print $HANDLE "\n";
12  }
13  
14 diff -uNr MigrationTools/migrate_rpc.pl MigrationTools/migrate_rpc.pl
15 --- MigrationTools/migrate_rpc.pl       Thu Oct 12 00:50:34 2000
16 +++ MigrationTools/migrate_rpc.pl       Thu Oct 12 00:50:11 2000
17 @@ -74,6 +74,7 @@
18         foreach $_ (@aliases) {
19                 print $HANDLE "cn: $_\n";
20         }
21 +       print $HANDLE "description: ONC RPC number $rpcnumber ($rpcname)\n";
22         print $HANDLE "\n";
23  }
24  
25 --- MigrationTools/migrate_passwd.pl    2002-07-23 15:18:32.000000000 -0400
26 +++ MigrationTools/migrate_passwd.pl    2002-07-23 15:18:34.000000000 -0400
27 @@ -127,9 +127,10 @@
28                 print $HANDLE "objectClass: person\n";
29                 print $HANDLE "objectClass: organizationalPerson\n";
30                 print $HANDLE "objectClass: inetOrgPerson\n";
31 +       } else {
32 +               print $HANDLE "objectClass: account\n";
33         }
34  
35 -       print $HANDLE "objectClass: account\n";
36         print $HANDLE "objectClass: posixAccount\n";
37         print $HANDLE "objectClass: top\n";
38  
39 --- MigrationTools/migrate_common.ph    2002-07-09 23:59:22.000000000 -0400
40 +++ MigrationTools/migrate_common.ph    2003-05-02 16:58:19.000000000 -0400
41 @@ -83,7 +83,7 @@
42  ##### CUT HERE #####
43  # where /etc/mail/ldapdomains contains names of ldap_routed
44  # domains (similiar to MASQUERADE_DOMAIN_FILE).
45 -$DEFAULT_MAIL_HOST = "mail.padl.com";
46 +# $DEFAULT_MAIL_HOST = "mail.padl.com";
47  
48  # turn this on to support more general object clases
49  # such as person.
50 @@ -120,10 +120,10 @@
51  }
52  
53  # Default Kerberos realm
54 -if ($EXTENDED_SCHEMA) {
55 -       $DEFAULT_REALM = $DEFAULT_MAIL_DOMAIN;
56 -       $DEFAULT_REALM =~ tr/a-z/A-Z/;
57 -}
58 +#if ($EXTENDED_SCHEMA) {
59 +#      $DEFAULT_REALM = $DEFAULT_MAIL_DOMAIN;
60 +#      $DEFAULT_REALM =~ tr/a-z/A-Z/;
61 +#}
62  
63  if (-x "/usr/sbin/revnetgroup") {
64         $REVNETGROUP = "/usr/sbin/revnetgroup";
This page took 0.029672 seconds and 2 git commands to generate.