<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Two seconds before I heard my "new mail" sound I had this "YES I solved
it" feeling.<br>
<br>
It was a configuration issue, I overlooked one thing. It is working as
it should (well, I have just tested it for two seconds, but so far, so
good). The ldap module is just what we need.<br>
<br>
tnx<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:a.westermann@alkacon.com">a.westermann@alkacon.com</a> wrote:
<blockquote cite="mid:4A968D76.6020707@alkacon.com" type="cite">
  <pre wrap="">Hi Per-Olof,

I think you should send this ocee specific problem to the support list: 
  <a class="moz-txt-link-abbreviated" href="mailto:opencms-support@alkacon.com">opencms-support@alkacon.com</a>

Kind Regards,
Achim.

-------------------
Achim Westermann

Alkacon Software GmbH  - The OpenCms Experts
<a class="moz-txt-link-freetext" href="http://www.alkacon.com">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org">http://www.opencms.org</a>



Per-Olof Widström wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

someone already asked kindly, in a nice way, I presume, so we have a 
second trail period (tnx).

I changed the xml so it has the "by-member" tag, and now I don't get any 
exceptions complaining  about that it is missing. nice.

I looked in the docs, and in ou-definitions the by-member tag is 
missing, and I'm pretty sure I didn't get them in the xml-file that was 
provided in the installation. It wouldn't hurt if someone changed the 
ldap-package so it included the "by-member" tag for ou-definitions.

Copied from ocee-ldap.xml:
<ou-definitions>
  <ou-definition>
    <ou-name>/test/</ou-name>
    <group-definitions>
      <group-definition membersformat="mburl">
        <group-access>
          <group-filters>
            <all>(objectclass=groupofurls)</all>
            <by-name>(&amp;(objectclass=groupofurls)(cn=?))</by-name>
          </group-filters>


My problem is still there, unfortunately,  I get no groups to sync. Is 
there some way I can troubleshot this, like turning up log levels in 
log4j.properties, or something else?

My ldap xml now looks like this:
        <group-definitions>
          <group-definition membersformat="fulldn">
            <group-access>
              <group-filters>
                <all>(objectclass=groupofuniquenames)</all>
                
<by-name>(&amp;(objectclass=groupofuniquenames)(cn=?))</by-name>
                
<by-member>(&amp;(objectclass=groupofuniquenames)(uniquemember=?))</by-member>
              </group-filters>
              <contexts>
                    
<context>ou=Groups,o=org1,o=comms,dc=domain,dc=com</context>
              </contexts>
            </group-access>
            <group-mappings>
              <groupid>cn</groupid>
              <groupname>cn</groupname>
              <member>uniquemember</member>
            </group-mappings>
            <editable>false</editable>
          </group-definition>


Regards
Per-Olof


    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>
  </pre>
</blockquote>
<br>
</body>
</html>