Ignore:
Timestamp:
Jun 16, 2009, 5:52:30 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 to 3.2.12

File:
1 edited

Legend:

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

    r235 r272  
    22.\"    Author: [see the "AUTHOR" section]
    33.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
    4 .\"      Date: 04/17/2009
     4.\"      Date: 06/16/2009
    55.\"    Manual: File Formats and Conventions
    66.\"    Source: Samba 3.2
    77.\"  Language: English
    88.\"
    9 .TH "SMB\&.CONF" "5" "04/17/2009" "Samba 3\&.2" "File Formats and Conventions"
     9.TH "SMB\&.CONF" "5" "06/16/2009" "Samba 3\&.2" "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:
     
    91249124.sp
    91259125If the connected user posseses the
    9126 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as user\&.
     9126\fBSeRemoteShutdownPrivilege\fR, right, this command will be run as root\&.
    91279127.sp
    91289128The %z %t %r %f variables are expanded as follows:
     
    91939193
    91949194#!/bin/bash
    9195                
    9196 $time=0
    9197 let "time/60"
    9198 let "time++"
     9195
     9196time=$2
     9197let time="${time} / 60"
     9198let time="${time} + 1"
    91999199
    92009200/sbin/shutdown $3 $4 +$time $1 &
     9201
    92019202.EB lightgray adjust-for-leading-newline
    92029203.if t \{\
     
    96879688.PP
    96889689.RS 4
    9689 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\&.
     9690This 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\&.
    96909691.sp
    96919692Default:
Note: See TracChangeset for help on using the changeset viewer.