[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#7711) Cannot include the radius.schema



Full_Name: Don
Version: slapd 2.4.23
OS: RHEL 6.3 x64
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (58.213.47.66)


There is a slapd server ,and there is a freeradius server .

I was following these steps .

A.Copy example schema file (openldap.schema)from freeradius server.
scp RADIUSSERVER:/usr/share/doc/freeradius-2.1.12/examples/openldap.schema
./freeradius.schema

B.Include the file to slapd.conf .
include         /etc/openldap/schema/freeradius.schema

C.restart slapd server
service slapd restart 

D.When I tried to add the ldif file to create entries , this error come out .
[root@RAC1 test]# ldapadd -f test.ldif -x -D "cn=Manager,dc=txldomain,dc=com" -w
taxili888
adding new entry "cn=students,ou=profiles,ou=radius,dc=txldomain,dc=com"
ldap_add: Invalid syntax (21)
        additional info: objectclass: value #0 invalid per syntax

E.Then I checked the ObjectClasses from a Web UI £¨phpLDAPadmin£©, I cann't see
radiusprofile on the list table .


I think the problem is failure of adding radius's scheme ,but I don't know why
and how to solve this .

Thank you for your time to check this issue .