| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
When configure options --with-libtalloc=no --enable-shared-libs=no are used,
LIBTALLOC_TARGET stays empty. Actually LIBTALLOC_TARGET which is only used for
Makefile dependencies is obsolete as LIBTALLOC contains exactly the targets
that we depend on, libtalloc finally is the target to depend on.
|
|
|
|
|
|
| |
This reverts commit 2af2334522bc3d2c44bdcf7c9f1e80d2bcbf2024.
a more correct way to fix the libtalloc dependencies follows
|
|
|
|
| |
no need to link against ldap and krb5 libs
|
|
|
|
| |
no need to link against iniparser lib
|
|
|
|
|
|
|
|
| |
Based on a patch from Andreas Schneider but modified that --aѕ-needed is also
used when own libs are not build shared (--enable-shared). Also change order of
options so that user supplied LDFLAGS are put *after* the automatic --aѕ-needed
flag. This way it's pollible to force not use as-needed by setting LDFLAGS
environment variable to "-Wl,--no-as-needed".
|
|
|
|
|
| |
add interesting detail: lm passwords will be removed from databaѕe with
lanman auth = no
|
|
|
|
|
|
|
| |
This reverts commit 767fce6fccf484b547219abd5e6abc941eacaf92.
Simo pointed out that the patch generates race conditions. We need to solve this
using a new control.
|
|
|
|
|
|
|
| |
- Add more "talloc_free"s and right error values where needed
- Add a pre-lookup for entries before searching for metadata attribute
(also suggested by TODO list)
- Now the most part of "ldap.py" works again
|
|
|
|
|
|
| |
function vfs_stat_fsp(). Stops code looking at fsp->posix_open
except for exceptional circumstances.
Jeremy.
|
| |
|
| |
|
|
|
|
|
|
| |
The main problem is that the "rdn_name" module launches on a rename request also
a modification one with the "special attributes" which can't be changed directly.
An introduced flag helps to bypass the restriction.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
| |
- Clean up and reorder it a bit
- Test which adds invalid attributes
- Test which makes sure that the 'distinguishedName' attribute cannot be modified
- Test which makes sure that we cannot change the RDN/'name' attribute through a modify request
|
|
|
|
|
|
| |
Found by the Microsoft testsuite at the AD interop event.
Andrew Bartlett
|
|
|
|
|
|
| |
I don't think that we really want to have this error printed out on the server
console (stdout) since this hasn't serious results as DB or data corruption
and similar.
|
| |
|
|
|
|
| |
This error per the Microsoft testsuite
|
| |
|
|
|
|
| |
the minimum one)
|
| |
|
| |
|
|
|
|
|
|
| |
In the srvsvc code for s4 (NTVFS module) there exists a call to "ntvfs_connect"
which is performed with a totally wrong argument. Since I'm not able to fix
this, I commented it out and added a "FIXME" comment.
|
|
|
|
| |
(So they can be always found by the SAMLDB module)
|
|
|
|
| |
This reverts commit 38f87f40bfd7892043d49009067ae28431279580.
|
|
|
|
| |
This reverts commit f0c2c9854c7659221fe9480110a7d9b2b48afbf9.
|
|
|
|
| |
This reverts commit a610843e9f21ee77fd29356313d2ef05fe25a1ed.
|
|
|
|
| |
This reverts commit bcbf0ae1e707c2355824800dc213d364070f070a.
|
|
|
|
| |
This reverts commit 14c9070322d089dd96b389e8087c4f4bf1a6c7cc.
|
|
|
|
| |
This reverts commit e7846f69cacdd0551fcd777a71bf833a2fc9ca2b.
|
|
|
|
| |
This reverts commit c7358d989034c9d936c04f2a7e4f89db252b798e.
|
|
|
|
|
| |
This fixes the samba4.blackbox.wbinfo test, which was failing on a
wbinfo -K command
|
|
|
|
| |
This sends the info3 as hand marshalled data
|
| |
|
| |
|
|
|
|
|
|
|
| |
The issue here is that when we resolve DOM\\ into an NT4 name, we
would not initilise the nt4_account output.
Andrew Bartlett
|
|
|
|
|
| |
The instanceType needs to be specified in future because that's how
the partitions are actually created.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This allows this control to be specified as critical. We support the
control because we choose to always be durable in our transactions.
We really, really need a 'duplicate request' API, as at the
moment we can't do this without a large, error-prone set of code that
cannot cope with new request fields or types.
Andrew Bartlett
|
|
|
|
|
|
|
| |
The Microsoft testsuite tried to rename
cn=administrator,cn=users,... into "",cn=users... which didn't go so well.
Andrew Bartlett
|
|
|
|
| |
(allows addition of systemOnly classes)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The restructured code makes this hader to support, and we have not had
this kind of LDB for a very long time now.
Andrew Bartlett
|
| |
|
|
|
|
|
|
| |
(The format of index records in the internal manipulation changed)
Andrew Bartlett
|
|
|
|
|
|
|
| |
We would use the mem_ctx for internal work, but previously we did not
clean it up on exit.
Andrew Bartlett
|
|
|
|
|
|
|
| |
Give the possibility to specify controls when loading ldif files.
Relax control is specified by default for all ldb_add_diff (request Andrew B).
Set domainguid if specified at the creation of object instead of modifying afterward
Allow to specify objectGUID for NTDS object of the first DC this option is used during provision upgrade.
|