summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages/smb.conf.5.sgml
AgeCommit message (Collapse)AuthorFilesLines
2002-08-17paramater -> parameterJelmer Vernooij1-2/+2
(This used to be commit 0db310d82c9d8f403c41e158662be1260c609542)
2002-08-17Rework the 'guest account get's RID 501' code again...Andrew Bartlett1-0/+4
This moves it right into the passdb subsystem, where we can do this in just one (or 2) places. Due to the fact that this code can be in a tight loop, I've had to make 'guest account' a 'const' paramater, where % macros cannot be used. In any case, if the 'guest account' varies, we are in for some nasty cases in the other code, so it's useful anyway. Andrew Bartlett (This used to be commit 8718e5e7b2651edad15f52a4262dc745df7ad70f)
2002-08-15large set of updates converting some of the textdocs to SGML/DocBook.Gerald Carter1-13/+22
I think these were originally from Jelmer, but I've lost the original message. Also had some syntax errors in the manpages (does no one regenerate after making changes to the SGML source?) Still have some developer specific docs to add from Jelmer in the next go around.... (This used to be commit 5f673b788314325699a64377d514dda435e6c478)
2002-08-03updates the log level parameter man sectionSimo Sorce1-3/+6
can someone regenerate and commit the other formats? thanks (This used to be commit cfc03b9257feeec1ae4b4cbf19d5ddcdabade133)
2002-07-28Warn about n^2 algorithm with utmp=yes.Andrew Bartlett1-0/+6
Andrew Bartlett (This used to be commit 70929a970e7ca0488a6c9ed8664a6857d86349eb)
2002-07-02fix typo in unix extensions descriptionGerald Carter1-3/+3
(This used to be commit 0e10ba465daada29cf57337fbb929c480bbce488)
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett1-39/+8
Importantly: The removal of the silly 'delete user script' behaviour when secuity=domain. I have left the name the same - as it still does the (previously documented, but not in smb.conf(5)) sane behaviour of deleting users on request. When we decide what to do with the 'add user' functionality, we might rename it. Andrew Bartlett (This used to be commit cdcfe3671eb7570e15649b77f708e6579055e7bc)
2002-05-18A few things in this commit:Andrew Bartlett1-5/+17
cleanup some of the code in net_rpc_join re const warnings and fstrings. Passdb: Make the %u and %U substituions in passdb work. This is done by declaring these paramters to be 'const' and doing the substitution manually. I'm told this is us going full circle, but I can't really see a better way. Finally these things actually seem to work properly... Make the lanman code use the pdb's recorded values for homedir etc rather than the values from lp_*() Add code to set the plaintext password in the passdb, where it can decide how to store/set it. For use with a future 'ldap password change' option, or somthing like that... Add pdb_unix, so as to remove the 'not in passdb' special cases from the local_lookup_*() code. Quite small, as it uses the new 'struct passwd -> SAM_ACCOUNT' code that is now in just one place. (also used by pdb_smbpasswd) Other: Fix up the adding of [homes] at session setup time to actually pass the right string, that is the unix homedir, not the UNC path. Fix up [homes] so that for winbind users is picks the correct name. (bad interactions with the default domain code previously) Change the rpc_server/srv_lsa_nt.c code to match NT when for the SATUS_NONE_MAPPED reply: This was only being triggered on no queries, now it is on the 'no mappings' (ie all mappings failed). Checked against Win2k. Policy Question: Should SID -> unix_user.234/unix_group.364 be considered a mapping or not? Currently it isn't. Andrew Bartlett (This used to be commit c28668068b5a3b3cf3c4317e5fb32ec9957f3e34)
2002-05-17Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett1-35/+3
and there is no real reason for it to depend on more than the abilty to compile the code. (This used to be commit 64aaec137e39595e6e61b55eb525615683a1393c)
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett1-361/+2
This option was badly maintained, useless and confused our users and distirbutors. (its SSL, therfore it must be good...) No windows client uses this protocol without help from an SSL tunnel. I can't see any reason why setting up a unix-side SSL wrapper would be any more difficult than the > 10 config options this mess added to samba in any case. On the Samba client end, I think the LIBSMB_PROG hack should be sufficient to start stunnel on the unix side. We might extend this to take %i and %p (IP and port) if there is demand. Andrew Bartlett (This used to be commit b04561d3fd3ee732877790fb4193b20ad72a75f8)
2002-05-17Update the doco for the LDAP options in smb.conf, in line with code changesAndrew Bartlett1-43/+29
a little while back. We might have to look at the migration path for these options. (or as --with-ldap has always been 'experimental' we could ignore it...) Andrew Bartlett (This used to be commit 35e909b33870f6c5d8af9398d6f9f816e83e2ca4)
2002-05-08merging some changes from SAMBA_2_2Gerald Carter1-22/+120
(This used to be commit e8ede079b5af4187573f1b8ed0d94b6f03cbbd22)
2002-04-25* merge from SAMBA_2_2Gerald Carter1-5/+72
* fix typos * regenerate pages (This used to be commit edfafa1d40649101d599859951f7289c1d057cfa)
2002-04-14Merge from 2_2.Volker Lendecke1-2/+6
Volker (This used to be commit 8973a01f5efa547ed356e27fe1660da732b24cdd)
2002-04-13As always, vance looks after the grammer... :-)Andrew Bartlett1-1/+1
(This used to be commit 206f1158bd059de9bf4290935d131f42e4639f99)
2002-04-13Doco update from Hasch@t-online.de (Juergen Hasch)Andrew Bartlett1-0/+2
(This used to be commit 1650bc969fbd36a02758fafd9addc66ea715e835)
2002-04-13More updates from ctrlsoft. (Jelmer Vernooij <jelmer@nl.linux.org>)Andrew Bartlett1-6/+6
Andrew Bartlett (This used to be commit 012b3326c40ca0f8f4c7673310d73f695cc4f79b)
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-0/+21
All uids and gids must create valid RIDs, becouse other code expects this, and can't handle the failure case. (ACL code in particular) Allow admins to adjust the base of the RID algorithm, so avoid clashes with users brought in from NT (for example). Put all the algorithm code back in one place, so that this change is global. Better coping with NULL sid pointers - but it still breaks a lot of stuff. BONUS: manpage entry for new paramater :-) counter based rids for normal users in tdbsam is disabled for the timebeing, idra and I will work out some things here soon I hope. Andrew Bartlett (This used to be commit 5275c94cdf0c64f347d4282f47088d084b1a7ea5)
2002-04-01* merges from SAMBA_2_2Gerald Carter1-0/+16
* addedd "private dir" to smb.conf.5.sgml * regenerated man pages, HOWTOs, etc... (This used to be commit 3b29006e35a991d20cda1c92d535ef016099d0d4)
2002-03-23Documentation updates.Andrew Bartlett1-4/+58
(This used to be commit 9a9e4e92ae079eb906dcc7123df092f4917b5dad)
2002-02-19merge from 2.2Gerald Carter1-15/+7
(This used to be commit 8b357e6551c3a91aa7017ae8dcf38558f15f1c0b)
2002-02-04removed several parameters ("client code page", "valid chars",Gerald Carter1-250/+0
"code page directory", "character set", et. al.) (This used to be commit 6ff236249559f8a11381cab9cc1757b26764a39d)
2002-01-27merge from 2.2 and regenerateGerald Carter1-8/+64
(This used to be commit 55c53ef08974947cf10a79882b63d6d8e8baad4c)
2002-01-24merge from 2.2Gerald Carter1-1/+1
(This used to be commit 2137c7163475691056fe1701b75128e238520b05)
2002-01-20Vance and his eagle eyes spotted a copy and paste error in my smb.conf updates.Andrew Bartlett1-11/+0
Thanks! Andrew Bartlett (This used to be commit 7f7a53e8489f97ced28936252eca322c09b01d61)
2002-01-20This is another *BIG* change...Andrew Bartlett1-23/+71
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)
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-1/+18
<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)
2002-01-05merge from 2.2 and regenerate docsGerald Carter1-8/+11
(This used to be commit f7d900873c3553dde88d42d903b74dc49c9a6c71)
2001-12-06merge from 2.2Gerald Carter1-119/+294
(This used to be commit c5ee06b7c8fc9f1fec679acc7d7f47f333707456)
2001-10-10Merge from 2.2Tim Potter1-1/+1
(This used to be commit c6a01f0a67148a234175439bdfe439ae011d397d)
2001-10-10mega-merge from 2.2Gerald Carter1-248/+397
(This used to be commit c76bf8ed3275e217d1b691879153fe9137bcbe38)
2001-09-14Update manpage for new 'add machine script' paramaterAndrew Bartlett1-0/+20
(This used to be commit 68dc525e8e7906a8618b6d28c5543ce89768563d)
2001-09-11Fixed some bad markup.Tim Potter1-2/+2
(This used to be commit f66899965ea3d9677ba75dff56df2319b3e4b7c0)
2001-09-11Standardised on 'var = value' when referencing smb.conf parameters, ratherTim Potter1-39/+39
than 'var=value'. Fixed up some dodgy quoting on the way. (This used to be commit 0606c194d6e3aba0c1aac883fe04e0c6e9e9a578)
2001-08-26Change default 'name resolve order' to WINS before DNS.Volker Lendecke1-1/+1
Volker (This used to be commit 5fc8c51983f36b0b2bbb2704a522026dc64d0b65)
2001-08-22Mention 'delete veto files' in 'veto files' descriptionVolker Lendecke1-7/+8
Volker (This used to be commit ef5c09eebe29161920536cbe708b10659a77386e)
2001-08-22Fixed typo.Volker Lendecke1-1/+1
Volker (This used to be commit 880c1cc751d017886bcd175eefa3d547a0f99c43)
2001-08-21Fixed a little typo.Volker Lendecke1-1/+1
Volker (This used to be commit a1e97aafe54a2960409637d67af847420b003ec8)
2001-06-01syncing up with SAMBA_2_2Gerald Carter1-228/+437
(This used to be commit 1bc58c21b15fcdb0a504d051f60e20c4e24441e6)
2001-04-28fixed %u/%U exampleAndrew Tridgell1-1/+1
(This used to be commit 40e7834bb9c7440feba250832c3b85757ae4c9f9)
2001-04-19merge from 2.2Gerald Carter1-745/+1242
(This used to be commit 6270765ed5d4e94d34af6d512f17f403b9624699)
2001-02-22housekeeping and a new SGML source file (findsmb)Gerald Carter1-0/+7435
(This used to be commit d509bb881da1fdad108a843fa35e2ed7248617e9)