Changeset 1460

Show
Ignore:
Timestamp:
07/08/07 01:39:44
Author:
douglm
Message:

A number of changes which might allow user@domain style ids.

Changes are needed to the options.xml

Also add method to setup copy of event to allow attendee to change status

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/configs/democal.options.xml

    r1387 r1460  
    1616            <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 
    1717 
     18            <!-- List domains at your site separated by commas. 
     19                    A single leading wildcard "*" is allowed. 
     20                    If there is a single domain with no wildcard it wil be stripped from 
     21                    user accounts as they are entered and added as they are turned 
     22                    back into CUAs. 
     23                    Wildcarded or multiple domains will cause retention of the domain 
     24                    (partially untested feature) --> 
     25            <domains>mysite.edu</domains> 
     26 
     27            <!-- defaultDomain can be left unspecified for no default or a single 
     28                   exactly specified domain  --> 
     29            <defaultDomain>mysite.edu</defaultDomain> 
     30 
    1831            <debug>true</debug> 
    1932          </dir-config> 
     
    2841            <ticketPrincipalRoot>/principals/tickets</ticketPrincipalRoot> 
    2942            <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 
     43 
     44            <domains>mysite.edu</domains> 
     45            <defaultDomain>mysite.edu</defaultDomain> 
    3046 
    3147            <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory>