Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs/manpages/smb.conf.5

    r224 r274  
    22.\"    Author: [see the "AUTHOR" section]
    33.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
    4 .\"      Date: 04/28/2009
     4.\"      Date: 06/16/2009
    55.\"    Manual: File Formats and Conventions
    66.\"    Source: Samba 3.3
    77.\"  Language: English
    88.\"
    9 .TH "SMB\&.CONF" "5" "04/28/2009" "Samba 3\&.3" "File Formats and Conventions"
     9.TH "SMB\&.CONF" "5" "06/16/2009" "Samba 3\&.3" "File Formats and Conventions"
    1010.\" -----------------------------------------------------------------
    1111.\" * (re)Define some macros
     
    10311031.sp
    10321032If the connected user posseses the
    1033 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as user\&.
     1033\fBSeRemoteShutdownPrivilege\fR, right, this command will be run as root\&.
    10341034.sp
    10351035Default:
     
    91929192.sp
    91939193If the connected user posseses the
    9194 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as user\&.
     9194\fBSeRemoteShutdownPrivilege\fR, right, this command will be run as root\&.
    91959195.sp
    91969196The %z %t %r %f variables are expanded as follows:
     
    92619261
    92629262#!/bin/bash
    9263                
    9264 $time=0
    9265 let "time/60"
    9266 let "time++"
     9263
     9264time=$2
     9265let time="${time} / 60"
     9266let time="${time} + 1"
    92679267
    92689268/sbin/shutdown $3 $4 +$time $1 &
     9269
    92699270.EB lightgray adjust-for-leading-newline
    92709271.if t \{\
     
    97559756.PP
    97569757.RS 4
    9757 This boolean parameter controls whether Samba implments the CIFS UNIX extensions, as defined by HP\&. These extensions enable Samba to better serve UNIX CIFS clients by supporting features such as symbolic links, hard links, etc\&.\&.\&. These extensions require a similarly enabled client, and are of no current use to Windows clients\&.
     9758This boolean parameter controls whether Samba implements the CIFS UNIX extensions, as defined by HP\&. These extensions enable Samba to better serve UNIX CIFS clients by supporting features such as symbolic links, hard links, etc\&.\&.\&. These extensions require a similarly enabled client, and are of no current use to Windows clients\&.
    97589759.sp
    97599760Default:
Note: See TracChangeset for help on using the changeset viewer.