aboutsummaryrefslogtreecommitdiffstats
path: root/catdap.yml
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-16 00:33:50 +0000
committerMichael Scherer <misc@mageia.org>2010-12-16 00:33:50 +0000
commit4bfa39af74ce81f646800ab499a891e404c9fe08 (patch)
tree7faceb2dbacb6221f7affd445a0465a3f2cc823c /catdap.yml
parentf8bd2945ce571a80d00dde3fa2cb87c1610285f4 (diff)
downloadidentity-4bfa39af74ce81f646800ab499a891e404c9fe08.tar
identity-4bfa39af74ce81f646800ab499a891e404c9fe08.tar.gz
identity-4bfa39af74ce81f646800ab499a891e404c9fe08.tar.bz2
identity-4bfa39af74ce81f646800ab499a891e404c9fe08.tar.xz
identity-4bfa39af74ce81f646800ab499a891e404c9fe08.zip
add ipv6 support by default ( at least as example on how to do it ), patch by Maarten Vanraes
Diffstat (limited to 'catdap.yml')
-rw-r--r--catdap.yml4
1 files changed, 4 insertions, 0 deletions
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