From 2e779c356247a21344d0befea8ed0640d94c04cc Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 20 May 2008 11:03:33 +0200 Subject: man pages: Add documentation for new cluster parameters. Karolin (This used to be commit 029875d8c9b2f9448f5299faaa3a48e8bccbca53) --- docs-xml/smbdotconf/misc/clusteraddresses.xml | 17 +++++++++++++++++ docs-xml/smbdotconf/misc/clustering.xml | 17 +++++++++++++++++ docs-xml/smbdotconf/misc/ctdbdsocket.xml | 16 ++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 docs-xml/smbdotconf/misc/clusteraddresses.xml create mode 100644 docs-xml/smbdotconf/misc/clustering.xml create mode 100644 docs-xml/smbdotconf/misc/ctdbdsocket.xml (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/misc/clusteraddresses.xml b/docs-xml/smbdotconf/misc/clusteraddresses.xml new file mode 100644 index 0000000000..d34d5503d3 --- /dev/null +++ b/docs-xml/smbdotconf/misc/clusteraddresses.xml @@ -0,0 +1,17 @@ + + + With this parameter you can add additional addresses + nmbd will register with a WINS server. These addresses are not + necessarily present on all nodes simultaneously, but they will + be registered with the WINS server so that clients can contact + any of the nodes. + + + + +10.0.0.1 10.0.0.2 10.0.0.3 + diff --git a/docs-xml/smbdotconf/misc/clustering.xml b/docs-xml/smbdotconf/misc/clustering.xml new file mode 100644 index 0000000000..b85934e78e --- /dev/null +++ b/docs-xml/smbdotconf/misc/clustering.xml @@ -0,0 +1,17 @@ + + + This parameter specifies whether Samba should contact + ctdb for accessing its tdb files and use ctdb as a backend + for its messaging backend. + + + Set this parameter to yes only if + you have a cluster setup with ctdb running. + + +no + diff --git a/docs-xml/smbdotconf/misc/ctdbdsocket.xml b/docs-xml/smbdotconf/misc/ctdbdsocket.xml new file mode 100644 index 0000000000..a478553ec1 --- /dev/null +++ b/docs-xml/smbdotconf/misc/ctdbdsocket.xml @@ -0,0 +1,16 @@ + +default + + If you set clustering=yes, + you need to tell Samba where ctdbd listens on its unix domain + socket. The default path as of ctdb 1.0 is /tmp/ctdb.socket which + you have to explicitly set for Samba in smb.conf. + + + +/tmp/ctdb.socket + -- cgit From a84c7455ae11ffeef3fc35f2774bad634837a7b6 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 16 May 2008 09:27:20 +0200 Subject: man pages: Remove man page for 'mangled map'. 'mangled map' has been removed with dee8beba7a92b8a3f68bbcc59fd0a827f68c7736. Karolin (cherry picked from commit d9b4e500675a378daba50d12cd638a245aa78b72) (This used to be commit 48bf0b42a7d3829d476a50b4f6f80022279b4e49) --- docs-xml/smbdotconf/filename/mangledmap.xml | 33 ----------------------------- 1 file changed, 33 deletions(-) delete mode 100644 docs-xml/smbdotconf/filename/mangledmap.xml (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/filename/mangledmap.xml b/docs-xml/smbdotconf/filename/mangledmap.xml deleted file mode 100644 index b4be3a80d2..0000000000 --- a/docs-xml/smbdotconf/filename/mangledmap.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - This is for those who want to directly map UNIX file names which cannot be represented on - Windows/DOS. The mangling of names is not always what is needed. In particular you may have - documents with file extensions that differ between DOS and UNIX. - For example, under UNIX it is common to use .html - for HTML files, whereas under Windows/DOS .htm - is more commonly used. - - - - So to map html to htm - you would use: - - - - (*.html *.htm). - - - - One very useful case is to remove the annoying ;1 off - the ends of filenames on some CDROMs (only visible under some UNIXes). To do this use a map of - (*;1 *;). - - - -no mangled map -(*;1 *;) - -- cgit