Hi, I would like to know if anything related to configuration has been changed in 2.0 version when compared with 1.1.6 Iam running radiusd -C command it throws the below error. Is it a valid error or I can ignore it. /etc/raddb/users[21]: Parser error (check) for entry DEFAULT: Invalid Octet String "sales" for attribute name "ldap_primary-Ldap-Group" My users file look like this. #primary ldap group policy configuration DEFAULT ldap_primary-Ldap-Group == "sales", XYZ-Attr-4=~"1", Auth-Type:=DUAL-LDAP Thanks in advance. Regards Gopi
Gopinath Reddy N wrote:
I would like to know if anything related to configuration has been changed in 2.0 version when compared with 1.1.6
Yes. "radiusd -C" works. It didn't in 1.1.6.
Iam running radiusd -C command it throws the below error. Is it a valid error or I can ignore it.
The LDAP module isn't checked when "radiusd -C" is used. As a result, it doesn't add the attributes it defines at run-time. So, the attribute type defaults to "octets". The solution is to add "ldap_primary-Ldap-Group" as a locally defined "string" attribute. See raddb/dictionary. Use any available number, it doesn't matter. Alan DeKok.
participants (2)
-
Alan DeKok -
Gopinath Reddy N