This file is indexed.

/etc/ldap/firstuser.ldif 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
##################### Initial user ###################

dn: uid=$FIRSTUSERNAME,ou=people,dc=skole,dc=skolelinux,dc=no
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: gosaAccount
objectClass: posixAccount
objectClass: shadowAccount
sn: $FIRSTUSERLASTNAME
givenName: $FIRSTUSERGIVENNAME
uid: $FIRSTUSERNAME
cn: $FIRSTUSERGECOS
userPassword: $FIRSTUSERPWDHASH
homeDirectory: /skole/tjener/home0/$FIRSTUSERNAME
loginShell: /bin/bash
uidNumber: 1000
gidNumber: 1000
gecos: $FIRSTUSERGECOS
shadowLastChange: 14818

dn: cn=$FIRSTUSERNAME,ou=group,dc=skole,dc=skolelinux,dc=no
objectClass: top
objectClass: posixGroup
cn: $FIRSTUSERNAME
description: Group of user $FIRSTUSERNAME
gidNumber: 1000