? diff.txt ? main/dist/cruisecontrol.jar ? main/src/net/sourceforge/cruisecontrol/publishers/email/LDAPMapper.java Index: main/docs/configxml.html =================================================================== RCS file: /cvsroot/cruisecontrol/cruisecontrol/main/docs/configxml.html,v retrieving revision 1.169 diff -u -b -B -r1.169 configxml.html --- main/docs/configxml.html 16 Feb 2006 05:42:05 -0000 1.169 +++ main/docs/configxml.html 17 Feb 2006 17:24:30 -0000 @@ -6481,6 +6481,52 @@ +
<ldapmapper><ldapmapper>
+ has the following attributes:
+ | Attribute | +Required | +Description | +
|---|---|---|
| url | +Yes | +URL used to connect to an ldap server | +
| rootdn | +Yes | ++ |
| searchtmpl | +No | +Default: (cn=?). The ? character in the template is + replaced by the user id to be mapped into an email address | +
| searchattr | +No | +Default: mail. The LDAP attribute that is searched + to retreive the email address of the user id used in the search. | +
| ctxfactory | +No | +Default: com.sun.jndi.ldap.LdapCtxFactory. LDAP Context Factory to be used. | +