
Ignore-this: a03d38134f839406206dc21026694d4d darcs-hash:20090414022624-ffbb2-6a5db51778c1494d92f9640b9711ee9e8700cd4d.gz
13 lines
305 B
Python
13 lines
305 B
Python
# -*- mode: python; coding: utf-8 -*-
|
|
|
|
include("mode/space")
|
|
include("ldap")
|
|
|
|
header("Acces a la base ldap")
|
|
|
|
@# See ldap.conf(5) for details
|
|
@# This file should be world readable but not world writable.
|
|
|
|
@BASE dc=crans, dc=org
|
|
%URI "%s" % ldap_socket
|
|
@#TLS_CACERT /etc/ssl/certs/CAcrans.pem
|