This file is indexed.

/etc/samba/smb-debian-edu-client.conf is in debian-edu-config 1.702.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
#
# Skolelinux configuration file for the samba suite
#
# Please read the smb.conf(5) manual page
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not many any basic syntactic
# errors.
#

# $Id: smb-debian-edu-client.conf 74050 2011-09-03 19:19:20Z mike-gabriel-guest $

#======================= Global Settings =======================

[global]

# Do something sensible when Samba crashes: mail the admin a backtrace
;   panic action = /usr/share/samba/panic-action %d

# server name
;   netbios name = tjener

# server string/NT Description field
   server string = %h server (Samba %v)

# disable IPv6 for Samba on Skolelinux systems
   interfaces = 127.0.0.1 10.0.0.0/8
   bind interfaces only = yes

# Use kerberos

   realm = INTERN
   security = ADS

# Workgroup/NT-domain name

   workgroup = skolelinux

# OpenLDAP configuration

;   passdb backend = ldapsam:ldaps://ldap
;   ldap suffix = dc=skole,dc=skolelinux,dc=no
;   ldap user suffix = ou=people
;   ldap machine suffix = ou=netdevices,ou=systems
;   ldap admin dn = "cn=smbadmin,ou=samba,dc=skole,dc=skolelinux,dc=no"

# PAM setup

   obey pam restrictions = yes

# Printer settings

   load printers = yes
   printing = cups
   printcap name = cups

# Network logon

   logon home = \\tjener\%U
   logon drive = h:
   logon script = login.bat

;   invalid users = root

# Logfiles

   log file = /var/log/samba/log.%m
   max log size = 1000
   syslog = 0

# Security options

   security = domain
   encrypt passwords = true
   password server = tjener

# Networking options

   socket options = TCP_NODELAY

# Browser Control Options

  local master = yes
  domain logons = no
  domain master = no
  preferred master = no

  os level = 20

# WINS Support

   wins server = tjener

# DNS proxy for NetBIOS

   dns proxy = no

# Add NT clients

;   add machine script = /etc/samba/smbaddclient.pl %u

# Disable changing of password using samba
  unix password sync = yes
  passwd program = /bin/false

#======================= Share Definitions =======================