##############################################################################
#
# 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

# Ldap alias authentication: 
# Search for telephone number alias first
LdapAliasAuthSearchPrecedenceE164=1

# Ldap alias authentication: 
# Check all ep supplied aliases are valid
LdapAliasAuthCheckAliases=1

# Ldap password authentication: 
# Search for telephone number alias first
LdapPasswAuthSearchPrecedenceE164=1

# Ldap password authentication: 
# Retrieve the 'h323status' attribute convert to
# config string and check the condidtion, such as
# allow, deny etc. Cunsult the gk manual under
# Section [GkStatus::Auth] for more information
LdapPasswAuthCheckAccountStatus=1

# Ldap password authentication: 
# Check all ep supplied aliases are valid
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 Franz J Ehrengruber