which order are these messages likely to appear?

When troubleshooting user authentication, you may see the following entries in a debug of the
user authentication process. In which order are these messages likely to appear?

When troubleshooting user authentication, you may see the following entries in a debug of the
user authentication process. In which order are these messages likely to appear?

A.
make_au, au_auth, au_fetchuser, au_auth_auth, cpLdapCheck, cpLdapGetUser

B.
make_au, au_auth, au_fetchuser, cpLdapGetUser, cpLdapCheck, au_auth_auth

C.
cpLdapGetUser, au_fetchuser, cpLdapCheck, make_au, au_auth, au_auth_auth

D.
au_fetchuser, make_au, au_auth, cpLdapGetUser, au_auth_auth, cpLdapCheck



Leave a Reply 3

Your email address will not be published. Required fields are marked *


florentjustin

florentjustin

CCSE student manual R77 p100

Functions: make_au, au_auth, au_fetchuser, cpLdapGetUser, cpLdapCheck
Auth starts with au_auth_auth, look for the authentication result

Answer B

Esteban

Esteban

B. make_au, au_auth, au_fetchuser, cpLdapGetUser, cpLdapCheck, au_auth_auth