Lines Matching full:will

75 This function will attempt to acquire an initial ticket.  The function
76 will perform whatever tasks are necessary to do so. This may include
92 and will not be doing any other kerberos functions, then a NULL
93 pointer may be specified, and the credential will be destroyed.
95 If the client name is non-NULL, the initial ticket requested will be
96 for that principal. Otherwise, the principal will be the username
102 Otherwise, the prompter function will be used to prompt the user for
105 If a prompter function is non-NULL, it will be used if additional user
108 no function is specified and input is required, then the login will
116 The banner argument, if non-NULL, will indicate what sort of
138 value which will be returned by the krb5_get_init_creds
145 If the start_time is zero, then the requested ticket will be valid
149 If the in_tkt_service name is non-NULL, that principal name will be
151 the name specified will be ignored and will be set to the realm of the
153 krbtgt/CLIENT-REALM@CLIENT-REALM will be used.
155 For the rest of arguments, a configuration or library default will be
158 If a tkt_life is specified, that will be the lifetime of the ticket.
163 on the ticket will be set, and the value of the argument will be the
168 If forwardable is specified, the FORWARDABLE option on the ticket will
171 The option will be set if and only if the variable is "y", "yes",
175 If proxiable is specified, the PROXIABLE option on the ticket will be
178 option will be set if and only if the variable is "y", "yes", "true",
182 If etype_list is specified, it will be used as the list of desired
187 If address_list is specified, it will be used as the list of addresses
188 for which the ticket will be valid. The library default is to use all
191 If preauth_list is specified, it names preauth data types which will
196 If salt is specified, it specifies the salt which will be used when
222 This function will use the initial ticket in creds to make an AP_REQ
225 If the ap_req_server name is non-NULL, then this service name will be
227 (host/hostname.domain@LOCAL-REALM) will be used.
230 will be read from that keytab; otherwise, the service key will be read
234 for the AP_REQ, then this ticket will be used directly. If the ticket
235 is a tgt, then it will be used to obtain credentials for the service.
236 Otherwise, the verification will fail, and return an error.
243 obtained in the course of verifying the user will be returned. In
245 related to file system access, this handle will refer to a memory
247 will be added to the existing ccache. If the caller only wishes to
248 verify the password and will not be doing any other kerberos
250 will be deleted before the function returns.
273 Initial ticket verification will succeed if and only if:
281 programs will use. Of course, error checking needs to be added.