[horde] storing prefs in ldap

Edwin Culp eculp at encontacto.net
Wed Jun 19 19:41:06 PDT 2002


Quoting Tjeerd van der Zee <tjeerd.vdzee at chello.nl>:

 | Hi,
 | 
 | I was trying to get the personal addressbook working for turba, but i wanted
 | to allow users to add their
 | own entries so i modified the acl list of ldap and horde.php to remove the
 | rootdn entry.
 | 
 | but now when storing preferences, i need to fill in the whole basedn,
 | otherwise it refuses to store the preferences.
 | 
 | my ldap setup is like this:
 | 
 | mail=user @ xar.nl, ou=xar.nl,ou=mailaccounts,o=xar.nl
 | mail=user @ aequitas.dhs.org, ou=aequitas.dhs.org,ou=mailaccounts,o=xar.nl
 | 
 | when using rootdn, both vdomains are accessible and i only need to specify
 | ou=mailaccounts,o=xar.nl as basedn.
 | 
 | Searching is possible by anonymous.
 | 
 | Anyone got an idea what could cause this ?

I am going to guess that the bind dn is the base dn plus the uid from
hord.php.  This would would try to bind on

  mail=user @ xar.nl,ou=mailaccounts,o=xar.nl
  mail=user @ aequitas.dhs.org,ou=mailaccounts,o=xar.nl

rather than the above but I could be wrong.  The bind should be visible 
in your slapd.log.  Pleas let me know if I'm mistaken and I hope I am:-)

ed

 | 
 | With kind regards,
 | 
 | Tjeerd van der Zee


-- 


More information about the horde mailing list