Changeset 1460
- Timestamp:
- 07/08/07 01:39:44
- Files:
-
- trunk/config/configs/democal.options.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/configs/democal.options.xml
r1387 r1460 16 16 <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 17 17 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 18 31 <debug>true</debug> 19 32 </dir-config> … … 28 41 <ticketPrincipalRoot>/principals/tickets</ticketPrincipalRoot> 29 42 <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 43 44 <domains>mysite.edu</domains> 45 <defaultDomain>mysite.edu</defaultDomain> 30 46 31 47 <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory>
