Show
Ignore:
Timestamp:
12/02/04 23:01:58 (19 years ago)
Author:
jalet
Message:

TLS is now supported with the LDAP backend

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1956 r1968  
    8181#storageuser: cn=notadmin,dc=librelogiciel,dc=com 
    8282#storageuserpw: abc.123 
     83# 
     84# TLS support for LDAP 
     85# 
     86# ldaptls can be set to either Yes or No 
     87# the default value when not set is No, meaning that TLS won't be used. 
     88#ldaptls: No 
     89# 
     90# cacert points to the CA Certificate file to use for TLS. 
     91# Ensure that every user who can launch PyKota commands can read this file. 
     92# There's NO default value for this directive. 
     93#cacert /etc/pykota/mycertfile 
     94# 
    8395# 
    8496# Here we define some helpers to know where  
     
    92104#printerbase: ou=Printers,ou=PyKota,dc=librelogiciel,dc=com 
    93105#printerrdn: cn 
    94 #jobbase: ou=Jobs,ou=PyKota,dc=librelogiciel,dc=com 
    95106#userquotabase: ou=UQuotas,ou=PyKota,dc=librelogiciel,dc=com 
    96107#groupquotabase: ou=GQuotas,ou=PyKota,dc=librelogiciel,dc=com 
     108#jobbase: ou=Jobs,ou=PyKota,dc=librelogiciel,dc=com 
    97109#lastjobbase: ou=LastJobs,ou=PyKota,dc=librelogiciel,dc=com 
    98110#