From 01f0236f58775e2bf60250caf2b9740bd9f988ea Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 30 Mar 2003 11:22:22 +0000 Subject: - Regenerate docs - Document 'preload modules' (This used to be commit 57407401d0f261d4b8e42fdc64479afef10211c3) --- docs/docbook/manpages/smb.conf.5.sgml | 18 +++++++++++++++++- docs/docbook/smbdotconf/misc/preloadmodules.xml | 15 +++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 docs/docbook/smbdotconf/misc/preloadmodules.xml (limited to 'docs/docbook') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 0968faa584..ef4f9cd783 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -729,6 +729,7 @@ alias|alias|alias|alias... prefered master preferred master preload + preload modules printcap printcap name private dir @@ -3452,7 +3453,7 @@ df $1 | tail -1 | awk '{print $2" "$4}' ldap del only sam attr (G) - Inverted synonym for + Inverted synonym for ldap delete dn. @@ -5964,6 +5965,21 @@ df $1 | tail -1 | awk '{print $2" "$4}' + + preload modules (G) + This is a list of paths to modules that should + be loaded into smbd before a client connects. This improves + the speed of smbd when reacting to new connections somewhat. + + It is recommended to only use this option on heavy-performance + servers. + + Default: preload modules = + + Example: preload modules = /usr/lib/samba/passdb/mysql.so + + + preserve case (S) diff --git a/docs/docbook/smbdotconf/misc/preloadmodules.xml b/docs/docbook/smbdotconf/misc/preloadmodules.xml new file mode 100644 index 0000000000..52b8c412e6 --- /dev/null +++ b/docs/docbook/smbdotconf/misc/preloadmodules.xml @@ -0,0 +1,15 @@ + + preload modules (S) + This is a list of paths to modules that should + be loaded into smbd before a client connects. This improves + the speed of smbd when reacting to new connections somewhat. + + It is recommended to only use this option on heavy-performance + servers. + + Default: preload modules = + + Example: preload modules = /usr/lib/samba/passdb/mysql.so+++ + + + -- cgit From b49099ec1418a6af519c5d3a8d94c2faa7da2fe2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 31 Mar 2003 00:32:13 +0000 Subject: smbpasswd -> net (This used to be commit 25f2ebd2711182645fcb2225b4a5a4ed9d3c6dd7) --- docs/docbook/manpages/winbindd.8.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/docbook') diff --git a/docs/docbook/manpages/winbindd.8.sgml b/docs/docbook/manpages/winbindd.8.sgml index 177265caf1..0beddf0ea5 100644 --- a/docs/docbook/manpages/winbindd.8.sgml +++ b/docs/docbook/manpages/winbindd.8.sgml @@ -260,7 +260,7 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok The next step is to join the domain. To do that use the - smbpasswd program like this: + net program like this: net join -S PDC -U Administrator -- cgit From b5622cd977089ea8da605eff18e226985fc581ef Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 31 Mar 2003 11:02:22 +0000 Subject: 3 things: * 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'. Alexander, could you check the file in smbdotconf/ please? Thanks. Volker (This used to be commit f0a32b9c1bdec504ec285486adc05936547f6dc5) --- docs/docbook/manpages/smb.conf.5.sgml | 33 ++++++++++++++-------- docs/docbook/smbdotconf/ldap/ldapdeletedn.xml | 2 +- .../docbook/smbdotconf/ldap/ldapdelonlysamattr.xml | 6 ---- .../smbdotconf/logon/setprimarygroupscript.xml | 17 +++++++++++ 4 files changed, 39 insertions(+), 19 deletions(-) delete mode 100644 docs/docbook/smbdotconf/ldap/ldapdelonlysamattr.xml create mode 100644 docs/docbook/smbdotconf/logon/setprimarygroupscript.xml (limited to 'docs/docbook') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index ef4f9cd783..90b636fc87 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -657,7 +657,6 @@ alias|alias|alias|alias... ldap admin dn ldap delete dn - ldap del only sam attr ldap filter ldap port ldap server @@ -746,6 +745,7 @@ alias|alias|alias|alias... root directory security server string + set primary group script show add printer wizard shutdown script smb passwd file @@ -3440,7 +3440,7 @@ df $1 | tail -1 | awk '{print $2" "$4}' - ldap del only sam attr (G) + ldap delete dn (G) This parameter specifies whether a delete operation in the ldapsam deletes the complete entry or only the attributes specific to Samba. @@ -3451,16 +3451,6 @@ df $1 | tail -1 | awk '{print $2" "$4}' - - ldap del only sam attr (G) - Inverted synonym for - ldap delete dn. - - - - - - ldap filter (G) This parameter specifies the RFC 2254 compliant LDAP search filter. @@ -6955,6 +6945,25 @@ print5|My Printer 5 + + set primary group script (G) + Thanks to the Posix subsystem in NT a + Windows User has a primary group in addition to the + auxiliary groups. This script sets the primary group + in the unix userdatase when an administrator sets the + primary group from the windows user manager or when + fetching a SAM with net rpc + vampire. %u will be + replaced with the user whose primary group is to be + set. %g will be replaced with + the group to set. + + Default: No default value + + Example: set primary group script = /usr/sbin/usermod -g '%g' '%u' + + + diff --git a/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml b/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml index 2b081853c6..f4a820c16d 100644 --- a/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml +++ b/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml @@ -1,5 +1,5 @@ - ldap del only sam attr (G) + ldap delete dn (G) This parameter specifies whether a delete operation in the ldapsam deletes the complete entry or only the attributes specific to Samba. diff --git a/docs/docbook/smbdotconf/ldap/ldapdelonlysamattr.xml b/docs/docbook/smbdotconf/ldap/ldapdelonlysamattr.xml deleted file mode 100644 index bae5b51e60..0000000000 --- a/docs/docbook/smbdotconf/ldap/ldapdelonlysamattr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - ldap del only sam attr (G) - Inverted synonym for - ldap delete dn. - - diff --git a/docs/docbook/smbdotconf/logon/setprimarygroupscript.xml b/docs/docbook/smbdotconf/logon/setprimarygroupscript.xml new file mode 100644 index 0000000000..c4b2aa1d92 --- /dev/null +++ b/docs/docbook/smbdotconf/logon/setprimarygroupscript.xml @@ -0,0 +1,17 @@ +set primary group script (G) + Thanks to the Posix subsystem in NT a + Windows User has a primary group in addition to the + auxiliary groups. This script sets the primary group + in the unix userdatase when an administrator sets the + primary group from the windows user manager or when + fetching a SAM with net rpc + vampire. %u will be + replaced with the user whose primary group is to be + set. %g will be replaced with + the group to set. + + Default: No default value + + Example: set primary group script = /usr/sbin/usermod -g '%g' '%u' + + -- cgit From 53ff901f95f64cb5cf2368257a9ef57669aa68a1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 31 Mar 2003 20:53:18 +0000 Subject: Add very basic documentation for ntlm_auth (This used to be commit e09a6fe276f01890604f4af327a91a373a886d2c) --- docs/docbook/Makefile.in | 2 +- docs/docbook/manpages/ntlm_auth.1.sgml | 136 +++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 docs/docbook/manpages/ntlm_auth.1.sgml (limited to 'docs/docbook') diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index 66266196d5..94987ff3a2 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -22,7 +22,7 @@ MANPAGES_NAMES=findsmb.1 smbclient.1 \ smb.conf.5 wbinfo.1 pdbedit.8 \ smbcacls.1 smbsh.1 winbindd.8 \ smbgroupedit.8 vfstest.1 \ - profiles.1 smbtree.1 + profiles.1 smbtree.1 ntlm_auth.1 ## This part contains only rules. You shouldn't need to change it ## if you are adding docs diff --git a/docs/docbook/manpages/ntlm_auth.1.sgml b/docs/docbook/manpages/ntlm_auth.1.sgml new file mode 100644 index 0000000000..52ab1db9e4 --- /dev/null +++ b/docs/docbook/manpages/ntlm_auth.1.sgml @@ -0,0 +1,136 @@ + %globalentities; +]> + + + + ntlm_auth + 1 + + + + + ntlm_auth + tool for executing client side + MS-RPC functions + + + + + ntlm_auth + -A authfile + -c <command string> + -d debuglevel + -h + -l logfile + -N + -s <smb config file> + -U username[%password] + -W workgroup + -N + -I destinationIP + server + + + + + DESCRIPTION + + This tool is part of the Samba + 7 suite. + + ntlm_auth is a helper utility that authenticates + users using NT/LM authentication. It returns 0 if the users is authenticated + successfully and 1 if access was denied. ntlm_auth uses winbind to access + the user and authentication data for a domain. This utility + is only to be used by other programs (currently squid). + + + + + + OPTIONS + + + --helper-protocol=PROTO + + Operate as a stdio-based helper + + + + + --username=USERNAME + + Specify username of user to authenticate + + + + + --domain=DOMAIN + + Specify domain of user to authenticate + + + + + --workstation=WORKSTATION + + Specify workstation of user to authenticate + + + + + --challenge=STRING + challenge (HEX encoded) + + + + --lm-response=RESPONSE + LM Response to the challenge (HEX encoded) + + + + --nt-response=RESPONSE + NT or NTLMv2 Response to the challenge (HEX encoded) + + + + --password=PASSWORD + User's plaintext password + + + + --request-lm-key + Retreive LM session key + + + + --request-nt-key + Request NT key + + + &popt.common.samba; + &stdarg.help; + + + + + + VERSION + + This man page is correct for version 3.0 of the Samba + suite. + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + The ntlm_auth manpage was written by Jelmer Vernooij. + + + -- cgit From 3be172aba4877832ec67f12563a766d8fa32cd9c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 31 Mar 2003 21:01:05 +0000 Subject: Add basic documentation on editreg (This used to be commit 137254a16cf48a37be53477713dd41af7a81f505) --- docs/docbook/Makefile.in | 3 +- docs/docbook/manpages/editreg.1.sgml | 85 +++++++++++++++++++++++++++++++++++ docs/docbook/manpages/profiles.1.sgml | 3 -- 3 files changed, 87 insertions(+), 4 deletions(-) create mode 100644 docs/docbook/manpages/editreg.1.sgml (limited to 'docs/docbook') diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index 94987ff3a2..dae5b81e71 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -22,7 +22,8 @@ MANPAGES_NAMES=findsmb.1 smbclient.1 \ smb.conf.5 wbinfo.1 pdbedit.8 \ smbcacls.1 smbsh.1 winbindd.8 \ smbgroupedit.8 vfstest.1 \ - profiles.1 smbtree.1 ntlm_auth.1 + profiles.1 smbtree.1 ntlm_auth.1 \ + editreg.1 ## This part contains only rules. You shouldn't need to change it ## if you are adding docs diff --git a/docs/docbook/manpages/editreg.1.sgml b/docs/docbook/manpages/editreg.1.sgml new file mode 100644 index 0000000000..22c3c3e759 --- /dev/null +++ b/docs/docbook/manpages/editreg.1.sgml @@ -0,0 +1,85 @@ + %globalentities; +]> + + + + editreg + 1 + + + + + editreg + A utility to report and change SIDs in registry files + + + + + + editreg + -v + -c file + file + + + + + DESCRIPTION + + This tool is part of the Samba + 7 suite. + + editreg is a utility that + can visualize windows registry files (currently only NT4) and apply + so-called commandfiles to them. + + + + + + OPTIONS + + + + registry_file + Registry file to view or edit. + + + + + -v,--verbose + Increases verbosity of messages. + + + + + -c commandfile + Read commands to execute on registry_file from commandfile. Currently not yet supported! + + + + &stdarg.help; + + + + + + VERSION + + This man page is correct for version 3.0 of the Samba + suite. + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + The editreg man page was written by Jelmer Vernooij. + + + diff --git a/docs/docbook/manpages/profiles.1.sgml b/docs/docbook/manpages/profiles.1.sgml index 6ec8055c28..6fd2b6fd86 100644 --- a/docs/docbook/manpages/profiles.1.sgml +++ b/docs/docbook/manpages/profiles.1.sgml @@ -54,9 +54,6 @@ - &stdarg.help; - - -c SID1 -n SID2 Change all occurences of SID1 in file by SID2. -- cgit