Common.pm
branchcms
changeset 22 4d73e4ea84cd
parent 21 3b195e22603d
child 23 72ba031fec20
equal deleted inserted replaced
21:3b195e22603d 22:4d73e4ea84cd
     1 package Common;
     1 package Common;
     2 # $Id$
     2 # $Id$
     3 # $URL$
     3 # $URL$
     4 use strict;
     4 use strict;
     5 use warnings;
     5 use warnings;
       
     6 use ldapBase;
     6 use constant CONFIG => (
     7 use constant CONFIG => (
     7     { CASE => 1 },
     8     { CASE => 1 },
     8     GLOBAL => { DEFAULT => undef },
     9     GLOBAL => { DEFAULT => undef },
     9 
    10 
    10     # * common *
    11     # * common *
    65 			    { ARGS => "=s", DEFAULT => "XXXmailForwardingAddress" },
    66 			    { ARGS => "=s", DEFAULT => "XXXmailForwardingAddress" },
    66     ldap_at_primaryaddress => 
    67     ldap_at_primaryaddress => 
    67 			    { ARGS => "=s", DEFAULT => "XXXmailPrimaryAddress" },
    68 			    { ARGS => "=s", DEFAULT => "XXXmailPrimaryAddress" },
    68 
    69 
    69 );
    70 );
       
    71 
       
    72 1;