[Owncloud] ldap problem
Tobias Hachmer
lists at kokelnet.de
Sat Oct 13 12:15:07 UTC 2012
Am 13.10.2012 12:37, schrieb Tobias Hachmer:
> just installed owncloud 4.5.0 and configured to get users, owncloud
> quota and e-mail from openldap. The authentication of users is
> working, but the quota and email field is empty, it's not working to
> get these fields from ldap. Second, changing userPassword also
> doesn't
> work. Please let me know if you need more information...
>
> my configuration:
>
> host: 192.168.1.2
> base dn: dc=example,dc=com
> user dn: uid=ownlcoud,ou=System,ou=Users,dc=example,dc=com
> password: the_right_one
> user login filter: uniqueIdentifier=%uid
> user list filter:
> (&(objectClass=person)(mailEnabled=TRUE)(enabledService=cloud))
> group filter: objectClass=groupOfNames
>
> port: 389
> base user tree: ou=Mail,ou=Users,dc=example,dc=com
> base group tree: ou=Groups,dc=example,dc=com
> group-member association: member (AD)
> use tls: not checked
> case insensitive ldap server: not checked
> turn off ssl ....: not checked
> user display name field: cn
> group display name field: cn
> quota field: cloudQuota
> quota default: 1048576
> email field: mail
> cache time-to-live: 600
> user home folder naming rule: uniqueIdentifier
When changing userPassword I got the message: authentication error
So I change the configuration entry "user display name field to
"uniqueIdentifier" and now I got the message: unable to change password.
I tested the same configuration with owncloud 4.0.8. Here the email and
quota attribute is read correctly. But when changing userPassword I get
the same error.
Anybody knows here what could be the problem?
What is difference in ldap behaviour between using an explicitly bind
dn and without?
Regards,
Tobias Hachmer
More information about the Owncloud
mailing list