Changeset 740 for vendor/current/docs-xml/Samba3-HOWTO
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- Location:
- vendor/current/docs-xml/Samba3-HOWTO
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml
r414 r740 490 490 <para> 491 491 <indexterm><primary>extended attributes</primary></indexterm> 492 <indexterm><primary>immut ible</primary></indexterm>492 <indexterm><primary>immutable</primary></indexterm> 493 493 <indexterm><primary>chattr</primary></indexterm> 494 494 <indexterm><primary>CAP_LINUX_IMMUTABLE</primary></indexterm> 495 495 The specific semantics of the extended attributes are not consistent across UNIX and UNIX-like systems such as Linux. 496 496 For example, it is possible on some implementations of the extended attributes to set a flag that prevents the directory 497 or file from being deleted. The extended attribute that may achieve this is called the <constant>immut ible</constant> bit.498 Unfortunately, the implementation of the immut ible flag is NOT consistent with published documentation. For example, the497 or file from being deleted. The extended attribute that may achieve this is called the <constant>immutable</constant> bit. 498 Unfortunately, the implementation of the immutable flag is NOT consistent with published documentation. For example, the 499 499 man page for the <command>chattr</command> on SUSE Linux 9.2 says: 500 500 <screen> … … 504 504 CAP_LINUX_IMMUTABLE capability can set or clear this attribute. 505 505 </screen> 506 A simple test can be done to check if the immut ible flag is supported on files in the file system of the Samba host506 A simple test can be done to check if the immutable flag is supported on files in the file system of the Samba host 507 507 server. 508 508 </para> … … 527 527 mystic:/home/hannibal > rm filename 528 528 </screen> 529 It will not be possible to delete the file if the immut ible flag is correctly honored.529 It will not be possible to delete the file if the immutable flag is correctly honored. 530 530 </para></step> 531 531 </procedure> 532 532 533 533 <para> 534 On operating systems and file system types that support the immut ible bit, it is possible to create directories534 On operating systems and file system types that support the immutable bit, it is possible to create directories 535 535 that cannot be deleted. Check the man page on your particular host system to determine whether or not 536 536 immutable directories are writable. If they are not, then the entire directory and its contents will effectively … … 874 874 <indexterm><primary>Computer Management</primary></indexterm> 875 875 At this time Samba does not provide a tool for configuring access control settings on the share 876 itself the only way to create those settings is to use either the NT4 Server Manager or the Windows 200x876 itself. The only way to create those settings is to use either the NT4 Server Manager or the Windows 200x 877 877 Microsoft Management Console (MMC) for Computer Management. There are currently no plans to provide 878 878 this capability in the Samba command-line tool set. -
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-Printing.xml
r414 r740 523 523 <para> 524 524 The following is a discussion of the settings from <link linkend="extbsdpr">Extended BSD Printing 525 Configuration</link> <link linkend="extbsdpr">Extended BSD Printing Configuration</link>.525 Configuration</link>. 526 526 </para> 527 527 … … 1039 1039 in the Samba print command is <parameter>%$variable</parameter>.) To give you a working 1040 1040 <smbconfoption name="print command"/> example, the following will log a print job 1041 to <filename>/tmp/print.log</filename>, print the file, then remove it. The semicolon (<quote>;</quote> 1041 to <filename>/tmp/print.log</filename>, print the file, then remove it. The semicolon (<quote>;</quote>) 1042 1042 is the usual separator for commands in shell scripts: 1043 1043 </para> … … 1319 1319 </screen> 1320 1320 you can still mount it from any client. This can also be done from the 1321 <guimenu>Connect network drive menu></guimenu>from Windows Explorer.1321 <guimenu>Connect network drive</guimenu> menu from Windows Explorer. 1322 1322 </para></listitem> 1323 1323 </varlistentry> … … 1642 1642 <indexterm><primary>UNC notation</primary></indexterm> 1643 1643 <indexterm><primary>Windows Explorer</primary></indexterm> 1644 <indexterm><primary></primary></indexterm>1645 1644 Since the <smbconfsection name="[print$]"/> share is usually accessible through the <guiicon>Network 1646 1645 Neighborhood</guiicon>, you can also use the UNC notation from Windows Explorer to poke at it. The Windows -
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml
r414 r740 370 370 371 371 <sect2> 372 <title>Privileges Suppor ed by Windows 2000 Domain Controllers</title>372 <title>Privileges Supported by Windows 2000 Domain Controllers</title> 373 373 374 374 <para> -
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml
r414 r740 94 94 <indexterm><primary>idmap gid</primary></indexterm> 95 95 <indexterm><primary>idmap backend</primary></indexterm> 96 <indexterm><primary>LDAP</primary></indexterm>97 96 Winbind maintains a database called winbind_idmap.tdb in which it stores 98 97 mappings between UNIX UIDs, GIDs, and NT SIDs. This mapping is used only … … 211 210 names as they would <quote>native</quote> UNIX names. They can chown files 212 211 so they are owned by NT domain users or even login to the 213 UNIX machine and run a UNIX X -Window session as a domain user.</para>212 UNIX machine and run a UNIX X Window session as a domain user.</para> 214 213 215 214 <para> … … 572 571 <indexterm><primary>PAM</primary></indexterm> 573 572 <indexterm><primary>back up</primary></indexterm> 574 <indexterm><primary>boot disk `</primary></indexterm>573 <indexterm><primary>boot disk</primary></indexterm> 575 574 If you have a Samba configuration file that you are currently using, <emphasis>BACK IT UP!</emphasis> 576 575 If your system already uses PAM, <emphasis>back up the <filename>/etc/pam.d</filename> directory … … 603 602 To allow domain users the ability to access Samba shares and files, as well as potentially other services 604 603 provided by your Samba machine, PAM must be set up properly on your 605 machine. In order to compile the Winbind modules, you should have at least the PAM development librariesinstalled606 on your system. Please refer to the PAM Web site <ulink url="http://www.kernel.org/pub/linux/libs/pam/"/>.604 machine. In order to compile the Winbind modules, the PAM development libraries should be installed 605 on your system. Please refer to the <ulink url="http://www.kernel.org/pub/linux/libs/pam/">PAM Web Site</ulink>. 607 606 </para> 608 607 </sect2> … … 977 976 <indexterm><primary>/etc/init.d/samba</primary></indexterm> 978 977 <indexterm><primary>/usr/local/samba/bin</primary></indexterm> 979 <indexterm><primary></primary></indexterm>980 <indexterm><primary></primary></indexterm>981 <indexterm><primary></primary></indexterm>982 978 The &winbindd; daemon needs to start up after the &smbd; and &nmbd; daemons are running. To accomplish this 983 979 task, you need to modify the startup scripts of your system. They are located at … … 1120 1116 1121 1117 <para> 1122 Again, if you would like to run Sambain dual daemon mode, replace:1118 Again, if you would like to run winbindd in dual daemon mode, replace: 1123 1119 <programlisting> 1124 1120 /usr/local/samba/sbin/winbindd … … 1235 1231 <indexterm><primary>ftp access</primary></indexterm> 1236 1232 The <filename>/etc/pam.d/ftp</filename> file can be changed to allow Winbind ftp access in a manner similar to 1237 the samba file. My <filename>/etc/pam.d/ftp</filename> file was changed to look like this:1233 the <filename>/etc/pam.d/samba</filename>Samba file. My <filename>/etc/pam.d/ftp</filename> file was changed to look like this: 1238 1234 <programlisting> 1239 1235 auth required /lib/security/pam_listfile.so item=user sense=deny \ -
vendor/current/docs-xml/Samba3-HOWTO/manpages.xml
r414 r740 18 18 <xi:include href="../manpages-3/lmhosts.5.xml"/> 19 19 <xi:include href="../manpages-3/log2pcap.1.xml"/> 20 <xi:include href="../manpages-3/mount.cifs.8.xml"/>21 20 <xi:include href="../manpages-3/net.8.xml"/> 22 21 <xi:include href="../manpages-3/nmbd.8.xml"/> … … 49 48 <xi:include href="../manpages-3/wbinfo.1.xml"/> 50 49 <xi:include href="../manpages-3/winbindd.8.xml"/> 51 <xi:include href="../manpages-3/umount.cifs.8.xml"/>52 50 <xi:include href="../manpages-3/vfs_audit.8.xml"/> 53 51 <xi:include href="../manpages-3/vfs_cacheprime.8.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.