tiredofit / docker-fusiondirectory

Dockerized web based LDAP manager
MIT License
47 stars 18 forks source link

Cannot add freeradius settings #8

Open spoctoss opened 5 years ago

spoctoss commented 5 years ago

When I try to add freeradius settings for a user I throws an error about the syntax being incorrect, I have rebuilt the container and verified the schema was installed during the startup. I initally got value #5 as invalid syntax, I tried creating a new test user and am now getting value #3 as invalid syntax.

LDAP operation failed!

Object: uid=test,ou=people,dc=example,dc=com

Error: Invalid syntax - objectClass: radiusprofile (objectClass: value #3 invalid per syntax, while operating on 'uid=test,ou=people,dc=example,dc=com' using LDAP server 'ldap://openldap:389')_

I have a feeling I've just missed something simple here.

tiredofit commented 5 years ago

I think I actually may have missed something simple - I have no experience with the Freeradius plugin personally - Let me look into how I am importing the schema and try it on a test install to see if I get same results.

spoctoss commented 5 years ago

Been trying this again and looks like its changed to Value #5 in the error message now for some reason.