tdraier     2005/03/08 14:39:44 CET

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    etc/ldap             groups.ldap.properties 
  Log:
  updated default property file
  
  Revision  Changes    Path
  1.3.4.3   +8 -6      jahia/etc/ldap/groups.ldap.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/etc/ldap/groups.ldap.properties.diff?r1=1.3.4.2&r2=1.3.4.3&f=h
  
  
  
  Index: groups.ldap.properties
  ===================================================================
  RCS file: /home/cvs/repository/jahia/etc/ldap/Attic/groups.ldap.properties,v
  retrieving revision 1.3.4.2
  retrieving revision 1.3.4.3
  diff -u -r1.3.4.2 -r1.3.4.3
  --- groups.ldap.properties    17 Sep 2004 14:35:57 -0000      1.3.4.2
  +++ groups.ldap.properties    8 Mar 2005 13:39:44 -0000       1.3.4.3
  @@ -12,13 +12,19 @@
   # base dn search
   groups.ldap.search.name                        = dc=jahia
   groups.ldap.search.countlimit                  = 100
  +
  +# objectclasses and member attributes
   groups.ldap.search.objectclass            = groupOfUniqueNames
  +groups.ldap.members.attribute                  = uniqueMember
  +groups.ldap.dynamic.search.objectclass    = groupOfURLs
  +groups.ldap.dynamic.members.attribute          = memberurl
  +
  +# if set to false, group members will not be preloaded and members will not 
appear in engines
  +groups.ldap.preload                       = true
   
   # the following defines the attributes to use for wildcard search such as 
*=*test*
   groups.ldap.search.wildcards.attributes   = cn,description,uniqueMember
   
  -# attribute containing members of a group
  -groups.ldap.members.attribute                  = uniqueMember
   
   # Map attribute, that indicate which LDAP attribute to map to Jahia standard 
properties
   # Make sure you comment out the ones you are not using, especially if the 
LDAP
  @@ -26,7 +32,3 @@
   # most probably not work correctly.
   groups.ldap.groupname.attribute.map       = cn
   groups.ldap.description.attribute.map     = description
  -
  -# Map attribute to indicate which attribute of users is stored into
  -# the groups.ldap.members.attribute if not dn
  -#groups.ldap.members.user.attibute.map     = cn
  \ No newline at end of file
  

Reply via email to