[imp] LDAP preferences backend

eculp at encontacto.net eculp at encontacto.net
Tue Jul 8 13:56:38 PDT 2003


Quoting Juan Guerrero <juan_guerrero at linuxmail.org>:

| Hello all i have been googling around to see how to solve this problem, but i
| cound not find anything,
| I have configured horde to use the ldap backend to store preferences with the
| following settings:
|
| $conf['prefs']['driver'] = 'ldap';
| $conf['prefs']['params']['hostspec'] = 'linuxlab.linux';
| $conf['prefs']['params']['port'] = '389';
| $conf['prefs']['params']['basedn'] = 'ou=users,o=linuxlab';
| $conf['prefs']['params']['uid'] = 'dn';
Juan,

I have my doubts about uid being dn.  I would expect cn
from your example.

The user must have write permission.  I assume that in
your slapd.conf users have self write.

ed

|
| My ldap server is up and running
| I just used the following ldif to define a test user:
| dn: o=linuxlab
| objectClass: organization
| o: linuxlab
| description: Linuxlab directory server
|
| dn: ou=developers, o=linuxlab
| objectClass: organizationalUnit
| ou: developers
| description: Linuxlab developers directory
|
| dn: ou=users, o=linuxlab
| objectClass: organizationalUnit
| ou: users
| description: Linuxlab test users group
|
| dn: cn=signal11, ou=users, o=linuxlab
| objectClass: person
| objectClass: inetOrgPerson
| objectClass: posixAccount
| objectClass: hordePerson
| cn: signal11
| sn: sigsegv
| uid: 10001
| uidNumber: 10001
| gidNumber: 10000
| homeDirectory: /external/home/signal11
| userPassword: coredumped
| loginShell: /bin/bash
| mail: signal11 at linuxlab.linux
| description: Test user 1
|
| I can log in perfectly to imp but i got this error below in the page:
|
| Warning: LDAP: modify operation could not be completed. in
| /var/www/html/horde/lib/Prefs/ldap.php on line
|
| Could somebody please help?
|
| -------------------------------
| Juan V. Guerrero
| CTO
| eSolutions 4 All
| Cell: (507) 672-8173
|
| --
| ______________________________________________
| http://www.linuxmail.org/
| Now with e-mail forwarding for only US$5.95/yr
|
| Powered by Outblaze
|
| --
| IMP mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: imp-unsubscribe at lists.horde.org
|


--


-------------------------------------------------



More information about the imp mailing list