
Ignore-this: 67cdee8f32d7581493d12617ddc97bc2 Bcfg2 a subi deux releases, qui ont pas mal changé les "normes". Les balises suivntes sont remplacées : <ConfigFile> ---------------------------> <Path type="file"> <Directory> ---------------------------> <Path type="directory"> <SymLink> ---------------------------> <Path type="symlink"> etc Pour les fichiers python, désormais, on utilise plus <ConfigFile>, mais <Python> darcs-hash:20121211100127-b6762-f146f4460e9713cb59a25c33a08b551c5280f3b2.gz
13 lines
310 B
Python
13 lines
310 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
|
|
print "URI %s" % ldap_socket
|
|
@#TLS_CACERT /etc/ssl/certs/CAcrans.pem
|