Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit e4754e0a2bd2ca7b2495a9d747fe08cdb45c8876)
|
|
reverted user making function, did not pass the abartlet test :-)
idmap is now fully integrated, we only miss user creation and removal of uid
and gid from SAM_ACCOUNT
(This used to be commit 67af8c26586c4829166795813a373bf9be27b753)
|
|
(This used to be commit 0369d4432b9700626b6853dae8c93770bb1bcd59)
|
|
(This used to be commit 5d95309d8ab482e37ce96deb4a278186320e457f)
|
|
(This used to be commit 7ed8a0eb945df88d25ab8c444c92d09d6ac3fdf2)
|
|
(This used to be commit c4ba4db3414a2178a5314291c767d02e3f88525c)
|
|
(This used to be commit 74826e7ebb62ab09df68bb00fbd6097852ec5b6d)
|
|
Jeremy.
(This used to be commit 30512b7d3ea3470e4aca08638a5c0ea14791a6e7)
|
|
Jeremy.
(This used to be commit a330bf170eb8e78200367c90833cbc90255642cb)
|
|
function. Patch by metze with some minor modifications.
(This used to be commit f4576757d1d52a8f1b96894c869bb76450003fd1)
|
|
function. Patch by metze with some minor modifications.
(This used to be commit bc4b51bcb2daa7271c884cb83bf8bdba6d3a9b6d)
|
|
(This used to be commit d16f8f661a2a0be4fd89f7469b7e3e6a42860ad2)
|
|
(This used to be commit e112dc1641c47c7185e098918980df1a4d950bd7)
|
|
(This used to be commit 1b5ad8a502a641f285b986c81216d7c5e5c33e79)
|
|
(This used to be commit ee1f0914ff7a915988156fc713f3891c3d8e5594)
|
|
(This used to be commit fb6c5b293cdc9d4e98a975bd85ce2a55396c8e8d)
|
|
(This used to be commit 456eb5d05a442ee380cfa756be54619b1d68fa48)
|
|
(This used to be commit 1fda7847fcda5e4b693f1b132b45e9bd94abc245)
|
|
(This used to be commit c86d32d7343c160851a6937e51bea2de68de0db8)
|
|
used to be commit 8fa5862a443f3126e410e0e2f2f12770a113792f)
|
|
(This used to be commit 3c7155424aaa880c2e9e570f8c29fd5679e827b1)
|
|
(This used to be commit 082bdcd662aed47827c9d4fb1272c327a0ae79b1)
|
|
(This used to be commit b295c3ac5ecb265b73d3ed0d5210c33ce4107c8a)
|
|
(This used to be commit 5957e3bf33e8992eda620a6ab0b4f8a1dbe8cb7a)
|
|
Volker
(This used to be commit a1cae680f98a128ab73306196a303d76e41f24c2)
|
|
Volker
(This used to be commit 69df898afb45e2e577a10649f66f5352887044a2)
|
|
it from the UID.
Andrew Bartlett
(This used to be commit cdc1d0505107d05d784693d321b24208a386d4f0)
|
|
to make it up from the algorithm...
Andrew Bartlett
(This used to be commit 0d8e4066a3bfbe89b464a90fc9f16a7dd1539573)
|
|
for the 'normal' case (not --with-ldapsam).
Andrew Bartlett
(This used to be commit ebe5c618189391e6adf27e565a5821f8d47c8c7d)
|
|
This patch removes 'non unix account range' (same as idra's change in HEAD),
and uses the winbind uid range instead.
More importanly, this patch changes the LDAP schema to use 'ntSid' instead
of 'rid' as the primary attribute. This makes it in common with the group
mapping code, and should allow it to be used closely with a future idmap_ldap.
Existing installations can use the existing functionality by using the
ldapsam_compat backend, and users who compile with --with-ldapsam will get
this by default.
More importantly, this patch adds a 'sambaDomain' object to our schema -
which contains 2 'next rid' attributes, the domain name and the domain sid.
Yes, there are *2* next rid attributes. The problem is that we don't 'own'
the entire RID space - we can only allocate RIDs that could be 'algorithmic'
RIDs. Therefore, we use the fact that UIDs in 'winbind uid' range will be
mapped by IDMAP, not the algorithm.
Andrew Bartlett
(This used to be commit 3e07406ade81e136f67439d4f8fd7fe1dbb6db14)
|
|
(This used to be commit 04d27381325561038bee1c27f10c748b9aaf447d)
|
|
(This used to be commit c7f06f3a480feb1c7b1a44d16c05e1c238800b15)
|
|
(This used to be commit c0903951a144b1f0502e77437ea166d7a26393ba)
|
|
Including smbtorture bugfixes, and a better TCONDEV test.
Andrew Bartlett
(This used to be commit 52c5806004022f153af7d022afdb3ec7cc0d2548)
|
|
> Perform lp_load() before popt to fix -W option.
(This used to be commit f8db590b07cabea3e199109bcdc26eaede189915)
|
|
(This used to be commit d20f4bf5d84f435a7b4b692bf33f05f4ec871a50)
|
|
>Replace workgroup global variable with lp_workgroup()
>
>Call lp_load() before parsing command line options so we can override
>the workgroup value with the -W switch.
(This used to be commit 272d06369d79250b484a22bc7e531eecd03e7c90)
|
|
Call lp_load() before parsing command line options so we can override
the workgroup value with the -W switch.
Fixes bug #39.
(This used to be commit 56f070cd5242ac6c10699ca35726ce68199dd274)
|
|
(This used to be commit f127f964250c86986996afab905b40cff420bfd5)
|
|
(This used to be commit 6a783ca81cead3eed556570152608fd7a224f1ee)
|
|
(This used to be commit 22e61a7e77eabd462f192fb03b5adb1d07fa7409)
|
|
>Patch from waider to set exit code of last executed command specified
>as an argument to -c.
(This used to be commit b1ad69268889dbc2765ae98789112a28dc4c40c6)
|
|
(This used to be commit 7fd7af121ee8ba4f9540394f64fe3c78e2e96cd2)
|
|
(This used to be commit 40d370bec6ef14cfa85e75cdb2f9122110ae9f1d)
|
|
(This used to be commit 4d2106f910d64bf599394c17a30c351244cc137c)
|
|
(This used to be commit 8d70ef6b8cf52e582e385c8c9b8f085b183169fd)
|
|
(This used to be commit d17e04e82b77256f10f4bdf4442dac6d30e197b5)
|
|
(This used to be commit 20bde94eb881009128794283a1d7537bbc62e268)
|
|
(This used to be commit a847ebd82732cc2b430c58c3b287a46db0e35ba1)
|
|
>Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcs
>return unexpected data.
>
>Closes bug #2.
(This used to be commit 2e5f75beafd3f3d81869ce68e77b8c53cd7a2caf)
|