<html>
<head>
<base href="https://wiki.asterisk.org/wiki">
<link rel="stylesheet" href="/wiki/s/en/2176/25/9/_/styles/combined.css?spaceKey=AST&forWysiwyg=true" type="text/css">
</head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
<h2><a href="https://wiki.asterisk.org/wiki/display/AST/LDAP+Realtime+Driver?focusedCommentId=22085964#comment-22085964">LDAP Realtime Driver</a></h2>
<h4>Comment edited by <a href="https://wiki.asterisk.org/wiki/display/~ismail.yenigul">ismail yenigul</a>
:</h4>
<br/>
<h4>Changes (5)</h4>
<div id="page-diffs">
<table class="diff" cellpadding="0" cellspacing="0">
<tr><td class="diff-snipped" >...<br></td></tr>
<tr><td class="diff-unchanged" >OpenLDAP 2.4 <br> <br></td></tr>
<tr><td class="diff-changed-lines" >If you want to use objectclass person/inetOrgPerson with Asterisk <span class="diff-changed-words">objectclasses<span class="diff-deleted-chars"style="color:#999;background-color:#fdd;text-decoration:line-through;">(</span></span> <br></td></tr>
<tr><td class="diff-unchanged" > <br>You have to change objectclass types from STRUCTURAL to AUXILIARY like following. <br></td></tr>
<tr><td class="diff-snipped" >...<br></td></tr>
<tr><td class="diff-unchanged" > <br>objectClass ( <br></td></tr>
<tr><td class="diff-unchanged" >AsteriskDialplan
NAME 'AsteriskDialplan'
DESC 'Asterisk Dialplan Information' <br></td></tr>
<tr><td class="diff-changed-lines" >SUP top <span class="diff-changed-words"><span class="diff-added-chars"style="background-color: #dfd;">*</span>AUXILIARY<span class="diff-added-chars"style="background-color: #dfd;">*</span></span> <br></td></tr>
<tr><td class="diff-unchanged" >MUST ( AstExtension ) ) <br></td></tr>
<tr><td class="diff-unchanged" > <br>objectClass ( <br></td></tr>
<tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;"> SUP top AUXILIARY <br></td></tr>
<tr><td class="diff-added-lines" style="background-color: #dfd;">SUP top *AUXILIARY* <br></td></tr>
<tr><td class="diff-unchanged" >AsteriskAccount
NAME 'AsteriskAccount'
DESC 'Asterisk Account Information'
MUST ( AstAccountName ) ) <br></td></tr>
<tr><td class="diff-unchanged" > <br>objectClass ( <br></td></tr>
<tr><td class="diff-unchanged" >AsteriskMailbox
NAME 'AsteriskMailbox'
DESC 'Asterisk Mailbox Information' <br></td></tr>
<tr><td class="diff-changed-lines" >SUP top <span class="diff-changed-words"><span class="diff-added-chars"style="background-color: #dfd;">*</span>AUXILIARY<span class="diff-added-chars"style="background-color: #dfd;">*</span></span> <br></td></tr>
<tr><td class="diff-unchanged" >MUST ( AstVoicemailMailbox ) ) <br></td></tr>
</table>
</div> <h4>Full Content</h4>
<div class="notificationGreySide">
<p>Asterisk 11.1.0<br/>
Centos 6.3 x86_64<br/>
OpenLDAP 2.4</p>
<p>If you want to use objectclass person/inetOrgPerson with Asterisk objectclasses</p>
<p>You have to change objectclass types from STRUCTURAL to AUXILIARY like following.<br/>
Otherwise you will get " invalid structural object class chain > (AsteriskAccount/person)" error message.</p>
<p>objectClass (<br/>
AsteriskDialplan<br/>
NAME 'AsteriskDialplan'<br/>
DESC 'Asterisk Dialplan Information'<br/>
SUP top <b>AUXILIARY</b><br/>
MUST ( AstExtension ) )</p>
<p>objectClass (<br/>
AsteriskAccount<br/>
NAME 'AsteriskAccount'<br/>
DESC 'Asterisk Account Information'<br/>
SUP top <b>AUXILIARY</b><br/>
MUST ( AstAccountName ) )</p>
<p>objectClass (<br/>
AsteriskMailbox<br/>
NAME 'AsteriskMailbox'<br/>
DESC 'Asterisk Mailbox Information'<br/>
SUP top <b>AUXILIARY</b><br/>
MUST ( AstVoicemailMailbox ) )</p>
</div>
<div id="commentsSection" class="wiki-content pageSection">
<div style="float: right;" class="grey">
<a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
<span style="padding: 0px 5px;">|</span>
<a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
<a href="https://wiki.asterisk.org/wiki/display/AST/LDAP+Realtime+Driver?focusedCommentId=22085964#comment-22085964">View Online</a>
|
<a id="reply-22085964" href="https://wiki.asterisk.org/wiki/display/AST/LDAP+Realtime+Driver?replyToComment=22085964#comment-22085964">Reply To This</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>