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 :-)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".
And sharing still doesn't work with ldap users. Dirk
smime.p7s
Description: S/MIME Kryptografische Unterschrift
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
