You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/09/19 11:29:37 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/content/admin/users overview.xsp

andreas     2003/09/19 02:29:37

  Modified:    src/webapp/lenya/content/admin/users overview.xsp
  Log:
  added ldap attribute
  
  Revision  Changes    Path
  1.5       +2 -0      cocoon-lenya/src/webapp/lenya/content/admin/users/overview.xsp
  
  Index: overview.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/content/admin/users/overview.xsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- overview.xsp	22 Jul 2003 17:06:40 -0000	1.4
  +++ overview.xsp	19 Sep 2003 09:29:37 -0000	1.5
  @@ -13,6 +13,7 @@
       <xsp:include>org.apache.avalon.framework.parameters.ParameterException</xsp:include>
       <xsp:include>org.apache.lenya.cms.ac.UserManager</xsp:include>
       <xsp:include>org.apache.lenya.cms.ac.User</xsp:include>
  +    <xsp:include>org.apache.lenya.cms.ac.LDAPUser</xsp:include>
       <xsp:include>org.apache.lenya.cms.ac.Group</xsp:include>
       <xsp:include>java.io.File</xsp:include>
       <xsp:include>java.util.Arrays</xsp:include>
  @@ -36,6 +37,7 @@
         if (user != null) {
       </xsp:logic>
       <user>
  +      <xsp:attribute name="ldap"><xsp:expr>user instanceof LDAPUser</xsp:expr></xsp:attribute>
         <id><xsp:expr>user.getId()</xsp:expr></id>
         <name><xsp:expr>user.getName()</xsp:expr></name>
         <email><xsp:expr>user.getEmail()</xsp:expr></email>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org