summaryrefslogtreecommitdiff
path: root/server/ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/ldap.c')
-rw-r--r--server/ldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/ldap.c b/server/ldap.c
index 0b128c97..9af83445 100644
--- a/server/ldap.c
+++ b/server/ldap.c
@@ -1375,13 +1375,13 @@ ldap_start (void)
SV_LDAP_GSSAPI_PRINCIPAL);
if (ldap_gssapi_principal == NULL) {
- log_error("ldap_gssapi_principal is not set,"
+ log_info("ldap-gssapi-principal is not set,"
"GSSAPI Authentication for LDAP will not be used");
} else {
ldap_gssapi_keytab = _do_lookup_dhcp_string_option (options,
SV_LDAP_GSSAPI_KEYTAB);
if (ldap_gssapi_keytab == NULL) {
- log_fatal("ldap_gssapi_keytab must be specified");
+ log_fatal("ldap-gssapi-keytab must be specified");
}
running = strdup(ldap_gssapi_principal);