From 4bfa39af74ce81f646800ab499a891e404c9fe08 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 16 Dec 2010 00:33:50 +0000 Subject: add ipv6 support by default ( at least as example on how to do it ), patch by Maarten Vanraes --- catdap.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'catdap.yml') diff --git a/catdap.yml b/catdap.yml index 0777679..b2c8bce 100644 --- a/catdap.yml +++ b/catdap.yml @@ -20,6 +20,8 @@ Model::Proxy: password: FIXME host: ldap.mageia.org start_tls: 1 + options: + inet6: 1 # dn and password should not be required here, we rebind with credentials # from the authenticated user using Model::LDAP::FromAuthentication @@ -43,6 +45,8 @@ authentication: store: class: LDAP ldap_server: 'ldap.mageia.org' + ldap_server_options: + inet6: 1 start_tls: 1 binddn: cn=catdap,ou=System Accounts,dc=mageia,dc=org bindpw: FIXME -- cgit v1.2.1