Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit e8619121d16d086f1ab186051d0ecdc83c02e5b5)
|
|
Guenther
(This used to be commit ae35a5110ea03d8ff27f320cdc685e5623715a2a)
|
|
Guenther
(This used to be commit dbfa7ba14c9f1a4d7a1e7205dd0b3ea2fc2e6131)
|
|
Guenther
(This used to be commit f2a2ed315e393353110aa7760b4eca4f1f49ca21)
|
|
Guenther
(This used to be commit 687ef28874eb311b3e3919c3a38a22e5186d4c1b)
|
|
Guenther
(This used to be commit 7cf6ed68236e7dd64657cb1087a5a687d6f59ad1)
|
|
Guenther
(This used to be commit 8504a92ac55d6936df051be66207a59a76bf32a3)
|
|
Guenther
(This used to be commit 693f90fd2394309ce40d3ca5fc007543058b342a)
|
|
Guenther
(This used to be commit 8d19b2ceb131ca2a0fd983cdb4fd17acdad9c26e)
|
|
Guenther
(This used to be commit b5bb7844952a87b123551b478b60bfe232afc308)
|
|
Michael
(This used to be commit 661b7fdffda40a9ca7cb36627dbaf91cb4357cd0)
|
|
(This used to be commit cad2e6c4c13ccd02587e47d13e897e0a327b58eb)
|
|
(This used to be commit a6146cc14ba950b1911094b1525c7d06b50ecec6)
|
|
(This used to be commit fc6b4f03ebba015a13a6ab93221b0bc3ef8ef2ed)
|
|
(This used to be commit 27d07df301d60e49d36efd003f2fd2305c83c3fe)
|
|
This changes the MMR password from hard-coded value of 'linux',
adds tests and fixes the Fedora DS backend.
Currently the MMR password matches the admin password, but we can
change this to be another random value if required.
Also require the port to be specified on the command line, so we don't
hard-code a port of 9000.
Andrew Bartlett
(This used to be commit 08257c6d6ce809fcd53f9b2b4d558fef616b74ce)
|
|
This patches provision-backend and the related scripts to generate the
correct configuration blobs for N-way multi-master replication using
OpenLDAP.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
(This used to be commit 6ed0b3f2475022288f636605492ca27fde97cd52)
|
|
This sets the attributes in a seperate transaction, and allows a
forced delete of the whole file.
Andrew Bartlett
(This used to be commit 423db2468ba3dac89cebc59c8498c0b08c5f3d7b)
|
|
and "smbd" to mean the main smb daemon. Update docs to match.
Jeremy.
(This used to be commit e415420b086a236be6bcc1e7584bec276a74e457)
|
|
(This used to be commit 16ee95494ba495c5f5ff8779206f380db1067b2d)
|
|
metze
(This used to be commit f48dfd87badcddc64a1c0bf52939188a4a8f4add)
|
|
metze
(This used to be commit 25876fc4ab8ba11f00d24bb8ceb517c0e4a4d72d)
|
|
metze
(This used to be commit 0fb265e567d700b3c16eb8f28bc5f26653a819fa)
|
|
metze
(This used to be commit ce44a608f66bf27070fd43d576551fde6f545d7c)
|
|
metze
(This used to be commit 0dbbc287f65a51330c5309df5a96b3acd4d044d5)
|
|
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 6a9720c99d36a575ea8ed92e94ff6d2fe6f3e27d)
|
|
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 531882dadd57eb6fa048c5d6e5fe3accc20df751)
|
|
This includes additional Samba-specific syntaxes made available from
the ldif_handlers code.
This commit also changes some table to use #defines, to ensure
consistancy in other parts of the code.
Andrew Bartlett
(This used to be commit e26a5efd9a580ed3728e1f449e367b1cd4a73b5f)
|
|
(This used to be commit 0aebae91be0fba7ffa94d73946a94aea930a252a)
|
|
(This used to be commit 9643db1a011edc95aa903908cec708b3a3566e71)
|
|
(This used to be commit 07107c45c35a11979bf68a14b2c4df9415880fcb)
|
|
This was removed from ldb_tdb a while ago
Andrew Bartlett
(This used to be commit fcb87e77860b449ac3483ccec5e6b5ed087540f2)
|
|
This merges the table once found in the oLschema2ldif tool (and moved
many times) with the table used for DRSUAPI.
The OpenLDAP schema map has been updated, to ensure that despite a
number of attributes being declared as OIDs, they are actually used as
strings (as they are actually LDAP class/attribute names).
Andrew Bartlett
(This used to be commit 61f2958c84beeedcf369ccdc02afed0c8055b108)
|
|
lookup_domain_name(). This new function accept separated
strings for domain and name.
(This used to be commit 8594edf666c29fd4ddf1780da842683dd81483b6)
|
|
was asking for a winbindd name to SID lookup of
"Unix Group\name" where "name" was also a valid username,
the winbindd passdb lookup of that name was losing the
domain string info before calling lookup name (ie. lookup_name()
was being called with just the string "name", not the
full string "Unix Group\name").
The passdb backend of winbindd has to cope with
not only names from it's own global SAM domain,
but it does lookups for BUILTIN and "Unix User"
and "Unix Group" also, so making it guess by
losing the domain string is "A Bad Idea" (tm) :-).
Note that as winbind globally calls winbind_off()
at startup, it's safe for winbind to call sys_getgrnam()
to do the "Unix Group" lookup from inside lookup_name().
Jeremy.
(This used to be commit 5293af6c3cbfdde340e6add47b914b6ee6fd7b6f)
|
|
Jeremy, please check & push if it's ok.
(This used to be commit f06070c188d6d2efed3205bbc9c3c290718397b1)
|
|
is_ipaddress already dereferences "name", so the NULL check is pointless after
calling it.
(This used to be commit 31ca7b2dbbbfbb3a55670b58c08ebda68888af7e)
|
|
Michael
(This used to be commit 88cf5d8b708d6247772b33128f0e212a4c2e9ba8)
|
|
Michael
(This used to be commit b10d4723891c39693100bfaaf1ac29adce9f7a86)
|
|
Michael
(This used to be commit 1f4bf8fbd5bfc9c58bb5668fe25586766605b268)
|
|
Michael
(This used to be commit eea4f597acf743fa783be3e5809e24aebc79f238)
|
|
Michael
(This used to be commit f9c15b817a24bed26a339479c53fc2f5cc5b36df)
|
|
Michael
(This used to be commit f05a9fe46ff428e48be9a5af4a6769cd78712c11)
|
|
Michael
(This used to be commit ed4a6e780a3f57854338520e4608cfc8dce4ef3e)
|
|
Michael
(This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8)
|
|
Michael
(This used to be commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3)
|
|
Michael
(This used to be commit 1304eda283b29fff8960633b1329c0a1611e1ca3)
|
|
Michael
(This used to be commit eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a)
|
|
Michael
(This used to be commit 837d0b3eb213ce6d0ce5345308d1b42ae2b08d67)
|
|
I think this should have gone with fa361354433fb9a5c09c84997a7c51f3052c294e.
Michael
(This used to be commit 91fcaac68b215461a13c1b517f6cede29af5e55c)
|