mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
Borrowed a bit to literally... s/pop/ldap/ s/popper/slapd/
This commit is contained in:
parent
fb49e2771e
commit
38f0b890ab
1 changed files with 2 additions and 2 deletions
|
|
@ -692,12 +692,12 @@ static int chk_kerberos(
|
|||
return 1;
|
||||
}
|
||||
|
||||
snprintf(tkt, sizeof(tkt), "%s_popper.%u",
|
||||
snprintf(tkt, sizeof(tkt), "%s_slapd.%u",
|
||||
TKT_ROOT, (unsigned)getpid());
|
||||
krb_set_tkt_string (tkt);
|
||||
|
||||
status = krb_verify_user( passwd->bv_val, "", lrealm,
|
||||
cred->bv_val, 1, "pop");
|
||||
cred->bv_val, 1, "ldap");
|
||||
|
||||
dest_tkt(); /* no point in keeping the tickets */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue