Hi,

I've installed SOGo 2.0.5a and configured an ldap adressbook like this:

SOGoUserSources = (
    {
      type = ldap;
      CNFieldName = cn;
      IDFieldName = uid;
      UIDFieldName = uid;
      baseDN = "ou=staff,ou=staff,dc=domain,dc=de";
      canAuthenticate = YES;
      displayName = "Staff";
      bindFields = (uid);
      hostname = ldap://ldap.domain.de:389;
      id = public;
      scope = subtree;
      isAddressBook = YES;
    },

     {
      type = ldap;
      CNFieldName = cn;
      IDFieldName = uid;
      UIDFieldName = uid;
      baseDN = "ou=adresses,dc=domain,dc=de";
      canAuthenticate = No;
      displayName = "Adressen";
      hostname = ldap://ldap.domain.de:389;
      id = publicadress;
      scope = subtree;
      isAddressBook = YES;
      modifiers = lennart;
      mapping = {
      o = company;
      };
    }

  );

Now using the LDAP (the second one) I find some entries - but can't "work" with 
them. I cant' copy them to my local adressbook (error: Adress dös not exist), 
and double clicking on the addresses opens a new windows with error "an error 
occurred during object publishing - the requested object could not be found!".

Is this a General Problem with LDAp or is there something wrong with my system?

By the way - where can I find a complete list with the LDAP Attributes SOGo 
uses?

King regards,
Lenni-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to