[Home]

Summary:ASTERISK-15471: Asterisk don't update LDAP user's status
Reporter:orante (tucceri)Labels:
Date Opened:2010-01-19 09:23:32.000-0600Date Closed:2011-06-07 14:00:37
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_config_ldap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If the UAC execute a SIP registration or deregistration, the LDAP settings don't change.


****** ADDITIONAL INFORMATION ******

-AstAccountUserAgent: attribute type undefined is the returned message (from Wireshark).

LDAP schema:
objectIdentifier AstAccountUserAgent AstAttrType:61   [is right? or is necessary 60 to follow the numbering sequence?]

attributetype ( AstAccountUserAgent
       NAME 'AstAccountUserAgent'
       DESC 'Asterisk account user context'     [is right? or is necessary User Agent?]
       EQUALITY caseIgnoreMatch
       SUBSTR caseIgnoreSubstringsMatch
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)


The /etc/asterisk/res_config_ldap.conf include "useragent= AstAccountUserAgent"
Comments:By: Leif Madsen (lmadsen) 2011-01-28 11:33:04.000-0600

I'm closing this issue as a lot of fixes to the LDAP schema shipped with Asterisk have been done. I did a lot of testing and everything should pretty much be working now. Please open a new issue if you continue to have issues with the latest schema files.