dbaarda / LightLdapd

Tiny LDAP server exporting NSS databases using PAM authentication.
GNU General Public License v3.0
2 stars 1 forks source link

Search baseObject doesn't work correctly. #11

Closed dbaarda closed 5 years ago

dbaarda commented 5 years ago

Currently Search requests compare the baseObject basedn against the server's basedn and fail if they are different. This means baseObject cannot be used to constrain searches to eg 'ou=people,...', or handle more requests with baseObject more general than the server's basedn.

Fixing this is also is the first basic step to fixing #2 partially.