Имя пользователя:
Пароль:
 

Название темы: изменить имя машины
Показать сообщение отдельно

Аватара для bool

Старожил


Сообщения: 229
Благодарности: 9

Профиль | Отправить PM | Цитировать


последний кусок:
Код: Выделить весь код
 
      
         # WINS Proxy - Tells Samba to answer name resolution queries on
      
         # behalf of a non WINS capable client, for this to work there must be
      
         # at least one  WINS Server on the network. The default is NO.
      
         ;   wins proxy = yes
      
          
      
         # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
      
         # via DNS nslookups. The built-in default for versions 1.9.17 is yes,
      
         # this has been changed in version 1.9.18 to no.
      
            dns proxy = no 
      
          
      
         # 8. File Naming Options:
      
         # Case Preservation can be handy - system default is _no_
      
         # NOTE: These can be set on a per share basis
      
         ;  preserve case = no
      
         ;  short preserve case = no
      
         # Default case is normally upper case for all DOS files
      
         ;  default case = lower
      
         # Be very careful with case sensitivity - it can break things!
      
         ;  case sensitive = no
      
          
      
         # Enabling internationalization:
      
         # you can match a Windows code page with a UNIX character set.
      
         # Windows: 437 (US), 737 (GREEK), 850 (Latin1 - Western European),
      
         # 852 (Eastern Eu.), 861 (Icelandic), 932 (Cyrillic - Russian),
      
         # 936 (Japanese - Shift-JIS), 936 (Simpl. Chinese), 949 (Korean Hangul),
      
         # 950 (Trad. Chin.).
      
         # UNIX: ISO8859-1 (Western European), ISO8859-2 (Eastern Eu.),
      
         # ISO8859-5 (Russian Cyrillic), KOI8-R (Alt-Russ. Cyril.)
      
         # This is an example for french users:
      
         ;   dos charset = 850
      
         ;   unix charset = ISO8859-1
      
          
      
          
      
         #============================ Share Definitions ==============================
      
         [homes]
      
            comment = Home Directories
      
            browseable = no
      
            writable = yes
      
         # You can enable VFS recycle bin on a per share basis:
      
         # Uncomment the next 2 lines (make sure you create a
      
         # .recycle folder in the base of the share and ensure
      
         # all users will have write access to it. See
      
         # examples/VFS/recycle/REAME in samba-doc for details
      
         ;   vfs object = /usr/lib/samba/vfs/recycle.so
      
          
      
         # Un-comment the following and create the netlogon directory for Domain Logons
      
         ; [netlogon]
      
         ;   comment = Network Logon Service
      
         ;   path = /var/lib/samba/netlogon
      
         ;   guest ok = yes
      
         ;   writable = no
      
          
      
         #Uncomment the following 2 lines if you would like your login scripts to
      
         #be created dynamically by ntlogon (check that you have it in the correct
      
         #location (the default of the ntlogon rpm available in contribs)
      
         ;root preexec = /usr/bin/ntlogon -u %U -g %G -o %a -d /var/lib/samba/netlogon
      
         ;root postexec = rm -f /var/lib/samba/netlogon/%U.bat
      
          
      
         # Un-comment the following to provide a specific roving profile share
      
         # the default is to use the user's home directory
      
         ;[Profiles]
      
         ;	path = /var/lib/samba/profiles
      
         ;	browseable = no
      
         ;	guest ok = yes
      
         # This script can be enabled to create profile directories on the fly
      
         # You may want to turn off guest acces if you enable this, as it
      
         # hasn't been thoroughly tested.
      
         ;root preexec = PROFILE=/var/lib/samba/profiles/%u; if [ ! -e $PROFILE ]; \
      
 ;				then mkdir -pm700 $PROFILE; chown %u.%g $PROFILE;fi
       
         # 'printing=cups'
      
         [printers]
      
            comment = All Printers
      
            path = /var/spool/samba
      
            browseable = no
      
              guest ok = yes
      
            writable = no
      
            printable = yes
      
            create mode = 0700
      
         # =====================================
      
         # print command: see above for details.
      
         # =====================================
      
            print command = lpr-cups -P %p -o raw %s -r   # using client side printer drivers.
      
                   ;   print command = lpr-cups -P %p %s # using cups own drivers (use generic PostScript on clients).
        upload the drivers.
      
           # /usr/share/doc/samba-<version>/docs/Samba-HOWTO-Collection.pdf 
      
               
      
       [print$]
      
            path = /var/lib/samba/printers
      
            browseable = yes
      
            write list = @adm root
      
            guest ok = yes
      
            inherit permissions = yes
      
            # Settings suitable for Winbind:
      
            ; write list = @"Domain Admins" root
      
            ; force group = +@"Domain Admins"
      
          
      
          PDF-generation service
      
       <name_of_this_server>
      
         [pdf-generator]
      
            path = /var/tmp
      
            guest ok = No
      
            printable = Yes<name_of_this_server>
      
            comment = PDF Generator (only valid users)
      
            #print command = /usr/s<name_of_this_server>hare/samba/scripts/print-pdf file path win_path recipient IP &
      
            print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "%J" &
      
         ;[tmp]
      
         ;   comment = Temporary file space
      
         ;   path = /tmp
      
         ;   read only = no
      
         ;   public = yes
      
         ;[public]
      
         ;   comment = Public Stuff
      
         ;   path = /home/samba/public
      
         ;   public = yes
      
         ;   writable = no
      
         ;   write list = @staff
      
         ;   vfs object = /usr/lib/samba/vfs/audit.so
      
         ;[fredsprn]
      
         ;   comment = Fred's Printer
      
         ;   valid users = fred
      
         ;   path = /homes/fred
      
         ;   printer = freds_printer
      
         ;   public = no
      
         ;   writable = no
      
         ;   printable = yes
      
           ;[fredsdir]
      
         ;   comment = Fred's Service
      
         ;   path = /usr/somewhere/private
      
         ;   valid users = fred
      
         ;   public = no
      
         ;   writable = yes
      
         ;   printable = no
      
         ;[pchome]
      
         ;  comment = PC Directories
      
         ;  path = /usr/pc/%m
      
         ;  public = no
      
         ;  writable = yes
      
         ;[public]
      
         ;   path = /usr/somewhere/else/public
      
         ;   public = yes
      
         ;   only guest = yes
      
         ;   writable = yes
      
         ;   printable = no

Отправлено: 09:47, 25-03-2005 | #5

Название темы: изменить имя машины