mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
We were not using the correct baseDN for the templates search. Using NULL is no longer valid (like against AD). While chasing that down, return proper error codes, and use the ldb_set_errstr() to get a good error string back up to the UI layer. Andrew Bartlett