5 May
2015
5 May
'15
10:56 a.m.
So, I want to modify "Description" field for AD user to add a new value to an existing record, but not to replace it. The problem is that radiusd is unwilling to modify the existing value with += operator and sending Auth-Type Reject to NAS.
Use the := operator... The LDAP server is saying you're not allowed multiple instances of the same attribute. -Arran