blob: d252a7cddb11986274a0302c78564bb2eea8f078 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Use this if you want to be able to apply radiusprofile
# Auxiliary class directly to Users in the directory.
# Install with:
# ldbmodify -H /usr/local/samba/private/sam.ldb \
# user.ldif \
# --option="dsdb:schema update allowed"=true
dn: CN=User,CN=Schema,CN=Configuration,dc=samba4,dc=internal
changetype: modify
add: auxiliaryClass
auxiliaryClass: radiusprofile
|