On Fri, 13 Sep 2002, Atanu Das wrote: > Dear ALL, > I tried creating a simple LDAP structure the following way!!!!! > > dn: dc=company,dc=com > objectclass: top > objectclass: domain > > dn: ou=people,dc=company,dc=com > ou: people > objectclass: top > objectclass: organisationalUnit > > dn: uid=group1-dialup,ou=people,dc=company,dc=com > objectclass: radiusprofile > radiusPortLimit: 1 > > dn: uid=user1,ou=people,dc=company,dc=com > objectclass: radiusprofile > dialupregularprofile: uid=group1-dialup,ou=people,dc=company,dc=com > > But i am getting the following error > 11:52:00 AM: Failed to add new entry uid=user1, ou=radius, dc=neline,dc=com > Root error: [LDAP: error code 17 - dialupregularprofile: attribute type undefined] > > > I have included both the LDAP schema that came with freeradius in the slapd.conf >file with schemacheck option off. > > Where am I wrong!!! > > Atanu Das
You should use the radiusprofiledn instead of dialupregularprofile. -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 10 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
