This file is indexed.

/usr/share/doc/freeradius/schemas/ldap/samba/README.txt is in freeradius 3.0.16+dfsg-1ubuntu3.

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
Change "dc=samba4,dc=internal" to your LDAP base DN,
then install with:

ldbmodify -H /usr/local/samba/private/sam.ldb freeradius-attrs.ldif \
    --option="dsdb:schema update allowed"=true
ldbmodify -H /usr/local/samba/private/sam.ldb freeradius-classes.ldif \
    --option="dsdb:schema update allowed"=true

These files were created by scripts/ldap/schema_to_samba.py, then
split into two because the attributes must be loaded in a separate
operation to the classes which use them.