radiusprofile entry don't work
Dusty Doris
freeradius at mail.doris.cc
Fri Jul 1 14:53:35 CEST 2005
> I have tryed both solution but don't work!!! :'(
> this is the output:
>
> #ldapadd -x -D "cn=Manager,dc=unime,dc=it" -W -f example.ldif
> Enter LDAP Password:
> adding new entry "ou=radius, dc=unime,dc=it"
>
> adding new entry "ou=profiles, ou=radius,dc=unime,dc=it"
>
> adding new entry "ou=users, ou=radius,dc=unime,dc=it"
>
> adding new entry "cn=WLAN, ou=profiles,ou=radius,dc=unime,dc=it"
> ldap_add: Invalid syntax (21)
> additional info: objectclass: value #0 invalid per syntax
>
Did you include the RADIUS-LDAPv3.schema into slapd.conf? You need to
tell openldap about the objectclass radiusprofile.
in slapd.conf
include /yourpathto/openldap/schema/RADIUS-LDAPv3.schema
More information about the Freeradius-Users
mailing list