This file is indexed.

/etc/samba/smb-winbind-debian-edu.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
[global]
  workgroup = %%DOMAIN%%
  netbios name = %%HOSTNAME%%
  winbind separator = #
  idmap uid = 10000-20000
  idmap gid = 10000-20000
  winbind enum users = yes
  winbind enum groups = yes
  winbind use default domain = yes
  security = ads
  encrypt passwords = true
  realm = %%REALM%%
  password server = %%PWSERVER%%
  template shell = /bin/bash
  client use spnego = yes
  dos charset = 850

[homes]
  guest ok = no
  read only = no
  create mode = 0664
  directory mode = 0775