[Owncloud] LDAP login fails with latest git branch

Arthur Schiwon blizzz at owncloud.com
Tue May 8 13:03:59 UTC 2012



On 05/08/2012 02:51 PM, Dirk Kastens wrote:
>> Well, OC does not use anything from /etc/ldap.conf or whereever. In
>> fact, it is PHP that does it, when (in this case) no DN is given. The
>> bug was simply that while login the configuration has not been loaded
>> yet. This is fixed in git master now.
>
> Works. Great :-)

Perfect :)

> Next problem is, that ldap groups don't work, because OC uses the wrong
> member attribute for posixgroups (posted this to thebuggenie). OC is
> searching for
>
> (&(objectClass=posixGroup)(uniqueMember=uid=xmuster,ou=people,dc=uni-osnabrueck,dc=de))
>
>
> posixgroups are using the attribute "memberuid" with the uid as value,
> for example "xmuster". The attribute "uniquemember" is used by the
> objectclass "groupOfUniqueNames".
Could you please file a bug report and assign it to me (my nick in the 
bugtracker is blizzz)? uniquemember is more comfortable and better to 
handle since the users are really unique.

Sidenote: the group filter is now also configurable in the UI.


> And sharing still doesn't work with ldap users.
How does "doesn't work" express?

Cheers
Arthur

>
> Dirk
>
>
>
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud



More information about the Owncloud mailing list