1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
Commit Graph

420 Commits

Author SHA1 Message Date
Tim Potter
ad54472200 Added signal handling section. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
faa3f49430 - added example config section to winbindd man page
- reran yodldocs with newer version of yodl
0001-01-01 00:00:00 +00:00
Gerald Carter
3fed01f9c3 Added mention of the CUPS option for the printing parameter
-jerry
0001-01-01 00:00:00 +00:00
Tim Potter
810726a33b Manpage version of yodl doc. 0001-01-01 00:00:00 +00:00
Tim Potter
dce11c9cd1 HTML version of yodl doc. 0001-01-01 00:00:00 +00:00
Tim Potter
2463f68902 Changed all references of ntdom to winbind. 0001-01-01 00:00:00 +00:00
Tim Potter
1d3bd3c486 Added winbindd parameters to smb.conf documentation. 0001-01-01 00:00:00 +00:00
Tim Potter
dbe26556e7 Initial version of winbindd manual page. 0001-01-01 00:00:00 +00:00
Jeremy Allison
8fb9843c40 samba-bugs -> samba.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
4fbc7358d2 Updated docs for "inherit permissions" fix.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
95d37a1d25 Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.
Jeremy.
0001-01-01 00:00:00 +00:00
Richard Sharpe
eeb9482f08 Fix minor typos in the yodl for smb.conf.5 and fix minor English problems :-) 0001-01-01 00:00:00 +00:00
Andrew Tridgell
9fd955409f the -i options are gone from nmbd and smbd - use the smb.conf
parameter "netbios scope" instead

-i is still available in the command line utils, as these may be used
to contact another scope
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ccb6e36d65 added "netbios scope" docs 0001-01-01 00:00:00 +00:00
Andrew Tridgell
d7b2087865 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that were in the head branch but weren't in SAMBA_2_0 0001-01-01 00:00:00 +00:00
Andrew Tridgell
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
Luke Leighton
f973195b5c adding bits about SAM database security, and what the SAM commands are
actually for.
0001-01-01 00:00:00 +00:00
Luke Leighton
b31de16407 explicit reference to tell people that rpcclient doesn't work with
Windows 95.  i can just imagine some people saying "it dunna wurk on
my box at home", and me having to reply, "i dunna care".
0001-01-01 00:00:00 +00:00
Luke Leighton
28a63ac24d yodl update 0001-01-01 00:00:00 +00:00
Luke Leighton
d8d1daff6f oops. 0001-01-01 00:00:00 +00:00
Luke Leighton
3a6900ad7b adding some command descriptions behind the rpcclient commands. 0001-01-01 00:00:00 +00:00
Luke Leighton
9eef1817f8 yodl update - rpcclient 0001-01-01 00:00:00 +00:00
Luke Leighton
a46b33079f added an rpcclient man page. wow! 0001-01-01 00:00:00 +00:00
Tim Potter
31f0a7a334 Fixed typo in automatic printer install share name.
Removed confusing 'writeable = no' parameter from example [printers]
entry.
0001-01-01 00:00:00 +00:00
Tim Potter
61d5407159 According to params/loadparm.c, the "case sensitive", "casesignames",
and "short preserve case" name mangling parameters are local options
but the documentation says they are globals.
0001-01-01 00:00:00 +00:00
Herb Lewis
d3dd8cdc12 add description of -P option 0001-01-01 00:00:00 +00:00
Tim Potter
5e0994b8bb Fixed quoting/escaping bug in example code. 0001-01-01 00:00:00 +00:00
Herb Lewis
1a0e378a6f add Windows 2000 version of Plain Text Password registry entry 0001-01-01 00:00:00 +00:00
Matthew Chapman
4a23a358b5 Trying to improve DC location & browsing performance for the average user
who doesn't know what an LMB or DMB is.

* check_master_browser_exists now performs the check the first time
around, so if there is indeed no master browser then Samba takes up the job
much faster.

* Upped default OS level to 32. There is no reason why some stupid little
Windows box should become LMB instead of a Samba *server*.

* "domain master" now defaults to "auto". Currently this attempts to
become DMB iff Samba is the PDC (ala Windows NT). "preferred master" also
defaults to "auto", which enables preferred master iff Samba is DMB.

* lp_server_role now just returns the predetermined role, rather than
working it out each time, since the server role is becoming very heavily
used (esp for the BDC code).
0001-01-01 00:00:00 +00:00
John Terpstra
5feb10ef13 Put this back after it dropped off. 0001-01-01 00:00:00 +00:00
Tim Potter
753596246c Documentation for VFS construction. 0001-01-01 00:00:00 +00:00
Gerald Carter
644cda5d80 referred reader to NT Domain FAQ for more info (copy of update to 2.0) 0001-01-01 00:00:00 +00:00
John Terpstra
1041d53ec2 Folding into Samba-2.1.X tree documents added to 2.0.3. 0001-01-01 00:00:00 +00:00
Christopher R. Hertel
fcbdf5fe97 Updated the docs to match the changes I made to debug2html.
Chris -)-----
0001-01-01 00:00:00 +00:00
Christopher R. Hertel
a045186d4d First go at documentation for debug2html.
Chris -)-----
0001-01-01 00:00:00 +00:00
Luke Leighton
2bc031e8fa added ldap files by Matthew Chapman. 0001-01-01 00:00:00 +00:00
Luke Leighton
4f85105578 added text and html versions of LDAP.yo. smb.conf.5 not generated yet
because there were parts rejected from the ldap patch file.
0001-01-01 00:00:00 +00:00
Luke Leighton
2c438c86cb matthew chapman's ldap code, to date. plus docs! 0001-01-01 00:00:00 +00:00
Andrew Tridgell
7e9b687de7 fixed a link to testparm.1.html 0001-01-01 00:00:00 +00:00
John Terpstra
f8b811bcda Updated version info and date in document headers. 0001-01-01 00:00:00 +00:00
Luke Leighton
13a656b0e5 adding group parsing: add/modify/delete/add members. 0001-01-01 00:00:00 +00:00
Luke Leighton
da442218c5 updating smb.conf from yodl 0001-01-01 00:00:00 +00:00
Luke Leighton
37a6acf43c missed out endit()s, ta andrej. 0001-01-01 00:00:00 +00:00
Luke Leighton
b95b2b5d44 updated smb.conf - have not done a yodl2xxx. 0001-01-01 00:00:00 +00:00
John Terpstra
8de177b05a Fixed typo. "Browsable is an acronym for browseable. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
98b72722c8 re-ran yodl 0001-01-01 00:00:00 +00:00
Andrew Tridgell
bfca6e6a9d got rid of a dangerous message command example 0001-01-01 00:00:00 +00:00
Luke Leighton
f057b2e7a2 updated from yodl 0001-01-01 00:00:00 +00:00
Luke Leighton
6c4cf9ea4a added "domain group map" and "local group map" explanations. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
7cb1470eb3 use http://samba.org/ not http://samba.org/samba/ 0001-01-01 00:00:00 +00:00