]> source.dussan.org Git - nextcloud-server.git/commit
Move the Null-Byte LDAP check to the user manager
authorLukas Reschke <lukas@owncloud.com>
Wed, 17 Dec 2014 11:47:00 +0000 (12:47 +0100)
committerLukas Reschke <lukas@owncloud.com>
Wed, 17 Dec 2014 11:47:00 +0000 (12:47 +0100)
commitf6820406b6a345a28878bbd5336eff331627b1a6
tree917437fd565a6169c922d3b173b6e260d3f4c0e6
parent77c4c2856aa4cb27ca6ab77e5bedbaa65300d111
Move the Null-Byte LDAP check to the user manager

The existing method is deprecated and just a wrapper around the manager method. Since in the future other code paths might call this function instead we need to perform that check here.

Related to http://owncloud.org/security/advisory/?id=oc-sa-2014-020
lib/private/user.php
lib/private/user/manager.php