13 lines
312 B
Python
13 lines
312 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
|
|
out("URI %s" % (ldap_socket,))
|
|
@#TLS_CACERT /etc/ssl/certs/CAcrans.pem
|