Merged revisions 128160 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r128160 | tilghman | 2008-07-05 10:17:51 -0500 (Sat, 05 Jul 2008) | 7 lines

LDAP schema updates
(closes issue #12860)
 Reported by: flyn
 Patches: 
       asterisk.ldif uploaded by suretec (license 70)
       asterisk.schema uploaded by suretec (license 70)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 18 years ago
parent 5ffa99cdce
commit 02cad6c401

@ -1,9 +1,10 @@
# #
# Copyright (c) 2007-2008 Suretec Systems Ltd. - <http://www.suretecsystems.com/> # Copyright (c) 2007-2008 Suretec Systems Ltd. - <http://www.suretecsystems.com/>
# #
# Version: 3.1.5 # Version: 3.1.6
# #
# Changes: # Changes:
# - http://bugs.digium.com/view.php?id=12860 - 04/07/2008
# - Fixed wrong DESC - 07/05/2008 # - Fixed wrong DESC - 07/05/2008
# #
# Author: Gavin Henry - <ghenry@suretecsystems.com> # Author: Gavin Henry - <ghenry@suretecsystems.com>
@ -74,6 +75,9 @@ objectIdentifier AstConfigCategoryMetric AstAttrType:42
objectIdentifier AstConfigVariableName AstAttrType:43 objectIdentifier AstConfigVariableName AstAttrType:43
objectIdentifier AstConfigVariableValue AstAttrType:44 objectIdentifier AstConfigVariableValue AstAttrType:44
objectIdentifier AstConfigCommented AstAttrType:45 objectIdentifier AstConfigCommented AstAttrType:45
objectIdentifier AstAccountIPAddress AstAttrType:46
objectIdentifier AstAccountDefaultUser AstAttrType:47
objectIdentifier AstAccountRegistrationServer AstAttrType:48
############################################################################# #############################################################################
@ -437,6 +441,27 @@ attributetype ( AstConfigCommented
SUBSTR caseIgnoreSubstringsMatch SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( AstAccountIPAddress
NAME 'AstAccountIPAddress'
DESC 'Asterisk Account IP Address'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( AstAccountDefaultUser
NAME 'AstAccountDefaultUser'
DESC 'Asterisk Account Default User'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( AstAccountRegistrationServer
NAME 'AstAccountRegistrationServer'
DESC 'Asterisk Account Registration Server'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
############################################################################# #############################################################################
# Object Class definitions # Object Class definitions
# #
@ -512,12 +537,14 @@ objectclass ( AsteriskSIPUser
AstAccountCallerID $ AstAccountCallerID $
AstAccountCanReinvite $ AstAccountCanReinvite $
AstAccountContext $ AstAccountContext $
AstAccountDefaultUser $
AstAccountDTMFMode $ AstAccountDTMFMode $
AstAccountFromUser $ AstAccountFromUser $
AstAccountFromDomain $ AstAccountFromDomain $
AstAccountFullContact $ AstAccountFullContact $
AstAccountHost $ AstAccountHost $
AstAccountInsecure $ AstAccountInsecure $
AstAccountIPAddress $
AstAccountMailbox $ AstAccountMailbox $
AstAccountRealmedPassword $ AstAccountRealmedPassword $
AstAccountNAT $ AstAccountNAT $
@ -536,6 +563,7 @@ objectclass ( AsteriskSIPUser
AstAccountExpirationTimestamp $ AstAccountExpirationTimestamp $
AstAccountRegistrationContext $ AstAccountRegistrationContext $
AstAccountRegistrationExten $ AstAccountRegistrationExten $
AstAccountRegistrationServer $
AstAccountCanCallForward $ AstAccountCanCallForward $
AstAccountSecret $ AstAccountSecret $
AstAccountName AstAccountName

@ -78,6 +78,9 @@ olcObjectIdentifier: AstConfigCategoryMetric AstAttrType:42
olcObjectIdentifier: AstConfigVariableName AstAttrType:43 olcObjectIdentifier: AstConfigVariableName AstAttrType:43
olcObjectIdentifier: AstConfigVariableValue AstAttrType:44 olcObjectIdentifier: AstConfigVariableValue AstAttrType:44
olcObjectIdentifier: AstConfigCommented AstAttrType:45 olcObjectIdentifier: AstConfigCommented AstAttrType:45
olcObjectIdentifier: AstAccountIPAddress AstAttrType:46
olcObjectIdentifier: AstAccountDefaultUser AstAttrType:47
olcObjectIdentifier: AstAccountRegistrationServer AstAttrType:48
# #
# #
############################################################################# #############################################################################
@ -516,12 +519,14 @@ olcObjectClasses: ( AsteriskSIPUser
AstAccountCallerID $ AstAccountCallerID $
AstAccountCanReinvite $ AstAccountCanReinvite $
AstAccountContext $ AstAccountContext $
AstAccountDefaultUser $
AstAccountDTMFMode $ AstAccountDTMFMode $
AstAccountFromUser $ AstAccountFromUser $
AstAccountFromDomain $ AstAccountFromDomain $
AstAccountFullContact $ AstAccountFullContact $
AstAccountHost $ AstAccountHost $
AstAccountInsecure $ AstAccountInsecure $
AstAccountIPAddress $
AstAccountMailbox $ AstAccountMailbox $
AstAccountRealmedPassword $ AstAccountRealmedPassword $
AstAccountNAT $ AstAccountNAT $
@ -540,6 +545,7 @@ olcObjectClasses: ( AsteriskSIPUser
AstAccountExpirationTimestamp $ AstAccountExpirationTimestamp $
AstAccountRegistrationContext $ AstAccountRegistrationContext $
AstAccountRegistrationExten $ AstAccountRegistrationExten $
AstAccountRegistrationServer $
AstAccountCanCallForward $ AstAccountCanCallForward $
AstAccountSecret $ AstAccountSecret $
AstAccountName AstAccountName

Loading…
Cancel
Save