This file is indexed.

/etc/gosa/gosa.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<?xml version="1.0"?>
<conf configVersion="0e16844ac91297ffc1dee2f0f65ef2af" >

  <!-- GOsa menu definition **************************************************

       This tag defines the side and icon menu inside the
       interface. Defining an entry here is no guarantie to get it shown,
       though. Only entries with matching ACL's get shown.

       There are two types of entries inside of the menu: section and plugin

       Defining a section:

       Open a <section> tag including a "name" attribute. This will show up in
       the menu as a new section later on. Own entries are not handled via I18N
       by default. Close the </section> tag after your plugin definitions.

       Defining a plugin:

       Open a <plugin> tag including a "class" attribute. The "class" should be
       present inside your GOsa setup - the entry will be ignored if it is not.

       Plugins should have an "acl" entry, that allows GOsa to decide wether
       a user is allowed to see a plugin or not. The "acl" string matches with
       an ACL definition done inside of GOsa -> ACLs.

       You can override an icon by specifying the "icon" attribute.

       For more information about possible configuration parameters, please take
       a look at the gosa.conf(5) manual page.
   -->
  <menu>

    <!-- Section to enable quick self service shortcuts for the logged in user -->
    <section name="My account">
      <plugin acl="users/user:self" class="user" />
      <plugin acl="users/posixAccount:self"  class="posixAccount"
      postcreate="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-create %uid"    
      postremove="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-remove %uid %homeDirectory" />             
      <plugin acl="users/environment:self" class="environment"  />
      <plugin acl="users/mailAccount:self" class="mailAccount" /> 
      <plugin acl="users/sambaAccount:self" class="sambaAccount" />
      <plugin acl="users/netatalk:self" class="netatalk" />
      <plugin acl="users/connectivity:self" class="connectivity" />
      <plugin acl="users/gofaxAccount:self" class="gofaxAccount" />
      <plugin acl="users/phoneAccount:self" class="phoneAccount" />
      <plugin acl="users/nagiosAccount:self" class="nagiosAccount" />
      <plugin acl="users/scalixAccount:self" class="scalixAccount" />
      <plugin acl="users/password:self" class="password"
      postmodify="USERPASSWORD=%userPassword /usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync %dn" />
    </section>

    <!-- Section to enable administrative services -->
    <section name="Administration">
      <plugin acl="department" class="departmentManagement" />
      <plugin acl="users" class="userManagement" />
      <plugin acl="groups" class="groupManagement" />
      <plugin acl="terminal/termgeneric,workstation/workgeneric,server/servgeneric,phone/phoneGeneric,printer/printgeneric,component/componentGeneric,winworkstation/wingeneric,opsi/opsiGeneric" class="systemManagement" />
      <!-- Use 'lockDn'      for dn
               'lockName'    for name
               'lockType'    for branch/freeze -->
      <plugin acl="netgroup" class="netgroupManagement" />
      <plugin acl="sudo" class="sudoManagement" />
      <plugin acl="roles" class="roleManagement"/>
      <plugin acl="ogroups" class="ogroupManagement" />
      <plugin acl="application" class="applicationManagement" />
      <plugin acl="mimetypes" class="mimetypeManagement" />
      <plugin acl="devices" class="deviceManagement" />
      <plugin acl="fai/faiScript,fai/faiHook,fai/faiTemplate,fai/faiVariable,fai/faiPartitionTable,fai/faiPackage,fai/faiProfile,fai/faiManagement,opsi/opsiProperties" class="faiManagement" />
      <plugin acl="opsi" class="opsiLicenses"/>
      <plugin acl="gofaxlist" class="blocklist" />
      <plugin acl="gofonmacro" class="goFonMacro" />
      <plugin acl="gofonconference" class="phoneConferenceManagment" />
      <plugin acl="acl"  class="aclManagement" />
    </section>

    <!-- Section to enable addon plugins -->
    <section name="Addons">
      <plugin acl="server/rSyslogServer"  class="rsyslog" />
    <!--  <plugin acl="server/servservrepository,server/dakrepository,server/dakkeyring,server/dakqueue" class="dak_tabs" path="plugins/addons/dak" /> -->
      <plugin acl="addressbook" class="addressbook" />
      <plugin acl="mailqueue" class="mailqueue" />
      <plugin acl="faxreport/faxreport:self,faxreport" class="faxreport" />
      <plugin acl="fonreport/fonreport:self,fonreport" class="fonreport" />
      <plugin acl="gotomasses" class="gotomasses" />
      <plugin acl="ldapmanager" class="ldif" />
    </section>
  </menu>



  <!-- Tab definitions *******************************************************

       Tab definitions define the sub plugins which get included for certain
       tabbed dialogs. If you change something here, never (!) remove the
       primary (the first) "tab" tag which is defined. Most tabbed dialogs
       need a primary plugin.

       "*tab" should be looked for by a defined plugin. This one will take
       every "tab" defined "class" and will show it inside of a tabbed dialog
       with the header defined in "name".
   -->

  <!-- ACL dialog -->
  <acltab>
    <tab class="acl" name="ACL" />
  </acltab>

  <aclroletab>
    <tab class="aclRole" name="ACL Role" />
  </aclroletab>

  <!-- User dialog -->
  <usertabs>
     <tab class="user" name="Generic" />
     <tab class="posixAccount" name="Unix" />
     <tab class="environment" name="Environment" />
     <tab class="mailAccount" name="Mail" />
     <tab class="sambaAccount" name="Samba" />
     <tab class="netgroupAccount" name="NIS Netgroup" />
     <tab class="netatalk" name="Netatalk" />
     <tab class="connectivity" name="Connectivity" />
     <tab class="gofaxAccount" name="Fax" />
     <tab class="phoneAccount" name="Phone" />
     <tab class="scalixAccount" name="Scalix" />
     <tab class="nagiosAccount" name="Nagios" /> 
   </usertabs>

  <opsiLicenseTabs>
    <tab class="licensePoolGeneric" name="Generic"/>
    <tab class="licenseUsage" name="Usage"/>
  </opsiLicenseTabs>

  <!-- Group dialog -->
  <grouptabs>
    <tab class="group" name="Generic" />
    <tab class="environment" name="Environment" />
    <tab class="appgroup" name="Applications" />
    <tab class="mailgroup" name="Mail" />
  </grouptabs>

  <!-- Sudo dialog -->
  <sudotabs>
    <tab class="sudo" name="Generic" />
    <tab class="sudoOption" name="Options" />
  </sudotabs>

  <!-- GOfax plugins -->
  <faxblocktabs>
    <tab class="blocklistGeneric" name="Generic" />
  </faxblocktabs>

  <!-- GOfon plugins -->
  <conferencetabs>
    <tab class="conference" name="Generic" />
  </conferencetabs>

  <macrotabs>
    <tab class="macro" name="Generic" />
    <tab class="macroParameter" name="Parameter" />
  </macrotabs>

  <phonetabs>
    <tab class="phoneGeneric" name="Generic" />
    <!-- <tab class="glpiAccount" name="Inventory" /> -->
  </phonetabs>

  <!-- GOto plugins -->
  <appstabs>
    <tab class="application" name="Generic" />
    <tab class="applicationParameters" name="Options" />
  </appstabs>

  <mimetabs>
    <tab class="mimetype" name="Generic" />
  </mimetabs>

  <devicetabs>
    <tab class="deviceGeneric" name="Generic" />
  </devicetabs>

  <arpnewdevicetabs>
    <tab class="ArpNewDevice" name="Generic" />
  </arpnewdevicetabs>

  <termtabs>
     <tab class="termgeneric" name="Generic"
          postcreate="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postremove="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postmodify="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs" />
     <tab class="termstartup" name="Startup" />
     <tab class="termservice" name="Devices" />
     <tab class="terminfo" name="Information" snmpCommunity="goto" />
     <!--<tab class="glpiAccount" name="Inventory" /> -->
  </termtabs>

  <servtabs>
     <tab class="servgeneric" name="Generic"
          postcreate="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postremove="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postmodify="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs" />
     <tab class="workstartup" name="Startup" />
     <tab class="ServerService" name="Services" />
     <tab class="faiSummaryTab" name="Deployment summary" />
     <tab class="gotoLogView" name="Installation logs" />
     <tab class="terminfo" name="Information" snmpCommunity="goto" />
     <tab class="netgroupSystem" name="NIS Netgroup" />
     <!-- <tab class="glpiAccount" name="Inventory" /> -->
  </servtabs>

  <worktabs>
     <tab class="workgeneric" name="Generic"
          postcreate="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postremove="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postmodify="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs" />
     <tab class="workstartup" name="Startup" />
     <tab class="workservice" name="Devices" />
     <tab class="printgeneric" name="Printer" />
     <tab class="terminfo" name="Information" snmpCommunity="goto" />
     <tab class="faiSummaryTab" name="Deployment summary" />
     <tab class="gotoLogView" name="Installation logs" />
     <tab class="netgroupSystem" name="NIS Netgroup" />
     <!-- <tab class="glpiAccount" name="Inventory" /> -->
  </worktabs>

  <printtabs>
     <tab class="printgeneric" name="Generic"
          postcreate="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postremove="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postmodify="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs" />
     <!-- <tab class="glpiPrinterAccount" name="Inventory" /> -->
  </printtabs>

  <componenttabs>
     <tab class="componentGeneric" name="Generic"
          postcreate="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postremove="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postmodify="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs" />
     <tab class="netgroupSystem" name="NIS Netgroup" />
     <!-- <tab class="glpiAccount" name="Inventory" /> -->
  </componenttabs>

  <wintabs>
     <tab class="wingeneric" name="Generic"
          postcreate="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postremove="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs"
          postmodify="/usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync-dns-nfs" />
     <tab class="netgroupSystem" name="NIS Netgroup" />
     <!-- <tab class="glpiAccount" name="Inventory" /> -->
  </wintabs>

  <serverservice>
    <tab class="goMailServer" />
    <!-- <tab class="servkolab" /> -->
    <tab class="goNtpServer" />
    <tab class="servrepository" />
    <tab class="goImapServer" />
    <tab class="goKrbServer" />
    <tab class="goFaxServer" />
    <tab class="goFonServer" />
    <tab class="goGlpiServer" />
    <tab class="goCupsServer" />
    <tab class="goKioskService" />
    <tab class="goTerminalServer" />
    <tab class="goLdapServer" />
    <tab class="goShareServer" />
    <tab class="gospamserver" />
    <tab class="govirusserver" />
    <tab class="servdhcp" />
    <tab class="servdns" />
    <tab class="rSyslogServer" />
  </serverservice>

  <!-- Department plugin -->
  <deptabs>
    <tab class="department" name="Generic" />
  </deptabs>

  <organization_tabs>
    <tab class="organization" name="Generic" />
  </organization_tabs>

  <locality_tabs>
    <tab class="locality" name="Generic" />
  </locality_tabs>

  <country_tabs>
    <tab class="country" name="Generic" />
  </country_tabs>

  <dcobject_tabs>
    <tab class="dcObject" name="Generic" />
  </dcobject_tabs>

  <domain_tabs>
    <tab class="domain" name="Generic" />
  </domain_tabs>

  <!-- Role tabs -->
  <roletabs>
    <tab class="roleGeneric" name="Generic"/>
  </roletabs>

  <ogrouptabs>
    <tab class="ogroup" name="Generic" />
  </ogrouptabs>

  <!-- Debian archive management plugin -->
  <!--
  <dak_tabs>
    <tab class="dakrepository" name="Repository" />
    <tab class="dakqueue" name="Queue" />
    <tab class="dakkeyring" name="Key ring" />
  </dak_tabs>
  -->

  <!-- Connectivity plugins -->
  <connectivity>
<!-- <tab class='kolabAccount' /> -->
    <tab class="proxyAccount" />
    <tab class="pureftpdAccount" />
    <tab class="webdavAccount" />
    <tab class="phpgwAccount" />
    <tab class="intranetAccount" />
    <!--
    <tab class="opengwAccount"
      username="OGo"
      password=""
      database="OGo"
      databaseServer="localhost" />
    -->
    <tab class="pptpAccount" /> 
    <tab class="phpscheduleitAccount" /> 
    <tab class="oxchangeAccount" />
  </connectivity>

  <ldiftab>
    <tab class="ldifexport" name="Export" />
    <tab class="xlsexport" name="Excel Export" />
    <tab class="ldifimport" name="Import" />
    <tab class="csvimport" name="CSV Import" />
  </ldiftab>

  <faipartitiontabs>
    <tab class="faiPartitionTable" name="Partitions" />
  </faipartitiontabs>

  <faiscripttabs>
    <tab class="faiScript" name="Script" />
  </faiscripttabs>

  <faihooktabs>
    <tab class="faiHook" name="Hooks" />
  </faihooktabs>

  <faivariabletabs>
    <tab class="faiVariable" name="Variables" />
  </faivariabletabs>

  <faitemplatetabs>
    <tab class="faiTemplate" name="Templates" />
  </faitemplatetabs>

  <faiprofiletabs>
    <tab class="faiProfile" name="Profiles" />
    <tab class="faiSummaryTab" name="Summary" />
  </faiprofiletabs>

  <faipackagetabs>
    <tab class="faiPackage" name="Packages" />
  </faipackagetabs>

  <opsitabs>
    <tab class="opsiGeneric" name="Opsi" />
    <tab class="opsiSoftware" name="Hardware information" />
    <tab class="opsiHardware" name="software information" />
    <tab class="licenseUsageByHost" name="Usage"/>
  </opsitabs>

  <opsiprodconfig>
    <tab class="opsiProperties" name="Config" />
    <tab class="licenseByProduct" name="Usage"/>
  </opsiprodconfig>

  <!-- rSyslog plugin -->
  <rsyslogtabs>
    <tab class="rsyslog" name="System logs" />
  </rsyslogtabs>

  <!-- Netgroup dialog -->
  <netgrouptabs>
    <tab class="netgroup" name="Generic" />
  </netgrouptabs>

  <!-- Main section **********************************************************

       The main section defines global settings, which might be overridden by
       each location definition inside.

       For more information about the configuration parameters, take a look at
       the gosa.conf(5) manual page.

  -->
  <main default="default"
        logging="true"
        listSummary="true"
        displayErrors="false"
        schemaCheck="true"
        copyPaste="true"
        forceGlobals="true"
        forceSSL="true"
        ldapStats="false"
        warnSSL="true"
        primaryGroupFilter="true"
        storeFilterSettings="true"
        sendCompressedOutput="true"
        modificationDetectionAttribute="entryCSN"
        language="$LANGUAGE"
        theme="default"
        sessionLifetime="7200"
        templateCompileDirectory="/var/spool/gosa"
        debugLevel="0"
        passwordMinLength="5"
        passwordMinDiffer="2"
        passwordHook=''
        sambaHashHook='perl -MCrypt::SmbHash -e &quot;print join(q[:], ntlmgen \$ARGV[0]), $/;&quot;'
    >

    <!-- Location definition -->
    <location name="default"
              passwordDefaultHash="ssha"
              accountPrimaryAttribute="uid"
              userRDN="ou=people"
              groupRDN="ou=group"
              netgroupRDN="ou=netgroup"
              gidNumberBase="1000"
              uidNumberBase="1000"
              disabled_gosaSupportURI="gosa-si-secret@server:20081"
              disabled_gosaSupportTimeout="15"
              loginAttribute="uid"
              timezone="$TIMEZONE"
              honourUnitTags="false"
              useSaslForKerberos="false"
              rfc2307bis="false"
              personalTitleInDN="false"
              idGenerator="{%givenName[3-6]}{%sn[3-6]}"
              strictNamingRules="true"
              mailAttribute="mail"
              gosaSharedPrefix=""
              mailUserCreation=""
              mailFolderCreation=""
              imapTimeout="10"
              ldapTLS="true"
              honourIvbbAttributes="false"
              enableSnapshots="true"
              snapshotBase="ou=snapshots,dc=skole,dc=skolelinux,dc=no"
              snapshotAdminDn="cn=gosa-admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no"
              snapshotAdminPassword="$GOSAPWD"
              snapshotURI="ldaps://ldap.intern/"
              config="ou=gosa,ou=configs,ou=systems,dc=skole,dc=skolelinux,dc=no">

              <referral URI="ldap://ldap.intern/dc=skole,dc=skolelinux,dc=no"
                        adminDn="cn=gosa-admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no"
                        adminPassword="$GOSAPWD" />

    </location>
  </main>
</conf>