]> git.pld-linux.org Git - packages/MigrationTools.git/blob - MigrationTools-44-schema.patch
- updated to 46
[packages/MigrationTools.git] / MigrationTools-44-schema.patch
1 Only in MigrationTools-46: .migrate_common.ph.swp
2 Common subdirectories: MigrationTools-46-orig/ads and MigrationTools-46/ads
3 diff -u MigrationTools-46-orig/migrate_common.ph MigrationTools-46/migrate_common.ph
4 --- MigrationTools-46-orig/migrate_common.ph    2004-10-28 10:38:46.000000000 +0200
5 +++ MigrationTools-46/migrate_common.ph 2005-08-31 21:42:03.000000000 +0200
6 @@ -83,7 +83,7 @@
7  ##### CUT HERE #####
8  # where /etc/mail/ldapdomains contains names of ldap_routed
9  # domains (similiar to MASQUERADE_DOMAIN_FILE).
10 -$DEFAULT_MAIL_HOST = "mail.padl.com";
11 +# $DEFAULT_MAIL_HOST = "mail.padl.com";
12  
13  # turn this on to support more general object clases
14  # such as person.
15 @@ -120,10 +120,10 @@
16  }
17  
18  # Default Kerberos realm
19 -if ($EXTENDED_SCHEMA) {
20 -       $DEFAULT_REALM = $DEFAULT_MAIL_DOMAIN;
21 -       $DEFAULT_REALM =~ tr/a-z/A-Z/;
22 -}
23 +#if ($EXTENDED_SCHEMA) {
24 +#      $DEFAULT_REALM = $DEFAULT_MAIL_DOMAIN;
25 +#      $DEFAULT_REALM =~ tr/a-z/A-Z/;
26 +#}
27  
28  if (-x "/usr/sbin/revnetgroup") {
29         $REVNETGROUP = "/usr/sbin/revnetgroup";
This page took 0.067799 seconds and 3 git commands to generate.