Age | Commit message (Collapse) | Author | Files | Lines |
|
No more XP requiresignorseal anymore!
Thanks again to Luke :-)
Volker
(This used to be commit 6b2b55901d66cab0c0c0c90bd0585c870be6e468)
|
|
* Remove 'ldap del only sam attr' after asking Lars Mueller from SuSE first.
It is replaced by 'ldap delete dn'
* Fix a typo in docs.
* Document 'set primary group script'.
Volker
(This used to be commit 0be502a9c09ff319c87394bb36665be9731c23bb)
|
|
(This used to be commit 36a1fea696ca2c729c0f2e71d4587fafdc3daf94)
|
|
This adds 'ldap delete dn' as the recommended parameter
for the 'ldap del only sam attr' functionality. So
we are compatiple to the current SuSE patches as well
as to TNG... ;-)
Volker
(This used to be commit 53b5704ff21de6fce097d74dd7f235d3ceccec66)
|
|
Volker
(This used to be commit f42032060812e9bf409042c790e71fefb40ff17a)
|
|
Thanks to Guenther Deschner <gd@suse.de>
Volker
(This used to be commit 52250e42a99390deb58478305410b93b877aa015)
|
|
regen the docs?
Thanks,
Volker
(This used to be commit 69dbad2d5de1795860cfffc5243a4e22fd8f3fcb)
|
|
(This used to be commit fae5f3baeb6d82b0638910cef53edcfed99a7018)
|
|
(This used to be commit f40fc6fcdf26bac0df5104a05c941f522b889381)
|
|
also fixed a number of syntax errors in the SGML source
for several man pages (people really need to start validating
docs before checking them in).
(This used to be commit 91a21782e09562644ab4938cb0170b8fb94f0ccf)
|
|
(This used to be commit 8b156ed0db3e54aa3265a2579e72c50c39b5beef)
|
|
Sorry but there are way too many changes to track down all the commit
messages and list them here. Most of the changes look like updates
and cleanups from Jelmer though.
(This used to be commit 75615648d0ace3bde6a2ef2dad562094f1b25d00)
|
|
(This used to be commit 2087e16b87d32170c08394fe589f1eb54e42a68e)
|
|
This hopefully provides a peformance boost by not hitting getpwnam() for every
entry in an enumeration, instead reteriving entries directly (if available).
idra has reviewed this patch.
Andrew Bartlett
(This used to be commit 8abe71c4d7a796001c5765f4dd88c2e6f5637802)
|
|
(This used to be commit 904e48e49f42d9dfef7f8bcc1b01fc8b1345c36c)
|
|
(This used to be commit 2eb7f0acd761a11bb0f24010347247074c5ed49a)
|
|
(This used to be commit c0ca286e36d49deba6c73690114b0d867cbfd63e)
|
|
English typo fixes and updates of documentation
(This used to be commit cf240f14a53d95261c557a881cf67c7d3d316a57)
|
|
(This used to be commit b5d03c7b55fb2f34fa4d0228abe4389020e5ed5f)
|
|
(This used to be commit 19ab776bf9c91cf4e56887fd7a63d3253b7e36ef)
|
|
(This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
|
|
Volker
(This used to be commit 8ecfed59a3905c25a708172bf39511a0b7637776)
|
|
* addedd "private dir" to smb.conf.5.sgml
* regenerated man pages, HOWTOs, etc...
(This used to be commit 3b29006e35a991d20cda1c92d535ef016099d0d4)
|
|
(This used to be commit 9a9e4e92ae079eb906dcc7123df092f4917b5dad)
|
|
(This used to be commit 8b357e6551c3a91aa7017ae8dcf38558f15f1c0b)
|
|
"code page directory", "character set", et. al.)
(This used to be commit 6ff236249559f8a11381cab9cc1757b26764a39d)
|
|
(This used to be commit 55c53ef08974947cf10a79882b63d6d8e8baad4c)
|
|
(This used to be commit 2137c7163475691056fe1701b75128e238520b05)
|
|
Thanks!
Andrew Bartlett
(This used to be commit 7f7a53e8489f97ced28936252eca322c09b01d61)
|
|
Samba now features a pluggable passdb interface, along the same lines as the
one in use in the auth subsystem. In this case, only one backend may be active
at a time by the 'normal' interface, and only one backend per passdb_context is
permitted outside that.
This pluggable interface is designed to allow any number of passdb backends to
be compiled in, with the selection at runtime. The 'passdb backend' paramater
has been created (and documented!) to support this.
As such, configure has been modfied to allow (for example) --with-ldap and the
old smbpasswd to be selected at the same time.
This patch also introduces two new backends: smbpasswd_nua and tdbsam_nua.
These two backends accept 'non unix accounts', where the user does *not* exist
in /etc/passwd. These accounts' don't have UIDs in the unix sense, but to
avoid conflicts in the algroitmic mapping of RIDs, they use the values
specified in the 'non unix account range' paramter - in the same way as the
winbind ranges are specifed.
While I was at it, I cleaned up some of the code in pdb_tdb (code copied
directly from smbpasswd and not really considered properly). Most of this was
to do with % macro expansion on stored data. It isn't easy to get the macros
into the tdb, and the first password change will 'expand' them. tdbsam needs
to use a similar system to pdb_ldap in this regard.
This patch only makes minor adjustments to pdb_nisplus and pdb_ldap, becouse I
don't have the test facilities for these. I plan to incoroprate at least
pdb_ldap into this scheme after consultation with Jerry.
Each (converted) passdb module now no longer has any 'static' variables, and
only exports 1 init function outside its .c file.
The non-unix-account support in this patch has been proven! It is now possible
to join a win2k machine to a Samba PDC without an account in /etc/passwd!
Other changes:
Minor interface adjustments:
pdb_delete_sam_account() now takes a SAM_ACCOUNT, not a char*.
pdb_update_sam_account() no longer takes the 'override' argument that was being
ignored so often (every other passdb backend). Extra checks have been added in
some places.
Minor code changes:
smbpasswd no longer attempts to initialise the passdb at startup, this is
now done on first use.
pdbedit has lost some of its 'machine account' logic, as this behaviour is now
controlled by the passdb subsystem directly.
The samr subsystem no longer calls 'local password change', but does the pdb
interactions directly. This allow the ACB_ flags specifed to be transferred
direct to the backend, without interference.
Doco:
I've updated the doco to reflect some of the changes, and removed some paramters
no longer applicable to HEAD.
(This used to be commit ff354c99c585068af6dc1ff35a1f109a806b326b)
|
|
<a.bokovoy@sam-solutions.net>.
The idea is the domain\username is rather harsh for unix systems - people don't
expect to have to FTP, SSH and (in particular) e-mail with a username like
that.
This 'corrects' that - but is not without its own problems.
As you can see from the changes to files like username.c and wb_client.c (smbd's
winbind client code) a lot of assumptions are made in a lot of places about
lp_winbind_seperator determining a users's status as a domain or local user.
The main change I will shortly be making is to investigate and kill off
winbind_initgroups() - as far as I know it was a workaround for an old bug in
winbind itself (and a bug in RH 5.2) and should no longer be relevent.
I am also going to move to using the 'winbind uid' and 'winbind gid' paramaters
to determine a user/groups's 'local' status, rather than the presence of the
seperator.
As such, this functionality is recommended for servers providing unix services,
but is currently less than optimal for windows clients.
(TODO: remove all references to lp_winbind_seperator() and
lp_winbind_use_default_domain() from smbd)
Andrew Bartlett
(This used to be commit 07a21fcd2311d2d9b430b99303e3532a8c1159e4)
|
|
(This used to be commit f7d900873c3553dde88d42d903b74dc49c9a6c71)
|
|
(This used to be commit c5ee06b7c8fc9f1fec679acc7d7f47f333707456)
|
|
(This used to be commit c6a01f0a67148a234175439bdfe439ae011d397d)
|
|
(This used to be commit c76bf8ed3275e217d1b691879153fe9137bcbe38)
|
|
(This used to be commit 68dc525e8e7906a8618b6d28c5543ce89768563d)
|
|
(This used to be commit f66899965ea3d9677ba75dff56df2319b3e4b7c0)
|
|
than 'var=value'.
Fixed up some dodgy quoting on the way.
(This used to be commit 0606c194d6e3aba0c1aac883fe04e0c6e9e9a578)
|
|
Volker
(This used to be commit 5fc8c51983f36b0b2bbb2704a522026dc64d0b65)
|
|
Volker
(This used to be commit ef5c09eebe29161920536cbe708b10659a77386e)
|
|
Volker
(This used to be commit 880c1cc751d017886bcd175eefa3d547a0f99c43)
|
|
Volker
(This used to be commit a1e97aafe54a2960409637d67af847420b003ec8)
|
|
(This used to be commit 1bc58c21b15fcdb0a504d051f60e20c4e24441e6)
|
|
(This used to be commit 40e7834bb9c7440feba250832c3b85757ae4c9f9)
|
|
(This used to be commit 6270765ed5d4e94d34af6d512f17f403b9624699)
|
|
(This used to be commit d509bb881da1fdad108a843fa35e2ed7248617e9)
|