1) IANA assigned OIDs (see http://www.alvestrand.no/harald/objectid/) for Merlin Aviation Systems Ltd:
======================================================================================================

1.3.6.1.4.1.16617     = Merlin Aviation Systems Ltd.
1.3.6.1.4.1.16617.1   = object class
1.3.6.1.4.1.16617.1.1 = Merlin Aviation Systems Ltd. object class
1.3.6.1.4.1.16617.1.5 = Merlin Aviation Systems Ltd. VOIP object class
1.3.6.1.4.1.16617.2   = attributes
1.3.6.1.4.1.16617.2.1 = Merlin Aviation Systems Ltd. atrributes
1.3.6.1.4.1.16617.2.5 = Merlin Aviation Systems Ltd. atrribute VOIP attributes

The WLDAP modules currently supports the custom LDAP attributes below. We highly encourage 
you to implement the H350 attribute schema for VOIP applications. Please refere to the 
documentation in this folder for more information about H350.

Gk Internal name:   Ldap Display Name:   LDAP Attribute Name:   OIDs:
------------------------------------------------------------------------------------------
CommonName          Common-Name          cn                     2.5.4.3 (RFC)
AccountStatus       H323-accountStatus   h323accountStatus      1.3.6.1.4.1.16617.2.5.1000
H323ID              H323-id              H323id                 1.3.6.1.4.1.16617.2.5.1001
TelephonNo          H323-telephoneNo     H323telephonNo         1.3.6.1.4.1.16617.2.5.1002
H235PassWord        H323-plainTextPw     H323plainTextPw        1.3.6.1.4.1.16617.2.5.1003


2) Quick Test:
==============

If you don't run your own LDAP server (yet), you may may connect to our LDAP server (MS-ADAM) for
initial testing. To do so, merge the relevant sections below with your configuration file. This 
complementary service is offered to GNU Gatekeeper users/developers by Merlin Aviation Systems (UK) Ltd.

[Gatekeeper::Auth]
LDAPPasswordAuth=optional;RRQ
LDAPAliasAuth=sufficient;RRQ
default=allow

[Password]
CheckID=1
PasswordTimeout=0

[GkLDAP::Settings]
ServerName=62.188.56.125
ServerPort=389
SearchBaseDN=OU=ADAM users,O=Microsoft,C=US
BindUserDN=CN=GnuGkAccount,OU=ADAM users,O=Microsoft,C=US
BindUserPW=gnugk-access-pw
timelimit=0
sizelimit=0
LdapAliasAuthSearchPrecedenceE164=1
LdapAliasAuthCheckAliases=1
LdapPasswAuthSearchPrecedenceE164=1
LdapPasswAuthCheckAccountStatus=1
LdapPasswAuthCheckAliases=1

[GkLDAP::LDAPAttributeNames]
CommonName=cn
AccountStatus=h323accountStatus
H323ID=H323id
TelephonNo=H323telephonNo
H235PassWord=H323plainTextPw

[GkStatus::Auth]
Shutdown=allow
rule=explicit
127.0.0.1=allow

#EOF Merlin Aviation Systems Ltd. Franz J Ehrengruber