Changeset 2926

Show
Ignore:
Timestamp:
06/03/10 15:32:12
Author:
bleibson
Message:

A few changes that brings it more in line with the ldap schema

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/util/processLocationData.sh

    r2925 r2926  
    55uidPrefix="bw" 
    66uidSuffix="@berkeley.edu" 
    7 locLdapContainer='ou=locations,dc=berkeley,dc=edu
    8 peopleLdapContainer='ou=locations,dc=berkeley,dc=edu
     7locLdapContainer='ou=locations,dc=bedework,dc=org
     8peopleLdapContainer='ou=locations,dc=bedework,dc=org
    99 
    1010# data was generated by taking the Berkeley data and putting it through `grep '^[a-zA-Z ]* ([0-9]*)'` 
     
    2525objectclass: calendarresource 
    2626objectclass: schedapprovalinfo 
    27 objectclass: organizationalUnit"locLdapContainer='ou=locations,dc=berkeley,dc=edu' 
    28 peopleLdapContainer='ou=locations,dc=berkeley,dc=edu' 
     27objectclass: organizationalUnit" 
     28 
    2929VCARDHeader="BEGIN:VCARD 
    3030   VERSION:4.0" 
     
    108108calresourcekind: location 
    109109uid: $uid 
     110calcaladruri:mailto:loc_${cn}${uidSuffix} 
    110111cn: $cn 
    111112ou: locations 
     
    131132### people 
    132133  if [ $buildPerson = "true" ]; then 
    133         echo "dn: cn=${roomManager}, $peopleLdapContainer >> $LDAPPEOPLE  
     134        echo "dn: cn=${roomManager}, $peopleLdapContainer" >> $LDAPPEOPLE  
    134135  fi 
    135136