]> andersk Git - openssh.git/blobdiff - auth1.c
- (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.c
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index aeb5d8cb95e891ece76e329a0c8876a2fa2ede7d..d08928455c52320665bcf4d7d50ae0e0342ccb7a 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -249,8 +249,8 @@ do_authloop(Authctxt *authctxt)
                if (authenticated && authctxt->pw->pw_uid == 0 &&
                    !auth_root_allowed(get_authname(type))) {
                        authenticated = 0;
-# ifdef AUDIT_EVENTS
-                       PRIVSEP(audit_event(LOGIN_ROOT_DENIED));
+# ifdef SSH_AUDIT_EVENTS
+                       PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED));
 # endif
                }
 #endif
@@ -288,8 +288,8 @@ do_authloop(Authctxt *authctxt)
                        return;
 
                if (authctxt->failures++ > options.max_authtries) {
-#ifdef AUDIT_EVENTS
-                       PRIVSEP(audit_event(LOGIN_EXCEED_MAXTRIES));
+#ifdef SSH_AUDIT_EVENTS
+                       PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES));
 #endif
                        packet_disconnect(AUTH_FAIL_MSG, authctxt->user);
                }
This page took 0.032192 seconds and 4 git commands to generate.