From 10ecc037ccbe0b234dc88d7bec8adfbb45fd2406 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Tue, 29 May 2007 13:30:09 +0000 Subject: Changed warnquota to allow use of URI, updated configure to detect whether ldap_initialize() is available (Jan Kara) --- warnquota.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'warnquota.conf') diff --git a/warnquota.conf b/warnquota.conf index d80f7ae..2347e80 100644 --- a/warnquota.conf +++ b/warnquota.conf @@ -51,6 +51,9 @@ GROUP_SIGNATURE = See you!| Your admin| # if binddn and bindpw are blank or left out, an anonymous bind is used # # LDAP_MAIL = false # or false if you don't want to use it +# If you have at least LDAP 2.3 installed, you can use LDAP_URI +# LDAP_URI = ldaps://my.server:389 +# Otherwise you can specify LDAP_HOST and LDAP_PORT # LDAP_HOST = ldap # LDAP_PORT = 389 # LDAP_BINDDN = uid=ReadOnlyUser,o=YourOrg -- cgit v1.2.1