summaryrefslogtreecommitdiffstats
path: root/docs/docbook
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix another opened-but-not-closed tagAlexander Bokovoy2003-03-251-3/+1
|
* Fixed opened-but-not-closed listitem/varlistentry for LDAPADMINDNAlexander Bokovoy2003-03-251-0/+2
|
* Fix missing tag pairsAlexander Bokovoy2003-03-252-2/+3
|
* Add notes for packagersJelmer Vernooij2003-03-242-0/+42
|
* Remove documentation for removed optionsJelmer Vernooij2003-03-242-2/+0
|
* Document common arguments with entitiesJelmer Vernooij2003-03-2416-507/+220
|
* Build the profiles.1 and smbtree.1 manpagesJelmer Vernooij2003-03-231-1/+2
|
* Document Tim's smbtree programJelmer Vernooij2003-03-231-0/+91
|
* This does two things:Volker Lendecke2003-03-231-0/+26
| | | | | | | | | | | | | | | | | | | | | | * pdbedit -i -e sets all SAM_ACCOUNT elements to CHANGED to satisfy the new pdb_ldap.c handling * pdbedit -g transfers group mappings. I made this separate from the user database, as current installations have to live with a split backend. So, if you are running 3_0 alphas with LDAP as a backend and upgrade to the next 3_0 alpha, you should call pdbedit -i tdbsam -e ldapsam -g to transfer your group mapping database to LDAP. You certainly have to have all your groups as posixGroup objects in LDAP and adapt the LDAP schema before this call. Volker
* This adds 'ldap delete dn' as the recommended parameterVolker Lendecke2003-03-231-4/+14
| | | | | | | | for the 'ldap del only sam attr' functionality. So we are compatiple to the current SuSE patches as well as to TNG... ;-) Volker
* Add minimum man pageJelmer Vernooij2003-03-231-0/+88
|
* Also move -V to -C in docsJelmer Vernooij2003-03-231-3/+3
|
* Update smbcacls.1 for 3.0Jelmer Vernooij2003-03-201-7/+15
|
* Update swat docs for 3.0Jelmer Vernooij2003-03-201-11/+24
|
* Update wbinfo.1 for 3.0Jelmer Vernooij2003-03-201-1/+25
|
* Don't generate a Samba-Developers-Guide.{ps,txt} with the contentsJelmer Vernooij2003-03-191-4/+4
| | | | of the Samba HOWTO collection
* It's init_module(), not module_init() as metze pointed out. I really thought ↵Jelmer Vernooij2003-03-191-2/+2
| | | | I check this well enough :-/
* Fix uncompleted sentenceJelmer Vernooij2003-03-191-3/+3
|
* Add documentation on new modules systemJelmer Vernooij2003-03-193-3/+159
|
* Add paramter 'ldap del only sam attr'.Volker Lendecke2003-03-191-2/+9
| | | | | | | This patch is heavily based on a patch by SuSE. Thanks to Guenther Deschner <gd@suse.de> for providing it. Volker
* Fix typo.Volker Lendecke2003-03-191-1/+1
| | | | | | Thanks to Guenther Deschner <gd@suse.de> Volker
* More updates:Jelmer Vernooij2003-03-183-81/+52
| | | | | | - Add SWAT as way to configure samba - Remove some duplicated information - Move some information to the part of the howto it belongs
* - Move instructions on compiling samba to appendixJelmer Vernooij2003-03-184-328/+333
| | | | | - Add notes about binary packages - Some small fixes (typos, remove outdated stuff)
* Put in documentation update by jhtJelmer Vernooij2003-03-183-54/+94
|
* Added a slightly modified version of Tridge's note about securingTim Potter2003-03-172-0/+183
| | | | a Samba server.
* Run autoconf. Shouldn't we have an autogen.sh here?Tim Potter2003-03-171-2/+11
|
* Call AC_MSG_ERROR if jw, perl or htmldoc is not installed rather thanTim Potter2003-03-171-0/+10
| | | | generate a bodgy Makefile.
* Merge cifsntdomain.sgml fixes from 3.0 branchAlexander Bokovoy2003-03-131-26/+35
|
* Add Ronan Waide's info about the setdriver call.Jelmer Vernooij2003-03-091-4/+24
|
* Add some printing question & answersJelmer Vernooij2003-03-092-0/+18
|
* Add Q&A for people having trouble trying to log in without a properJelmer Vernooij2003-03-081-0/+14
| | | | samba user database.
* Add notes on increasing performance on AIX, based on an email from William JojoJelmer Vernooij2003-03-081-0/+12
|
* Add documentation on line returned by 'add printer command' scriptJelmer Vernooij2003-03-061-1/+7
|
* Redirect to printer docs for removed optionsJelmer Vernooij2003-03-061-0/+3
|
* Remove documentation for obsolete parameters, but add a note in ↵Jelmer Vernooij2003-02-272-146/+18
| | | | 'upgrading-to-3.0'
* Document -kJelmer Vernooij2003-02-181-0/+9
|
* Few small cosmetic changesJelmer Vernooij2003-02-184-9/+3
|
* Use sgml syntax for warningsJelmer Vernooij2003-02-181-3/+4
|
* Move all password database stuff to one document - hope this makes it somewhatJelmer Vernooij2003-02-185-991/+2
| | | | more understandable for the user. Comments are welcome!
* Update introductionJelmer Vernooij2003-02-181-38/+64
|
* Some small updatesJelmer Vernooij2003-02-151-3/+12
|
* Add draft of universal passdb document that combines ENCRYPTION.sgml,Jelmer Vernooij2003-02-151-0/+933
| | | | Samba-LDAP-HOWTO.sgml, pdb_mysql.sgml and pdb_xml.sgml
* Fix *a lot* of syntax errorsJelmer Vernooij2003-02-151-49/+94
|
* Add reference to example mysql.dump fileJelmer Vernooij2003-02-151-0/+13
|
* Convert Anthony's RPC doc to SGML/XMLJelmer Vernooij2003-02-012-0/+78
|
* First attempt to convert John's GroupProfiles stuff to SGML/XMLJelmer Vernooij2003-02-011-0/+2
|
* First attempt to migrate the GroupProfiles stuff by John to SGML/XMLJelmer Vernooij2003-02-011-0/+240
|
* More doco updates, in particular the fact that you must configure the smb.confAndrew Bartlett2003-02-012-88/+51
| | | | | | | | *before* you join, otherwise we don't have all the info that 'net join' needs. Also move from smbpasswd -j to 'net join' in the examples. Andrew Bartlett
* Clarify that 'use spnego = yes' is fine in all known situations.Andrew Bartlett2003-02-011-3/+3
| | | | Andrew Bartlett
* Minor doco updates - with a slightly bigger change to theAndrew Bartlett2003-02-012-44/+80
| | | | | | | | | 'security=server/domain' text, to try and explain the difference better, and why you should always use the latter. Also update the BDC-HOWTO to have some relation to current reality. Andrew Bartlett