mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Borrowed a bit to literally... s/pop/ldap/ s/popper/slapd/
This commit is contained in:
parent
fb49e2771e
commit
38f0b890ab
@ -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 New Issue
Block a user