Hi Alain, Thanks for you reply!
I configured access to LDAP with a bind user, but the errors and my problems are the same. I tried "bindAsCurrentUser" too (yes, I've enough rights reading and writing to LDAP) but it didn't work. I can't find a problem in the error lots - exept a lot of "SOGoCache" errors, but I think they shouldn't be a problem. Any other suggestions? Thanks, greeting, Lenni Am 19.06.2013 um 11:47 schrieb ABBAS Alain <[email protected]>: > Hello > Your ldap is in anonymous access , maybe anonymous allow just the searrch in > your ldap server (should be normal) > if yes you have to authenticate with an account : > with > bindDN = "uid=an account,dc=myldap"; > bindPassword = "mypassword"; > > I tried on mine and works well i can see the card and i can copy them > > Regards > > > > Le Mercredi 19 Juin 2013 10:40 CEST, Lennart Barfod > <[email protected]> a écrit: > >> >> 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-- >> [email protected] >> https://inverse.ca/sogo/lists > > > > -- > Alain Abbas > Directeur > 03 83 18 02 70 -- [email protected] https://inverse.ca/sogo/lists
