From aa3340e58fc5b993bfc88070edf543a2ed82ef94 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 27 Sep 2012 03:32:46 +0200 Subject: Fixing unicode. --- config.in | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'config.in') diff --git a/config.in b/config.in index da19ad1..05ea35c 100644 --- a/config.in +++ b/config.in @@ -12,14 +12,9 @@ default_realm = fripost.org # The LDAP suffix that will be appended to bind and search DN:s. ldap_suffix = ou=virtual,o=mailHosting,dc=fripost,dc=dev -# The authentication ID for SASL binds. This has to be a kerberos -# principal, and a ticket has to be cached for the user running the -# program. -krb5_principal = AdminWebPanel/fripost.org@FRIPOST.ORG - -# The hostname associated with the 'ldap/...' principal. (Probably the -# fqdn of the machine running slapd). -krb5_host = gnu.friprogramvarusyndikatet.se +# The kerberos service instance (probably the fqdn of the machine +# running slapd). +krb5_service_instance = gnu.friprogramvarusyndikatet.se # The minimum password length. password_min_length = 12 -- cgit v1.2.3